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

  /art/compiler/optimizing/
bytecode_utils.h 61 int32_t table_offset = instruction.VRegB_31t(); local
62 const uint16_t* table = reinterpret_cast<const uint16_t*>(&instruction) + 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);
  /system/core/libmincrypt/
p256_ec.c 1050 u32 table_offset; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xsym.c 128 size_t table_offset = dshb->dshb_nte.dti_first_page * dshb->dshb_page_size; local
134 bfd_seek (abfd, table_offset, SEEK_SET);
    [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 57 unsigned table_offset = cgen.EmitBackEdgeTable(); local
67 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...]
  /art/oatdump/
oatdump.cc 597 uint32_t table_offset = dchecked_integral_cast<uint32_t>( local
601 table_offset,
602 table_offset + table_size - 1);
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 593 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
tttypes.h 593 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 593 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
jlayer-1.0.1-libgdx.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
jlayer-1.0.1-libgdx.jar 
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 7830 bfd_vma table, table_offset = 0; local
    [all...]

Completed in 5127 milliseconds