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

/external/chromium/chrome/common/
H A Dvisitedlink_common.h96 Fingerprint FingerprintAt(int32 table_offset) const {
99 return hash_table_[table_offset];
/external/chromium_org/components/visitedlink/common/
H A Dvisitedlink_common.h97 Fingerprint FingerprintAt(int32 table_offset) const {
100 return hash_table_[table_offset];
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dfont.cc94 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 Dfont.cc94 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 Dindex_sub_table_format5.h107 static int32_t NumGlyphs(ReadableFontData* dta, int32_t table_offset);
H A Dbitmap_size_table.h156 int32_t table_offset);
H A Dindex_sub_table_format4.h125 static int32_t NumGlyphs(ReadableFontData* data, int32_t table_offset);
H A Dindex_sub_table_format5.cc81 int32_t table_offset) {
82 int32_t num_glyphs = data->ReadULongAsInt(table_offset +
80 NumGlyphs(ReadableFontData* data, int32_t table_offset) argument
H A Dindex_sub_table_format4.cc81 int32_t table_offset) {
82 int32_t num_glyphs = data->ReadULongAsInt(table_offset +
80 NumGlyphs(ReadableFontData* data, int32_t table_offset) argument
H A Dbitmap_size_table.cc126 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 Dindex_sub_table_format5.h107 static int32_t NumGlyphs(ReadableFontData* dta, int32_t table_offset);
H A Dbitmap_size_table.h156 int32_t table_offset);
H A Dindex_sub_table_format4.h125 static int32_t NumGlyphs(ReadableFontData* data, int32_t table_offset);
H A Dindex_sub_table_format5.cc81 int32_t table_offset) {
82 int32_t num_glyphs = data->ReadULongAsInt(table_offset +
80 NumGlyphs(ReadableFontData* data, int32_t table_offset) argument
H A Dindex_sub_table_format4.cc81 int32_t table_offset) {
82 int32_t num_glyphs = data->ReadULongAsInt(table_offset +
80 NumGlyphs(ReadableFontData* data, int32_t table_offset) argument
H A Dbitmap_size_table.cc126 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 Delf_mem_image.cc101 ElfW(Off) table_offset, member in namespace:base::__anon14707
105 + table_offset
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.cc101 ElfW(Off) table_offset, member in namespace:base::__anon14751
105 + table_offset
/external/chromium_org/ppapi/tests/
H A Dtest_truetype_font.cc353 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 Dvpc.c87 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 Dqcow2-refcount.c337 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 Dtttypes.h505 /* 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 Dtttypes.h505 /* 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 Dfull-codegen.cc312 unsigned table_offset = cgen.EmitStackCheckTable(); local
332 code->set_stack_check_table_offset(table_offset);
/external/chromium_org/v8/src/
H A Dfull-codegen.cc335 unsigned table_offset = cgen.EmitBackEdgeTable(); local
352 code->set_back_edge_table_offset(table_offset);

Completed in 2554 milliseconds