Searched refs:__offset_shift (Results 1 – 1 of 1) sorted by relevance
113 __offset_shift = 8 enumerator124 offset() const { return __offset_flags >> __offset_shift; } in offset()127 flags() const { return __offset_flags & ((1L << __offset_shift) - 1); } in flags()