Searched refs:unsigned_off (Results 1 – 1 of 1) sorted by relevance
3867 uint64_t unsigned_off = off; in align_file_offset() local3868 uint64_t aligned_off = ((unsigned_off & ~(abi_pagesize - 1)) in align_file_offset()3870 if (aligned_off < unsigned_off) in align_file_offset()