Lines Matching refs:dat
254 void* dat = (void*)pool->editData(preSize + strPos + totalSize);
255 if (dat == NULL) {
259 dat = (uint8_t*)dat + preSize + strPos;
261 uint8_t* strings = (uint8_t*)dat;
269 uint16_t* strings = (uint16_t*)dat;
283 uint8_t* dat = (uint8_t*)pool->editData(preSize + padPos);
284 if (dat == NULL) {
288 memset(dat+preSize+strPos, 0, padPos-strPos);
302 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + totalSize);
303 if (dat == NULL) {
307 ResStringPool_span* span = (ResStringPool_span*)(dat+preSize+styPos);
324 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + extra);
325 if (dat == NULL) {
329 uint32_t* p = (uint32_t*)(dat+preSize+styPos);