/external/chromium/chrome/common/ |
H A D | visitedlink_common.h | 96 Fingerprint FingerprintAt(int32 table_offset) const { 99 return hash_table_[table_offset];
|
/external/chromium_org/components/visitedlink/common/ |
H A D | visitedlink_common.h | 97 Fingerprint FingerprintAt(int32 table_offset) const { 100 return hash_table_[table_offset];
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/ |
H A D | font.cc | 94 int32_t table_offset = Offset::kTableRecordBegin + num_tables() * local 105 new Header(*tag, table->CalculatedChecksum(), table_offset, 108 table_offset += (table->DataLength() + 3) & ~3; 511 int32_t table_offset = offset + Offset::kTableRecordBegin; local 514 table_number++, table_offset += Offset::kTableRecordSize) { 515 int32_t tag = fd->ReadULongAsInt(table_offset + Offset::kTableTag); 516 int64_t checksum = fd->ReadULong(table_offset + Offset::kTableCheckSum); 517 int32_t offset = fd->ReadULongAsInt(table_offset + Offset::kTableOffset); 518 int32_t length = fd->ReadULongAsInt(table_offset + Offset::kTableLength);
|
/external/sfntly/cpp/src/sfntly/ |
H A D | font.cc | 94 int32_t table_offset = Offset::kTableRecordBegin + num_tables() * local 105 new Header(*tag, table->CalculatedChecksum(), table_offset, 108 table_offset += (table->DataLength() + 3) & ~3; 511 int32_t table_offset = offset + Offset::kTableRecordBegin; local 514 table_number++, table_offset += Offset::kTableRecordSize) { 515 int32_t tag = fd->ReadULongAsInt(table_offset + Offset::kTableTag); 516 int64_t checksum = fd->ReadULong(table_offset + Offset::kTableCheckSum); 517 int32_t offset = fd->ReadULongAsInt(table_offset + Offset::kTableOffset); 518 int32_t length = fd->ReadULongAsInt(table_offset + Offset::kTableLength);
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | index_sub_table_format5.h | 107 static int32_t NumGlyphs(ReadableFontData* dta, int32_t table_offset);
|
H A D | bitmap_size_table.h | 156 int32_t table_offset);
|
H A D | index_sub_table_format4.h | 125 static int32_t NumGlyphs(ReadableFontData* data, int32_t table_offset);
|
H A D | index_sub_table_format5.cc | 81 int32_t table_offset) { 82 int32_t num_glyphs = data->ReadULongAsInt(table_offset + 80 NumGlyphs(ReadableFontData* data, int32_t table_offset) argument
|
H A D | index_sub_table_format4.cc | 81 int32_t table_offset) { 82 int32_t num_glyphs = data->ReadULongAsInt(table_offset + 80 NumGlyphs(ReadableFontData* data, int32_t table_offset) argument
|
H A D | bitmap_size_table.cc | 126 int32_t table_offset) { 127 return data->ReadULongAsInt(table_offset + 125 NumberOfIndexSubTables(ReadableFontData* data, int32_t table_offset) argument
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | index_sub_table_format5.h | 107 static int32_t NumGlyphs(ReadableFontData* dta, int32_t table_offset);
|
H A D | bitmap_size_table.h | 156 int32_t table_offset);
|
H A D | index_sub_table_format4.h | 125 static int32_t NumGlyphs(ReadableFontData* data, int32_t table_offset);
|
H A D | index_sub_table_format5.cc | 81 int32_t table_offset) { 82 int32_t num_glyphs = data->ReadULongAsInt(table_offset + 80 NumGlyphs(ReadableFontData* data, int32_t table_offset) argument
|
H A D | index_sub_table_format4.cc | 81 int32_t table_offset) { 82 int32_t num_glyphs = data->ReadULongAsInt(table_offset + 80 NumGlyphs(ReadableFontData* data, int32_t table_offset) argument
|
H A D | bitmap_size_table.cc | 126 int32_t table_offset) { 127 return data->ReadULongAsInt(table_offset + 125 NumberOfIndexSubTables(ReadableFontData* data, int32_t table_offset) argument
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
H A D | elf_mem_image.cc | 101 ElfW(Off) table_offset, member in namespace:base::__anon14707 105 + table_offset
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
H A D | elf_mem_image.cc | 101 ElfW(Off) table_offset, member in namespace:base::__anon14751 105 + table_offset
|
/external/chromium_org/ppapi/tests/ |
H A D | test_truetype_font.cc | 353 uint32_t table_offset = ReadBigEndian32(&cmap_entry->offset); 355 ASSERT_TRUE(static_cast<size_t>(table_offset + logical_length) < 357 const char* cmap_table = &entire_font[0] + table_offset;
|
/external/qemu/block/ |
H A D | vpc.c | 87 uint64_t table_offset; member in struct:vhd_dyndisk_header 197 s->bat_offset = be64_to_cpu(dyndisk_header->table_offset); 585 dyndisk_header->table_offset = be64_to_cpu(3 * 512);
|
H A D | qcow2-refcount.c | 337 uint64_t table_offset = meta_offset + blocks_clusters * s->cluster_size; local 375 ret = bdrv_pwrite_sync(bs->file, table_offset, new_table, 387 cpu_to_be64w((uint64_t*)data, table_offset); 403 s->refcount_table_offset = table_offset;
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
H A D | tttypes.h | 505 /* table_offset :: The offset of the index table in the `EBLC' */ 524 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
|
/external/freetype/include/freetype/internal/ |
H A D | tttypes.h | 505 /* table_offset :: The offset of the index table in the `EBLC' */ 524 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
|
/external/v8/src/ |
H A D | full-codegen.cc | 312 unsigned table_offset = cgen.EmitStackCheckTable(); local 332 code->set_stack_check_table_offset(table_offset);
|
/external/chromium_org/v8/src/ |
H A D | full-codegen.cc | 335 unsigned table_offset = cgen.EmitBackEdgeTable(); local 352 code->set_back_edge_table_offset(table_offset);
|