HomeSort by relevance Sort by last modified time
    Searched refs:table_size (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
values.pass.cpp 20 // static constexpr size_t table_size = k;
37 static_assert(E::table_size == 256, "");
45 where(E::table_size);
ctor_engine_copy.pass.cpp 27 for (unsigned k = 0; k <= Adaptor::table_size; ++k) {
ctor_engine_move.pass.cpp 28 for (unsigned k = 0; k <= Adaptor::table_size; ++k) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
values.pass.cpp 20 // static constexpr size_t table_size = k;
37 static_assert(E::table_size == 256, "");
45 where(E::table_size);
ctor_engine_copy.pass.cpp 27 for (unsigned k = 0; k <= Adaptor::table_size; ++k)
ctor_engine_move.pass.cpp 28 for (unsigned k = 0; k <= Adaptor::table_size; ++k)
  /system/keymaster/include/keymaster/
operation_table.h 33 explicit OperationTable(size_t table_size) :
34 table_size_(table_size) {}
  /external/brotli/c/enc/
block_encoder_inc.h 18 const size_t table_size = histograms_size * alphabet_size; local
19 self->depths_ = BROTLI_ALLOC(m, uint8_t, table_size);
20 self->bits_ = BROTLI_ALLOC(m, uint16_t, table_size);
compress_fragment_two_pass.h 35 REQUIRES: All elements in "table[0..table_size-1]" are initialized to zero.
36 REQUIRES: "table_size" is a power of two
46 size_t table_size,
compress_fragment.h 41 REQUIRES: All elements in "table[0..table_size-1]" are initialized to zero.
42 REQUIRES: "table_size" is an odd (9, 11, 13, 15) power of two
49 int* table, size_t table_size,
  /hardware/qcom/gps/msm8084/utils/
loc_log.h 55 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask);
56 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value);
  /hardware/qcom/gps/msm8909/utils/
loc_log.h 58 const char* loc_get_name_from_mask(const loc_name_val_s_type table[], size_t table_size, long mask);
59 const char* loc_get_name_from_val(const loc_name_val_s_type table[], size_t table_size, long value);
  /hardware/qcom/gps/msm8909w_3100/utils/
loc_log.h 58 const char* loc_get_name_from_mask(const loc_name_val_s_type table[], size_t table_size, long mask);
59 const char* loc_get_name_from_val(const loc_name_val_s_type table[], size_t table_size, long value);
  /hardware/qcom/gps/msm8960/utils/
loc_log.h 55 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask);
56 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value);
  /hardware/qcom/gps/msm8994/utils/
loc_log.h 55 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask);
56 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value);
  /hardware/qcom/gps/msm8996/utils/
loc_log.h 58 const char* loc_get_name_from_mask(const loc_name_val_s_type table[], size_t table_size, long mask);
59 const char* loc_get_name_from_val(const loc_name_val_s_type table[], size_t table_size, long value);
  /hardware/qcom/gps/msm8998/utils/
loc_log.h 58 const char* loc_get_name_from_mask(const loc_name_val_s_type table[], size_t table_size, long mask);
59 const char* loc_get_name_from_val(const loc_name_val_s_type table[], size_t table_size, long value);
  /hardware/qcom/gps/utils/
loc_log.h 55 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask);
56 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value);
  /external/tensorflow/tensorflow/core/util/
presized_cuckoo_map_test.cc 110 void RunFill(int64 table_size) {
111 PresizedCuckooMap<int> pscm(table_size);
112 for (int64 i = 0; i < table_size; i++) {
117 for (int64 i = 0; i < table_size; i++) {
127 for (int64 table_size = 10; table_size <= 5000000; table_size *= 71) {
128 RunFill(table_size);
159 uint64 table_size = arg; local
162 CalculateKeys(table_size, &calculated_keys)
175 uint64 table_size = arg; local
    [all...]
  /external/ltp/testcases/kernel/syscalls/getdtablesize/
getdtablesize01.c 57 int table_size, fd = 0, count = 0; local
62 table_size = getdtablesize();
68 table_size);
72 if (table_size == max_val_opfiles)
  /external/brotli/c/dec/
huffman.c 112 int table_size; /* size of current table */ local
141 table_size = 1 << BROTLI_HUFFMAN_MAX_CODE_LENGTH_CODE_LENGTH;
147 for (key = 0; key < (reg_t)table_size; ++key) {
163 ReplicateValue(&table[BrotliReverseBits(key)], step, table_size, code);
185 int table_size; /* size of current table */ local
200 table_size = 1 << table_bits;
201 total_size = table_size;
208 table_size = 1 << table_bits;
220 ReplicateValue(&table[BrotliReverseBits(key)], step, table_size, code);
229 while (total_size != table_size) {
271 uint32_t table_size = 1; local
    [all...]
  /external/freetype/src/otvalid/
otvbase.c 126 FT_UInt table_size; local
143 table_size = FeatMinMaxCount * 8 + 6;
181 FT_UInt table_size; local
197 table_size = BaseLangSysCount * 6 + 6;
256 FT_UInt table_size; local
266 table_size = 4;
286 FT_UInt table_size; local
307 table_size = 8;
316 table_size += 4;
otvmath.c 51 FT_UInt table_size; local
60 table_size = 2 * ( 56 + 51 );
91 FT_UInt i, cnt, table_size; local
108 table_size = 4 + 4 * cnt;
139 FT_UInt i, cnt, table_size; local
151 table_size = 4 + 4 * cnt;
182 FT_UInt i, j, cnt, table_size; local
196 table_size = 4 + 8 * cnt;
278 FT_UInt pcnt, table_size; local
293 table_size = 6 + 8 * pcnt
319 FT_UInt vcnt, table_size; local
359 FT_UInt vcnt, hcnt, i, table_size; local
    [all...]
  /system/media/alsa_utils/
alsa_format.c 91 int table_size = ARRAY_SIZE(pcm_format_value_map); local
95 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) {
97 for (bit_index = 0; bit_index < bits_per_slot && table_index < table_size; bit_index++) {
  /external/freetype/src/sfnt/
ttmtx.c 75 FT_ULong tag, table_size; local
93 error = face->goto_table( face, tag, stream, &table_size );
97 *ptable_size = table_size;
227 FT_ULong table_pos, table_size, table_end; local
243 table_size = face->vert_metrics_size;
249 table_size = face->horz_metrics_size;
252 table_end = table_pos + table_size;

Completed in 1122 milliseconds

1 2 3 4 5