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

1 2 3 4

  /external/brotli/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);
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
ctype.cpp 36 const size_t ctype<char>::table_size; member in class:ctype
45 static const ctype_base::mask _S_classic_table[table_size] = {
200 const unsigned char _S_upper[ctype<char>::table_size] =
236 const unsigned char _S_lower[ctype<char>::table_size] =
385 { return _WCharIndex::in_range(c, ctype<char>::table_size) && (table[c] & M); }
396 return _WCharIndex::in_range(c, ctype<char>::table_size) && (m & table[c]);
406 *vec = _WCharIndex::in_range(c, ctype<char>::table_size) ? table[c] : ctype_base::mask(0);
425 return _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c]
433 *low = _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c]
440 return _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_lower[c
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
ctype.cpp 36 const size_t ctype<char>::table_size; member in class:ctype
45 static const ctype_base::mask _S_classic_table[table_size] = {
200 const unsigned char _S_upper[ctype<char>::table_size] =
236 const unsigned char _S_lower[ctype<char>::table_size] =
385 { return _WCharIndex::in_range(c, ctype<char>::table_size) && (table[c] & M); }
396 return _WCharIndex::in_range(c, ctype<char>::table_size) && (m & table[c]);
406 *vec = _WCharIndex::in_range(c, ctype<char>::table_size) ? table[c] : ctype_base::mask(0);
425 return _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c]
433 *low = _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c]
440 return _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_lower[c
    [all...]
  /external/ltp/testcases/kernel/syscalls/getdtablesize/
getdtablesize01.c 57 int table_size, loop, fd, count = 0; local
62 table_size = getdtablesize();
68 table_size);
72 if (table_size == max_val_opfiles)
  /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;
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;
ttsbit.c 50 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 - 8 ) / 48 )
275 FT_ULong table_size; local
1281 FT_ULong 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++) {
alsa_device_profile.c 258 const int table_size = ARRAY_SIZE(pcm_format_value_map); local
263 for (slot_index = 0; slot_index < num_slots && table_index < table_size;
267 bit_index < bits_per_slot && table_index < table_size;
  /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;
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;
ttsbit.c 50 FT_ULong table_size; local
59 error = face->goto_table( face, TTAG_CBLC, stream, &table_size );
64 error = face->goto_table( face, TTAG_EBLC, stream, &table_size );
66 error = face->goto_table( face, TTAG_bloc, stream, &table_size );
73 error = face->goto_table( face, TTAG_sbix, stream, &table_size );
80 if ( table_size < 8 )
100 if ( FT_FRAME_EXTRACT( table_size, face->sbit_table ) )
103 face->sbit_table_size = table_size;
132 if ( 8 + 48UL * count > table_size )
133 count = (FT_UInt)( ( table_size - 8 ) / 48 )
    [all...]
  /external/freetype/src/truetype/
ttpload.c 528 FT_ULong table_size, record_size; local
534 error = face->goto_table( face, TTAG_hdmx, stream, &table_size );
535 if ( error || table_size < 8 )
538 if ( FT_FRAME_EXTRACT( table_size, face->hdmx_table ) )
542 limit = p + table_size;
588 face->hdmx_table_size = table_size;
  /external/pdfium/third_party/freetype/src/truetype/
ttpload.c 498 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/brotli/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/webp/src/utils/
huffman_utils.c 144 int table_size = 1 << table_bits; // size of current table local
158 ReplicateValue(&table[key], step, table_size, code);
175 table += table_size;
177 table_size = 1 << table_bits;
178 total_size += table_size;
185 ReplicateValue(&table[key >> root_bits], step, table_size, code);
  /system/core/libunwindstack/include/unwindstack/
ElfInterface.h 40 size_t table_size; member in struct:unwindstack::LoadInfo
  /external/libunwind/src/ia64/
Gtables.c 86 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)
234 for (lo = 0, hi = table_size / sizeof (struct ia64_table_entry); lo < hi;)
  /external/mesa3d/src/amd/vulkan/
radv_pipeline_cache.c 53 cache->table_size = 1024;
54 const size_t byte_size = cache->table_size * sizeof(cache->hash_table[0]);
61 cache->table_size = 0;
69 for (unsigned i = 0; i < cache->table_size; ++i)
115 const uint32_t mask = cache->table_size - 1;
118 for (uint32_t i = 0; i < cache->table_size; i++) {
190 const uint32_t mask = cache->table_size - 1;
194 assert(cache->kernel_count < cache->table_size / 2);
196 for (uint32_t i = 0; i < cache->table_size; i++) {
212 const uint32_t table_size = cache->table_size * 2 local
    [all...]
  /external/sfntly/cpp/src/sfntly/
font.cc 155 int32_t table_size = target_table->Serialize(fos); local
156 if (table_size != (*record)->length()) {
159 int32_t filler_size = ((table_size + 3) & ~3) - table_size;
  /external/v8/src/
string-search.h 489 int table_size = AlphabetSize(); local
493 table_size * sizeof(*bad_char_occurrence));
495 for (int i = 0; i < table_size; i++) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tic.h 207 unsigned table_size; member in struct:__anon57236
  /external/bison/src/
tables.c 121 /* TABLE_SIZE is the allocated size of both TABLE and CHECK. We start
124 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
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 840 size_t table_size = ComputeRootTableSize(number_of_roots); local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_phy.c 2017 u8 pdadc_i, pdadc_n, pwr_step, pdg, max_idx, table_size; local
    [all...]

Completed in 802 milliseconds

1 2 3 4