HomeSort by relevance Sort by last modified time
    Searched refs:__b (Results 276 - 287 of 287) sorted by null

<<1112

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 1057 const size_type __b = __n * sizeof(value_type); local
1058 return reinterpret_cast<pointer>(::operator new(__b));
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 373 reference( _Bitset& __b, size_t __pos ) {
374 _M_wp = &__b._M_getword(__pos);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 1057 const size_type __b = __n * sizeof(value_type); local
1058 return reinterpret_cast<pointer>(::operator new(__b));
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 373 reference( _Bitset& __b, size_t __pos ) {
374 _M_wp = &__b._M_getword(__pos);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 1057 const size_type __b = __n * sizeof(value_type); local
1058 return reinterpret_cast<pointer>(::operator new(__b));
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 373 reference( _Bitset& __b, size_t __pos ) {
374 _M_wp = &__b._M_getword(__pos);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
hashtable.h     [all...]
random.h 548 _UIntType __a, int __u, int __s, _UIntType __b, int __t,
566 static const _UIntType output_b = __b;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
hashtable.h     [all...]
random.h 548 _UIntType __a, int __u, int __s, _UIntType __b, int __t,
566 static const _UIntType output_b = __b;
    [all...]
  /external/clang/lib/Headers/
avx2intrin.h 123 __m256i __b = (b); \
124 (__m256i)__builtin_ia32_palignr256((__v32qi)__a, (__v32qi)__b, (n)); })
    [all...]
emmintrin.h     [all...]

Completed in 226 milliseconds

<<1112