Searched refs:curOff (Results 1 – 2 of 2) sorted by relevance
117 off64_t curOff = off + size; in write() local119 off64_t mapSize = curOff - alignedOff; in write()
3927 …size_t curOff = (reinterpret_cast<uintptr_t>(entry.entry) - reinterpret_cast<uintptr_t>(entry.type… in getBagLocked() local3936 TABLE_NOISY(printf("Now at %p\n", (void*)curOff)); in getBagLocked()3938 if (curOff > (dtohl(entry.type->header.size)-sizeof(ResTable_map))) { in getBagLocked()3940 (int)curOff, dtohl(entry.type->header.size)); in getBagLocked()3943 map = (const ResTable_map*)(((const uint8_t*)entry.type) + curOff); in getBagLocked()3952 (int) curOff, (int) newName); in getBagLocked()4014 curOff += size + sizeof(*map)-sizeof(map->value); in getBagLocked()