Searched refs:mapSize (Results 1 – 3 of 3) sorted by relevance
42 size_t mapSize; member79 uint8_t* ptr = mapsFile + header.mapSize; in getLeakInfo()87 header.mapSize += amount; in getLeakInfo()88 } while (header.mapSize < MAPS_FILE_SIZE); in getLeakInfo()90 ALOGD("**** read %d bytes from '%s'", (int) header.mapSize, path); in getLeakInfo()100 jbyteArray array = env->NewByteArray(sizeof(Header) + header.mapSize + header.allocSize); in getLeakInfo()114 if (header.mapSize > 0 && mapsFile != NULL) { in getLeakInfo()115 memcpy(ptr, mapsFile, header.mapSize); in getLeakInfo()116 ptr += header.mapSize; in getLeakInfo()
283 static status_t getIdmapPackageId(const uint32_t* map, size_t mapSize, uint32_t *outId) in getIdmapPackageId() argument285 if (!assertIdmapHeader(map, mapSize)) { in getIdmapPackageId()5229 const size_t mapSize = map.size(); in createIdmap() local5230 *data++ = htodl(mapSize); in createIdmap()5231 size_t offset = mapSize; in createIdmap()5232 for (size_t i = 0; i < mapSize; ++i) { in createIdmap()5243 for (size_t i = 0; i < mapSize; ++i) { in createIdmap()
104 const int32_t map[][4], size_t mapSize) { in rotateValueUsingRotationMap() argument106 for (size_t i = 0; i < mapSize; i++) { in rotateValueUsingRotationMap()