Home | History | Annotate | Download | only in androidfw

Lines Matching refs:typeOffset

256     const uint32_t typeOffset = map[type];
257 if (typeOffset == 0) {
261 if (typeOffset + 1 > size) {
263 typeOffset, (int)size);
266 const uint32_t entryCount = map[typeOffset];
267 const uint32_t entryOffset = map[typeOffset + 1];
272 const uint32_t index = typeOffset + 2 + entry - entryOffset;
3702 const uint32_t typeOffset = dtohl(ty->entriesStart);
3715 offset += typeOffset;