Searched refs:thisOffset (Results 1 – 1 of 1) sorted by relevance
3701 uint32_t thisOffset = dtohl(eindex[entryIndex]); in getEntry() local3702 if (thisOffset == ResTable_type::NO_ENTRY) { in getEntry()3718 offset = thisOffset; in getEntry()4334 uint32_t thisOffset = dtohl(eindex[entryIndex]); in print() local4335 if (thisOffset == ResTable_type::NO_ENTRY) { in print()4348 if ((thisOffset&0x3) != 0) { in print()4349 printf("NON-INTEGER OFFSET: %p\n", (void*)thisOffset); in print()4352 if ((thisOffset+sizeof(ResTable_entry)) > typeSize) { in print()4354 (void*)entriesStart, (void*)thisOffset, in print()4360 (((const uint8_t*)type) + entriesStart + thisOffset); in print()[all …]