Searched refs:__offset_shift (Results 1 – 3 of 3) sorted by relevance
99 __offset_shift = 8 // lower 8 bits are flags enumerator113 return __offset_flags >> __offset_shift; in offset()117 return __offset_flags & ((1 << __offset_shift) - 1); in flags()
307 offset_to_base = __offset_flags >> __offset_shift; in has_unambiguous_public_base()1131 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift; in search_above_dst()1151 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift; in search_below_dst()
172 __offset_shift = 8 enumerator