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

  /art/compiler/
gc_map_builder.h 68 size_t table_offset = (table_index * EntryWidth()) + sizeof(uint32_t); local
70 native_offset |= table_[table_offset + i] << (i * 8);
76 size_t table_offset = (table_index * EntryWidth()) + sizeof(uint32_t); local
78 table_[table_offset + i] = (native_offset >> (i * 8)) & 0xFF;
83 size_t table_offset = (table_index * EntryWidth()) + sizeof(uint32_t); local
84 memcpy(&table_[table_offset + native_offset_width_], references, references_width_);
  /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);
  /system/core/libmincrypt/
p256_ec.c 1050 u32 table_offset; local
    [all...]
  /art/compiler/optimizing/
builder.cc 76 int32_t table_offset = instruction.VRegB_31t(); local
77 const uint16_t* table = reinterpret_cast<const uint16_t*>(&instruction) + table_offset;
    [all...]
  /external/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/freetype/include/internal/
tttypes.h 593 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/pdfium/third_party/freetype/include/internal/
tttypes.h 593 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
    [all...]

Completed in 302 milliseconds