Searched refs:table_size (Results 1 – 12 of 12) sorted by relevance
9 define i32 @table_size() {10 ; CHECK-LABEL: table_size:11 ; CHECK-NEXT: .functype table_size () -> (i32)
36 static_assert(E::table_size == 256, ""); in test1()44 where(E::table_size); in test1()
28 for (unsigned k = 0; k <= Adaptor::table_size; ++k) { in main()
29 for (unsigned k = 0; k <= Adaptor::table_size; ++k) { in main()
95 // functions. \p table_size is the number of elements in \p table_host_ptr98 int32_t device_id, uint64_t table_size, __omp_offloading_fptr_map_ty *table_host_ptr);119 …table_size, __omp_offloading_fptr_map_ty *table_host_ptr)` allocates device memory of size `sizeof…
27 const size_t* G = &F::table_size; in main()
24 assert(F::table_size >= 256); in main()
68 static _LIBCPP_CONSTEXPR const size_t table_size = __k;215 _LIBCPP_CONSTEXPR const size_t shuffle_order_engine<_Engine, __k>::table_size;
100 * 049f6c29a6f0 - [libc++] Resolve missing table_size symbol102 This commit added an out-of-line definition for `table_size` in the library.
756 static const size_t table_size = _CACHED_RUNES;758 static const size_t table_size = 256; // FIXME: Don't hardcode this.
315 static constexpr size_t table_size = k;
987 const size_t ctype<char>::table_size; member in ctype<char>1113 static _LIBCPP_CONSTEXPR const ctype<char>::mask builtin_table[table_size] = { in classic_table()