Lines Matching full:presize
230 const size_t preSize = sizeof(ResStringPool_header)
233 if (pool->editData(preSize) == NULL) {
262 void* dat = (void*)pool->editData(preSize + strPos + totalSize);
267 dat = (uint8_t*)dat + preSize + strPos;
291 uint8_t* dat = (uint8_t*)pool->editData(preSize + padPos);
296 memset(dat+preSize+strPos, 0, padPos-strPos);
310 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + totalSize);
315 ResStringPool_span* span = (ResStringPool_span*)(dat+preSize+styPos);
332 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + extra);
337 uint32_t* p = (uint32_t*)(dat+preSize+styPos);
365 header->stringsStart = htodl(preSize);
366 header->stylesStart = htodl(STYLES > 0 ? (preSize+strPos) : 0);