Searched refs:cbArea (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dhgsmimemalloc.c48 if (!(pArea->cbArea < UINT32_C(0x80000000)))
50 if (!(pArea->cbArea >= HGSMI_MA_BLOCK_SIZE_MIN))
H A DHGSMI.h179 HGSMISIZE cbArea,
186 return off >= pArea->offBase && off - pArea->offBase < pArea->cbArea;
191 return (uintptr_t)pv >= (uintptr_t)pArea->pu8Base && (uintptr_t)pv - (uintptr_t)pArea->pu8Base < pArea->cbArea;
202 HGSMISIZE cbArea,
234 return HGSMIHeapArea(pHeap)->cbArea;
H A DHGSMICommon.c121 HGSMISIZE cbArea,
127 || cbArea < HGSMIBufferMinimumSize() /* large enough; */
128 || pu8Base + cbArea < pu8Base /* no address space wrap; */
129 || offBase > UINT32_C(0xFFFFFFFF) - cbArea /* area within the 32 bit space: offBase + cbMem <= 0xFFFFFFFF. */
137 pArea->offLast = cbArea - HGSMIBufferMinimumSize() + offBase;
138 pArea->cbArea = cbArea;
199 HGSMISIZE cbArea,
206 int rc = HGSMIAreaInitialize(&pHeap->area, pvBase, cbArea, offBase);
291 // offBuffer, pArea->pu8Base, pArea->cbArea, pAre
119 HGSMIAreaInitialize(HGSMIAREA * pArea,void * pvBase,HGSMISIZE cbArea,HGSMIOFFSET offBase) argument
197 HGSMIHeapSetup(HGSMIHEAP * pHeap,void * pvBase,HGSMISIZE cbArea,HGSMIOFFSET offBase,const HGSMIENV * pEnv) argument
[all...]
H A DHGSMIDefs.h43 * offBase + cbArea - 1 - (sizeof(header) + sizeof(tail)).
45 HGSMISIZE cbArea; /* Size of the area. */ member in struct:HGSMIAREA

Completed in 4 milliseconds