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

  /external/e2fsprogs/lib/ext2fs/
alloc_tables.c 90 int rem_grps = 0, flexbg_size = 0, table_offset = 0; local
126 table_offset = flexbg_size;
134 table_offset = last_grp & (flexbg_size - 1);
135 if (table_offset == 0)
136 table_offset = flexbg_size;
138 table_offset++;
172 table_offset;
210 table_offset;
  /art/runtime/
bytecode_utils.h 62 int32_t table_offset = instruction.VRegB_31t(); local
63 const uint16_t* table = reinterpret_cast<const uint16_t*>(&instruction) + table_offset;
  /system/core/libunwindstack/
ElfInterface.h 34 uint64_t table_offset; member in struct:LoadInfo
  /external/sfntly/cpp/src/sfntly/
font.cc 97 int32_t table_offset = Offset::kTableRecordBegin + num_tables() * local
108 new Header(*tag, table->CalculatedChecksum(), table_offset,
111 table_offset += (table->DataLength() + 3) & ~3;
520 int32_t table_offset = offset + Offset::kTableRecordBegin; local
523 table_number++, table_offset += Offset::kTableRecordSize) {
524 int32_t tag = fd->ReadULongAsInt(table_offset + Offset::kTableTag);
525 int64_t checksum = fd->ReadULong(table_offset + Offset::kTableCheckSum);
526 int32_t offset = fd->ReadULongAsInt(table_offset + Offset::kTableOffset);
527 int32_t length = fd->ReadULongAsInt(table_offset + Offset::kTableLength);
  /external/libconstrainedcrypto/
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/freetype/src/truetype/
ttgxvar.c 738 FT_ULong table_offset; local
766 table_offset = FT_STREAM_POS();
799 table_offset + store_offset,
808 table_offset + widthMap_offset,
1176 FT_ULong table_offset; local
    [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 111 unsigned table_offset = cgen.EmitBackEdgeTable(); local
122 code->set_back_edge_table_offset(table_offset);
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 629 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...]
  /art/oatdump/
oatdump.cc 940 uint32_t table_offset = dchecked_integral_cast<uint32_t>( local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 7830 bfd_vma table, table_offset = 0; local
    [all...]

Completed in 605 milliseconds