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

1 2 3

  /external/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...]
  /ndk/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/chromium_org/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;
211 FT_ULong table_pos, table_size, table_end; local
222 table_size = face->vert_metrics_size;
228 table_size = face->horz_metrics_size;
231 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;
ttsbit0.c 48 FT_ULong num_strikes, table_size; local
57 error = face->goto_table( face, TTAG_EBLC, stream, &table_size );
59 error = face->goto_table( face, TTAG_bloc, stream, &table_size );
63 if ( table_size < 8 )
70 if ( FT_FRAME_EXTRACT( table_size, face->sbit_table ) )
73 face->sbit_table_size = table_size;
76 p_limit = p + table_size;
93 if ( 8 + 48UL * count > table_size )
  /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/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttmtx.c 62 FT_ULong tag, table_size; local
80 error = face->goto_table( face, tag, stream, &table_size );
85 *ptable_size = table_size;
91 *ptable_size = error ? 0 : table_size;
218 FT_ULong table_pos, table_size, table_end; local
229 table_size = face->vert_metrics_size;
235 table_size = face->horz_metrics_size;
238 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;
  /hardware/libhardware/modules/usbaudio/
format.c 87 int table_size = sizeof(format_value_map) / sizeof(format_value_map[0]); local
98 return table_index < table_size
175 int table_size = ARRAY_SIZE(pcm_format_value_map); local
180 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) {
182 for (bit_index = 0; bit_index < bits_per_slot && table_index < table_size; bit_index++) {
alsa_device_profile.c 251 const int table_size = ARRAY_SIZE(pcm_format_value_map); local
256 for (slot_index = 0; slot_index < num_slots && table_index < table_size;
260 bit_index < bits_per_slot && table_index < table_size;
  /external/chromium_org/third_party/brotli/src/brotli/dec/
huffman.c 80 int table_size; /* size of current table */ local
111 table_size = 1 << table_bits;
112 total_size = table_size;
132 ReplicateValue(&table[key], step, table_size, code);
143 table += table_size;
145 table_size = 1 << table_bits;
146 total_size += table_size;
153 ReplicateValue(&table[key >> root_bits], step, table_size, code);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_truetype_font_win.cc 196 DWORD table_size = GetFontData(hdc.Get(), table_tag, 0, NULL, 0); local
197 if (table_size == GDI_ERROR)
200 DWORD safe_offset = std::min(static_cast<DWORD>(offset), table_size);
202 std::min(table_size - safe_offset, static_cast<DWORD>(max_data_length));
205 table_size = 0;
207 table_size = GetFontData(hdc.Get(),
212 if (table_size == GDI_ERROR)
215 return static_cast<int32_t>(table_size);
  /external/chromium_org/third_party/freetype/src/truetype/
ttpload.c 490 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;
545 face->hdmx_table_size = table_size;
  /external/freetype/src/truetype/
ttpload.c 490 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;
545 face->hdmx_table_size = table_size;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttpload.c 492 FT_ULong table_size, record_size; local
498 error = face->goto_table( face, TTAG_hdmx, stream, &table_size );
499 if ( error || table_size < 8 )
502 if ( FT_FRAME_EXTRACT( table_size, face->hdmx_table ) )
506 limit = p + table_size;
547 face->hdmx_table_size = table_size;
  /art/compiler/dex/
verified_method.cc 113 size_t table_size = ((pc_bytes + ref_bitmap_bytes) * num_entries) + 4; local
114 dex_gc_map_.reserve(table_size);
132 DCHECK_EQ(dex_gc_map_.size(), table_size);
  /external/chromium_org/net/disk_cache/blockfile/
backend_worker_v3.cc 60 size_t table_size = sizeof(disk_cache::CacheAddr) * table_len; local
61 return sizeof(disk_cache::IndexHeader) + table_size;
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash.cc 63 const size_t table_size = CalcTableSize(source_size_); local
64 if (table_size == 0) {
69 // Since table_size is a power of 2, (table_size - 1) is a bit mask
70 // containing all the bits below table_size.
71 hash_table_mask_ = static_cast<uint32_t>(table_size - 1);
72 hash_table_.resize(table_size, -1);
116 size_t table_size = 1; local
118 // that value to table_size.
119 while (table_size < min_size)
    [all...]
  /external/chromium_org/v8/src/
string-search.h 468 int table_size = AlphabetSize(); local
472 table_size * sizeof(*bad_char_occurrence));
474 for (int i = 0; i < table_size; i++) {
  /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/chromium_org/base/metrics/
stats_table.cc 295 int table_size = local
303 internal_ = Internal::New(table, table_size, max_threads, max_counters);
  /external/chromium_org/components/visitedlink/test/
visitedlink_unittest.cc 377 int32 table_size; local
379 master_->GetUsageStatistics(&table_size, &table);
381 ASSERT_GT(table_size, used_count);
390 ASSERT_EQ(table_size, child_table_size);
391 for (int32 i = 0; i < table_size; i++) {
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/
font.cc 152 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/sfntly/cpp/src/sfntly/
font.cc 152 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;

Completed in 2525 milliseconds

1 2 3