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

1 2 3 4

  /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);
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/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);
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/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++)
  /system/keymaster/
operation_table.h 30 OperationTable(size_t table_size) : table_size_(table_size) {}
  /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;
ttkern.c 48 FT_ULong table_size; local
56 error = face->goto_table( face, TTAG_kern, stream, &table_size );
60 if ( table_size < 4 ) /* the case of a malformed table */
68 if ( FT_FRAME_EXTRACT( table_size, face->kern_table ) )
75 face->kern_table_size = table_size;
78 p_limit = p + 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 1278 milliseconds

1 2 3 4