Lines Matching refs:u4
100 static inline u4* getBlockHeader(void* mem)
102 return ((u4*) mem) -1;
170 assert(*(u4*) (pHdr->mapAddr + pHdr->curOffset) == 0);
379 *(u4*)(pHdr->mapAddr + startOffset) = size | LENGTHFLAG_RW;
381 *(u4*)(pHdr->mapAddr + startOffset) = size;
428 const u4* pLen = getBlockHeader(mem);
461 u4* pLen = getBlockHeader(mem);
462 u4 len = *pLen & LENGTHFLAG_MASK;
580 u4* pLen = getBlockHeader(mem);
608 u4 rawLen, fullLen;
611 rawLen = *(u4*) (pHdr->mapAddr + off);
670 u4 rawLen, fullLen;
673 rawLen = *(u4*) (pHdr->mapAddr + off);