HomeSort by relevance Sort by last modified time
    Searched refs:table_size (Results 1 - 25 of 116) 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;
35 static_assert(E::table_size == 256, "");
38 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)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
values.pass.cpp 20 // static constexpr size_t table_size = k;
35 static_assert(E::table_size == 256, "");
38 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)
  /external/mesa3d/src/gallium/auxiliary/util/
u_linkage.h 57 util_semantic_table_from_layout(unsigned char *table, size_t table_size, unsigned char *layout,
61 memset(table, 0xff, 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);
loc_log.cpp 59 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask)
62 for (i = 0; i < table_size; i++)
73 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value)
76 for (i = 0; i < table_size; i++)
  /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);
loc_log.cpp 60 const char* loc_get_name_from_mask(const loc_name_val_s_type table[], size_t table_size, long mask)
63 for (i = 0; i < table_size; i++)
74 const char* loc_get_name_from_val(const loc_name_val_s_type table[], size_t table_size, long value)
77 for (i = 0; i < table_size; i++)
  /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);
loc_log.cpp 59 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask)
62 for (i = 0; i < table_size; i++)
73 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value)
76 for (i = 0; i < table_size; i++)
  /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/msmcobalt/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);
  /system/keymaster/
operation_table.h 30 OperationTable(size_t table_size) : table_size_(table_size) {}
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
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...]
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
302 table_size = 6;
  /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 62 FT_ULong tag, table_size; local
80 error = face->goto_table( face, tag, stream, &table_size );
84 *ptable_size = table_size;
214 FT_ULong table_pos, table_size, table_end; local
225 table_size = face->vert_metrics_size;
231 table_size = face->horz_metrics_size;
234 table_end = table_pos + table_size;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttmtx.c 62 FT_ULong tag, table_size; local
80 error = face->goto_table( face, tag, stream, &table_size );
84 *ptable_size = table_size;
214 FT_ULong table_pos, table_size, table_end; local
225 table_size = face->vert_metrics_size;
231 table_size = face->horz_metrics_size;
234 table_end = table_pos + table_size;
  /external/pdfium/third_party/freetype/src/sfnt/
ttmtx.c 62 FT_ULong tag, table_size; local
80 error = face->goto_table( face, tag, stream, &table_size );
84 *ptable_size = table_size;
214 FT_ULong table_pos, table_size, table_end; local
225 table_size = face->vert_metrics_size;
231 table_size = face->horz_metrics_size;
234 table_end = table_pos + table_size;
  /external/webp/src/utils/
huffman.c 148 int table_size = 1 << table_bits; // size of current table local
163 ReplicateValue(&table[key], step, table_size, code);
181 table += table_size;
183 table_size = 1 << table_bits;
184 total_size += table_size;
191 ReplicateValue(&table[key >> root_bits], step, table_size, code);

Completed in 1397 milliseconds

1 2 3 4 5