/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/chromium_org/v8/src/ |
trig-table.h | 49 static int table_size() { return kTableSize; } function in class:v8::internal::TrigonometricLookupTable
|
string-search.h | 491 int table_size = AlphabetSize(); local 495 table_size * sizeof(*bad_char_occurrence)); 497 for (int i = 0; i < table_size; i++) {
|
/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; 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;
|
/external/chromium_org/content/renderer/pepper/ |
pepper_truetype_font_linux.cc | 134 size_t table_size = 0; local 137 if (!GetFontTable(fd_, table_tag, offset, NULL, &table_size)) 140 table_size = std::min(table_size, static_cast<size_t>(max_data_length)); 141 data->resize(table_size); 144 &table_size)) 147 return base::checked_numeric_cast<int32_t>(table_size);
|
pepper_truetype_font_win.cc | 218 DWORD table_size = GetFontData(hdc, table_tag, 0, NULL, 0); local 219 if (table_size == GDI_ERROR) 222 DWORD safe_offset = std::min(static_cast<DWORD>(offset), table_size); 223 DWORD safe_length = std::min(table_size - safe_offset, 227 table_size = 0; 229 table_size = GetFontData(hdc, table_tag, safe_offset, 232 if (table_size == GDI_ERROR) 235 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/chromium_org/net/disk_cache/v3/ |
backend_worker.cc | 71 size_t table_size = sizeof(disk_cache::CacheAddr) * table_len; local 72 return sizeof(disk_cache::IndexHeader) + table_size;
|
/external/chromium/sdch/open-vcdiff/src/ |
blockhash.cc | 62 const size_t table_size = CalcTableSize(source_size_); local 63 if (table_size == 0) { 68 // Since table_size is a power of 2, (table_size - 1) is a bit mask 69 // containing all the bits below table_size. 70 hash_table_mask_ = static_cast<uint32_t>(table_size - 1); 71 hash_table_.resize(table_size, -1); 115 size_t table_size = 1; local 117 // that value to table_size. 118 while (table_size < min_size) [all...] |
/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/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/v8/src/ |
string-search.h | 483 int table_size = AlphabetSize(); local 487 table_size * sizeof(*bad_char_occurrence)); 489 for (int i = 0; i < table_size; i++) {
|
/art/compiler/dex/quick/arm/ |
target_arm.cc | 601 int table_size = fp_vmap_table_.size(); local 602 for (int i = table_size; i < (reg + 1); i++) {
|
/external/chromium/base/metrics/ |
stats_table.cc | 261 int table_size = local 269 impl_ = Private::New(name, table_size, max_threads, max_counters);
|
/external/chromium_org/base/metrics/ |
stats_table.cc | 293 int table_size = local 301 internal_ = Internal::New(name, 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;
|
/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...] |