Searched refs:table_size (Results 1 - 25 of 192) sorted by relevance

12345678

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dvalues.pass.cpp20 // static constexpr size_t table_size = k;
35 static_assert(E::table_size == 256, "");
38 where(E::table_size);
H A Dctor_engine_copy.pass.cpp27 for (unsigned k = 0; k <= Adaptor::table_size; ++k)
H A Dctor_engine_move.pass.cpp28 for (unsigned k = 0; k <= Adaptor::table_size; ++k)
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dvalues.pass.cpp20 // static constexpr size_t table_size = k;
35 static_assert(E::table_size == 256, "");
38 where(E::table_size);
H A Dctor_engine_copy.pass.cpp27 for (unsigned k = 0; k <= Adaptor::table_size; ++k)
H A Dctor_engine_move.pass.cpp28 for (unsigned k = 0; k <= Adaptor::table_size; ++k)
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dvalues.pass.cpp20 // static constexpr size_t table_size = k;
35 static_assert(E::table_size == 256, "");
38 where(E::table_size);
H A Dctor_engine_copy.pass.cpp27 for (unsigned k = 0; k <= Adaptor::table_size; ++k)
H A Dctor_engine_move.pass.cpp28 for (unsigned k = 0; k <= Adaptor::table_size; ++k)
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/
H A Dclassic_table.pass.cpp23 assert(F::table_size >= 256);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/
H A Dclassic_table.pass.cpp23 assert(F::table_size >= 256);
/prebuilts/ndk/current/sources/cxx-stl/stlport/src/
H A Dctype.cpp36 const size_t ctype<char>::table_size; member in class:ctype
45 static const ctype_base::mask _S_classic_table[table_size] = {
200 const unsigned char _S_upper[ctype<char>::table_size] =
236 const unsigned char _S_lower[ctype<char>::table_size] =
385 { return _WCharIndex::in_range(c, ctype<char>::table_size) && (table[c] & M); }
396 return _WCharIndex::in_range(c, ctype<char>::table_size) && (m & table[c]);
406 *vec = _WCharIndex::in_range(c, ctype<char>::table_size) ? table[c] : ctype_base::mask(0);
425 return _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c]
433 *low = _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c]
440 return _WCharIndex::in_range(c, ctype<char>::table_size)
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
H A Dctype.cpp36 const size_t ctype<char>::table_size; member in class:ctype
45 static const ctype_base::mask _S_classic_table[table_size] = {
200 const unsigned char _S_upper[ctype<char>::table_size] =
236 const unsigned char _S_lower[ctype<char>::table_size] =
385 { return _WCharIndex::in_range(c, ctype<char>::table_size) && (table[c] & M); }
396 return _WCharIndex::in_range(c, ctype<char>::table_size) && (m & table[c]);
406 *vec = _WCharIndex::in_range(c, ctype<char>::table_size) ? table[c] : ctype_base::mask(0);
425 return _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c]
433 *low = _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c]
440 return _WCharIndex::in_range(c, ctype<char>::table_size)
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
H A Dctype.cpp36 const size_t ctype<char>::table_size; member in class:ctype
45 static const ctype_base::mask _S_classic_table[table_size] = {
200 const unsigned char _S_upper[ctype<char>::table_size] =
236 const unsigned char _S_lower[ctype<char>::table_size] =
385 { return _WCharIndex::in_range(c, ctype<char>::table_size) && (table[c] & M); }
396 return _WCharIndex::in_range(c, ctype<char>::table_size) && (m & table[c]);
406 *vec = _WCharIndex::in_range(c, ctype<char>::table_size) ? table[c] : ctype_base::mask(0);
425 return _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c]
433 *low = _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c]
440 return _WCharIndex::in_range(c, ctype<char>::table_size)
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dtic.h207 unsigned table_size; member in struct:__anon5446
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_ctype.h115 _STLP_STATIC_CONSTANT(size_t, table_size = 256);
171 mask _M_byname_table[table_size];
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_ctype.h115 _STLP_STATIC_CONSTANT(size_t, table_size = 256);
171 mask _M_byname_table[table_size];
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_ctype.h115 _STLP_STATIC_CONSTANT(size_t, table_size = 256);
171 mask _M_byname_table[table_size];
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_ctype.h115 _STLP_STATIC_CONSTANT(size_t, table_size = 256);
171 mask _M_byname_table[table_size];
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
H A Di2o-dev.h218 __u32 table_size:16; member in struct:_i2o_lct
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Di2o-dev.h218 __u32 table_size:16; member in struct:_i2o_lct
/prebuilts/ndk/r10/platforms/android-10/arch-arm64/usr/include/linux/
H A Di2o-dev.h222 __u32 table_size:16; member in struct:_i2o_lct
/prebuilts/ndk/r10/platforms/android-10/arch-mips64/usr/include/linux/
H A Di2o-dev.h222 __u32 table_size:16; member in struct:_i2o_lct
/prebuilts/ndk/r10/platforms/android-10/arch-x86_64/usr/include/linux/
H A Di2o-dev.h222 __u32 table_size:16; member in struct:_i2o_lct
/prebuilts/ndk/r10/platforms/android-11/arch-arm64/usr/include/linux/
H A Di2o-dev.h222 __u32 table_size:16; member in struct:_i2o_lct

Completed in 608 milliseconds

12345678