Home | History | Annotate | Download | only in common

Lines Matching refs:p32

323         const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res;
324 length=*p32++;
325 p=(const UChar *)p32;
342 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset;
343 length=*p32++;
344 p=(const UChar *)p32;
361 const int32_t *p32= offset==0 ? (const int32_t*)&gEmpty32 : pResData->pRoot+offset;
362 length=*p32++;
363 p=(const uint8_t *)p32;
433 const Resource *p32=(const Resource *)(p+length+(~length&1));
434 return p32[idx];
477 const Resource *p32=(const Resource *)(p+length+(~length&1));
481 return p32[indexR];