HomeSort by relevance Sort by last modified time
    Searched defs:table_offset (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
elf_mem_image.cc 101 ElfW(Off) table_offset, member in namespace:base::__anon16241
105 + table_offset
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
elf_mem_image.cc 101 ElfW(Off) table_offset, member in namespace:base::__anon16285
105 + table_offset
  /external/sfntly/cpp/src/sfntly/
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/qemu/block/
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;
    [all...]
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);
  /art/compiler/dex/quick/
codegen_util.cc 595 size_t table_offset = (table_index * EntryWidth()) + sizeof(uint32_t); local
597 native_offset |= (*table_)[table_offset + i] << (i * 8);
603 size_t table_offset = (table_index * EntryWidth()) + sizeof(uint32_t); local
605 (*table_)[table_offset + i] = (native_offset >> (i * 8)) & 0xFF;
610 size_t table_offset = (table_index * EntryWidth()) + sizeof(uint32_t); local
611 memcpy(&(*table_)[table_offset + native_offset_width_], references, references_width_);
    [all...]
  /external/chromium_org/v8/src/
full-codegen.cc 331 unsigned table_offset = cgen.EmitBackEdgeTable(); local
350 code->set_back_edge_table_offset(table_offset);
    [all...]
  /external/v8/src/
full-codegen.cc 312 unsigned table_offset = cgen.EmitStackCheckTable(); local
332 code->set_stack_check_table_offset(table_offset);
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 535 Off table_offset = iter.NextOffset(); local
536 if (table_offset == 0)
538 Word sh_type = GetWordAt(table_offset + offsetof(Shdr, sh_type));
540 *size = GetOffAt(table_offset + offsetof(Shdr, sh_size));
541 return GetOffAt(table_offset + offsetof(Shdr, sh_offset));
552 Off table_offset = iter.NextOffset(); local
553 if (table_offset == 0)
555 Word sh_type = GetWordAt(table_offset + offsetof(Shdr, sh_type));
557 return GetWordAt(table_offset + offsetof(Shdr, sh_link));
567 Off table_offset = iter.NextOffset() local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 605 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/freetype/include/freetype/internal/
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_
    [all...]

Completed in 335 milliseconds