Lines Matching refs:p32
336 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res;
337 length=*p32++;
338 p=(const char16_t *)p32;
362 const int32_t *p32=pResData->pRoot+res;
363 int32_t length=*p32;
364 const char16_t *p=(const char16_t *)p32;
425 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset;
426 length=*p32++;
427 p=(const char16_t *)p32;
444 const int32_t *p32= offset==0 ? (const int32_t*)&gEmpty32 : pResData->pRoot+offset;
445 length=*p32++;
446 p=(const uint8_t *)p32;
727 const Resource *p32=(const Resource *)(p+length+(~length&1));
728 return p32[idx];
773 const Resource *p32=(const Resource *)(p+length+(~length&1));
777 return p32[indexR];