Home | History | Annotate | Download | only in androidfw

Lines Matching refs:uintptr_t

26         const uintptr_t containerEnd = reinterpret_cast<uintptr_t>(data) + dtohl(data->header.size);
28 reinterpret_cast<uintptr_t>(data) + dtohs(data->header.headerSize));
29 if (reinterpret_cast<uintptr_t>(entryIndices) + (sizeof(uint32_t) * entryCount)
58 const uintptr_t containerEnd = reinterpret_cast<uintptr_t>(type)
61 reinterpret_cast<uintptr_t>(type) + dtohs(type->header.headerSize));
62 if (reinterpret_cast<uintptr_t>(entryIndices) + (sizeof(uint32_t) * entryCount) > containerEnd) {
90 reinterpret_cast<uintptr_t>(type) + dtohl(type->entriesStart) + entryOffset);
91 if (reinterpret_cast<uintptr_t>(entry) > containerEnd - sizeof(*entry)) {
94 } else if (reinterpret_cast<uintptr_t>(entry) + dtohs(entry->size) > containerEnd) {