Home
last modified time | relevance | path

Searched refs:__offset_shift (Results 1 – 1 of 1) sorted by relevance

/abi/cpp/include/
Dcxxabi.h113 __offset_shift = 8 enumerator
124 offset() const { return __offset_flags >> __offset_shift; } in offset()
127 flags() const { return __offset_flags & ((1L << __offset_shift) - 1); } in flags()