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

/ndk/sources/cxx-stl/gabi++/src/
H A Dcxxabi_defines.h99 __offset_shift = 8 // lower 8 bits are flags enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
113 return __offset_flags >> __offset_shift;
117 return __offset_flags & ((1 << __offset_shift) - 1);
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
H A Dprivate_typeinfo.h172 __offset_shift = 8 enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
H A Dprivate_typeinfo.cpp307 offset_to_base = __offset_flags >> __offset_shift;
1131 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift;
1151 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift;

Completed in 46 milliseconds