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

12

/external/libcxx/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)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_linkage.h57 util_semantic_table_from_layout(unsigned char *table, size_t table_size, unsigned char *layout, argument
61 memset(table, 0xff, table_size);
/external/freetype/src/sfnt/
H A Dttmtx.c62 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;
H A Dttkern.c48 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;
H A Dttsbit.c50 FT_ULong table_size; local
58 error = face->goto_table( face, TTAG_CBLC, stream, &table_size );
63 error = face->goto_table( face, TTAG_EBLC, stream, &table_size );
65 error = face->goto_table( face, TTAG_bloc, stream, &table_size );
72 error = face->goto_table( face, TTAG_sbix, stream, &table_size );
79 if ( table_size < 8 )
97 if ( FT_FRAME_EXTRACT( table_size, face->sbit_table ) )
100 face->sbit_table_size = table_size;
124 if ( 8 + 48UL * count > table_size )
125 count = (FT_UInt)( ( table_size
275 FT_ULong table_size; local
1281 FT_ULong table_size; local
[all...]
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttmtx.c62 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;
H A Dttkern.c48 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;
H A Dttsbit.c50 FT_ULong table_size; local
58 error = face->goto_table( face, TTAG_CBLC, stream, &table_size );
63 error = face->goto_table( face, TTAG_EBLC, stream, &table_size );
65 error = face->goto_table( face, TTAG_bloc, stream, &table_size );
72 error = face->goto_table( face, TTAG_sbix, stream, &table_size );
79 if ( table_size < 8 )
97 if ( FT_FRAME_EXTRACT( table_size, face->sbit_table ) )
100 face->sbit_table_size = table_size;
124 if ( 8 + 48UL * count > table_size )
125 count = (FT_UInt)( ( table_size
275 FT_ULong table_size; local
1281 FT_ULong table_size; local
[all...]
/external/webp/src/utils/
H A Dhuffman.c148 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);
/external/bison/src/
H A Dtables.c124 static int table_size = 32768; variable
147 int old_size = table_size;
149 while (table_size <= desired)
150 table_size *= 2;
154 old_size, table_size);
156 table = xnrealloc (table, table_size, sizeof *table);
157 conflict_table = xnrealloc (conflict_table, table_size,
159 check = xnrealloc (check, table_size, sizeof *check);
161 for (/* Nothing. */; old_size < table_size; ++old_size)
693 aver (j < table_size);
[all...]
/external/freetype/src/truetype/
H A Dttpload.c490 FT_ULong table_size, record_size; local
496 error = face->goto_table( face, TTAG_hdmx, stream, &table_size );
497 if ( error || table_size < 8 )
500 if ( FT_FRAME_EXTRACT( table_size, face->hdmx_table ) )
504 limit = p + table_size;
547 face->hdmx_table_size = table_size;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttpload.c498 FT_ULong table_size, record_size; local
504 error = face->goto_table( face, TTAG_hdmx, stream, &table_size );
505 if ( error || table_size < 8 )
508 if ( FT_FRAME_EXTRACT( table_size, face->hdmx_table ) )
512 limit = p + table_size;
555 face->hdmx_table_size = table_size;
/external/libunwind/src/ia64/
H A DGtables.c86 unw_word_t table, size_t table_size, unw_word_t rel_ip,
95 for (lo = 0, hi = table_size / sizeof (struct ia64_table_entry); lo < hi;)
145 size_t table_size; local
157 table_size = di->u.ti.table_len * sizeof (di->u.ti.table_data[0]);
159 if (table_size < sizeof (struct ia64_table_entry))
171 table_size = di->u.rti.table_len * sizeof (unw_word_t);
173 if (table_size < sizeof (struct ia64_table_entry))
228 lookup (struct ia64_table_entry *table, size_t table_size, unw_word_t rel_ip) argument
234 for (lo = 0, hi = table_size / sizeof (struct ia64_table_entry); lo < hi;)
85 remote_lookup(unw_addr_space_t as, unw_word_t table, size_t table_size, unw_word_t rel_ip, struct ia64_table_entry *e, void *arg) argument
/external/libcxx/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);
/external/v8/src/wasm/
H A Dwasm-module.cc100 int table_size = static_cast<int>(functions->size());
101 DCHECK_EQ(function_table->length(), table_size * 2);
102 for (int i = 0; i < table_size; i++) {
103 function_table->set(i + table_size, *function_code_[functions->at(i)]);
186 int table_size = static_cast<int>(module->function_table->size()); local
187 Handle<FixedArray> fixed = isolate->factory()->NewFixedArray(2 * table_size);
188 for (int i = 0; i < table_size; i++) {
/external/webrtc/webrtc/base/
H A Dhelpers.cc223 const char* table, int table_size,
233 str->push_back(table[bytes[i] % table_size]);
222 CreateRandomString(size_t len, const char* table, int table_size, std::string* str) argument
/external/v8/src/
H A Dstring-search.h489 int table_size = AlphabetSize(); local
493 table_size * sizeof(*bad_char_occurrence));
495 for (int i = 0; i < table_size; i++) {
/external/sfntly/cpp/src/sfntly/
H A Dfont.cc152 int32_t table_size = target_table->Serialize(fos); local
153 if (table_size != (*record)->length()) {
156 int32_t filler_size = ((table_size + 3) & ~3) - table_size;
/external/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c834 lookup (const struct table_entry *table, size_t table_size, int32_t rel_ip) argument
836 unsigned long table_len = table_size / sizeof (struct table_entry);
866 unw_word_t table, size_t table_size, int32_t rel_ip,
869 unsigned long table_len = table_size / sizeof (struct table_entry);
865 remote_lookup(unw_addr_space_t as, unw_word_t table, size_t table_size, int32_t rel_ip, struct table_entry *e, void *arg) argument
/external/kernel-headers/original/uapi/linux/
H A Di2o-dev.h218 __u32 table_size:16; member in struct:_i2o_lct
/external/libdrm/include/drm/
H A Dnouveau_class.h610 __u32 table_size; member in struct:fermi_a_zbc_query_v0
/external/valgrind/callgrind/
H A Dfn.c217 static UInt str_hash(const HChar *s, UInt table_size) argument
221 hash_value = (HASH_CONSTANT * hash_value + *s) % table_size;
/external/v8/src/compiler/
H A Dwasm-compiler.cc1406 int table_size = static_cast<int>(module_->FunctionTableSize()); local
1408 Node* size = Int32Constant(static_cast<int>(table_size));
1432 int offset = fixed_offset + kPointerSize * table_size;

Completed in 1452 milliseconds

12