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

  /art/compiler/
gc_map_builder.h 66 size_t table_offset = (table_index * EntryWidth()) + sizeof(uint32_t); local
68 native_offset |= (*table_)[table_offset + i] << (i * 8);
74 size_t table_offset = (table_index * EntryWidth()) + sizeof(uint32_t); local
76 (*table_)[table_offset + i] = (native_offset >> (i * 8)) & 0xFF;
81 size_t table_offset = (table_index * EntryWidth()) + sizeof(uint32_t); local
82 memcpy(&(*table_)[table_offset + native_offset_width_], references, references_width_);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
elf_mem_image.cc 101 ElfW(Off) table_offset, member in namespace:base::__anon20161
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::__anon20205
105 + table_offset
  /external/chromium_org/third_party/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/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...]
  /system/core/libmincrypt/
p256_ec.c 1050 u32 table_offset; local
    [all...]
  /external/chromium_org/v8/src/
full-codegen.cc 328 unsigned table_offset = cgen.EmitBackEdgeTable(); local
342 code->set_back_edge_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 505 /* table_offset :: The offset of the index table in the `EBLC' */
524 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/freetype/include/internal/
tttypes.h 593 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/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...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 562 milliseconds