Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi_defines.h99 __offset_shift = 8 // lower 8 bits are flags enumerator
113 return __offset_flags >> __offset_shift; in offset()
117 return __offset_flags & ((1 << __offset_shift) - 1); in flags()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dprivate_typeinfo.cpp307 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()
Dprivate_typeinfo.h172 __offset_shift = 8 enumerator