Home | History | Annotate | Download | only in common

Lines Matching defs:p32

321         const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res;
322 length=*p32++;
323 p=(const UChar *)p32;
340 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset;
341 length=*p32++;
342 p=(const UChar *)p32;
359 const int32_t *p32= offset==0 ? (const int32_t*)&gEmpty32 : pResData->pRoot+offset;
360 length=*p32++;
361 p=(const uint8_t *)p32;
431 const Resource *p32=(const Resource *)(p+length+(~length&1));
432 return p32[idx];
475 const Resource *p32=(const Resource *)(p+length+(~length&1));
479 return p32[indexR];