Searched refs:thisOffset (Results 1 – 1 of 1) sorted by relevance
5548 uint32_t thisOffset = dtohl(eindex[realEntryIndex]); in getEntry() local5549 if (thisOffset == ResTable_type::NO_ENTRY) { in getEntry()5566 bestOffset = thisOffset; in getEntry()6454 uint32_t thisOffset = dtohl(eindex[entryIndex]); in print() local6455 if (thisOffset == ResTable_type::NO_ENTRY) { in print()6485 if ((thisOffset&0x3) != 0) { in print()6486 printf("NON-INTEGER OFFSET: 0x%x\n", thisOffset); in print()6489 if ((thisOffset+sizeof(ResTable_entry)) > typeSize) { in print()6491 entriesStart, thisOffset, typeSize); in print()6496 (((const uint8_t*)type) + entriesStart + thisOffset); in print()[all …]