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

/freebsd-10-stable/contrib/libcxxrt/
H A Dtypeinfo.h182 * The high __offset_shift bits of this store the (signed) offset
197 __offset_shift = 8 enumerator in enum:ABI_NAMESPACE::__base_class_type_info::__offset_flags_masks
205 return __offset_flags >> __offset_shift;
212 return __offset_flags & ((1 << __offset_shift) - 1);
/freebsd-10-stable/contrib/libstdc++/libsupc++/
H A Dcxxabi.h314 __offset_shift = 8 // Bits to shift offset. enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
332 return static_cast<ptrdiff_t>(__offset_flags) >> __offset_shift;

Completed in 107 milliseconds