Searched refs:HGSMIOFFSET (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | HGSMI.h | 138 DECLINLINE(HGSMIOFFSET) HGSMIPointerToOffset(const HGSMIAREA *pArea, 141 return pArea->offBase + (HGSMIOFFSET)((uint8_t *)pv - pArea->pu8Base); 145 HGSMIOFFSET offBuffer) 151 HGSMIOFFSET offBuffer) 157 DECLINLINE(HGSMIOFFSET) HGSMIBufferOffsetFromData(const HGSMIAREA *pArea, 165 HGSMIOFFSET offBuffer, 173 uint32_t HGSMIChecksum(HGSMIOFFSET offBuffer, 180 HGSMIOFFSET offBase); 184 DECLINLINE(bool) HGSMIAreaContainsOffset(const HGSMIAREA *pArea, HGSMIOFFSET off) 194 HGSMIOFFSET HGSMIBufferInitializeSingl [all...] |
| H A D | hgsmimemalloc.c | 41 HGSMIOFFSET *paDescriptors, uint32_t cDescriptors, HGSMISIZE cbMaxBlock, 63 static HGSMIOFFSET HGSMIMAPointerToOffset(const HGSMIMADATA *pMA, const void *pv) 74 static void *HGSMIMAOffsetToPointer(const HGSMIMADATA *pMA, HGSMIOFFSET off) 90 HGSMIOFFSET off = pMA->area.offBase; 97 HGSMIOFFSET off = HGSMIMAPointerToOffset(pMA, pv);
|
| H A D | HGSMIDefs.h | 31 typedef uint32_t HGSMIOFFSET; typedef in typeref:typename:uint32_t 33 #define HGSMIOFFSET_VOID ((HGSMIOFFSET)~0) 41 HGSMIOFFSET offBase; /* The starting offset of the area. */ 42 HGSMIOFFSET offLast; /* The last valid offset:
|
| H A D | HGSMIChSetup.h | 38 HGSMIOFFSET offLocation;
|
| H A D | HGSMIMemAlloc.h | 47 HGSMIOFFSET *paDescriptors, uint32_t cDescriptors, HGSMISIZE cbMaxBlock,
|
| H A D | HGSMICommon.c | 106 uint32_t HGSMIChecksum(HGSMIOFFSET offBuffer, 122 HGSMIOFFSET offBase) 154 HGSMIOFFSET HGSMIBufferInitializeSingle(const HGSMIAREA *pArea, 182 HGSMIOFFSET offBuffer = HGSMIPointerToOffset(pArea, pHeader); 200 HGSMIOFFSET offBase, 237 HGSMIOFFSET offBuffer = HGSMIBufferInitializeSingle(HGSMIHeapArea(pHeap), pHeader, 287 HGSMIOFFSET offBuffer, 378 HGSMIOFFSET offBuffer)
|
| H A D | HGSMIBuffers.c | 105 HGSMIOFFSET offBuffer = HGSMIHeapBufferOffset (HGSMIGUESTCMDHEAP_GET(&pCtx->heapCtx), pvBuffer);
|
| H A D | VBoxVideoGuest.h | 65 HGSMIOFFSET offLocation); 74 HGSMIOFFSET offVRAMFlagsLocation,
|
| H A D | HGSMIBase.c | 52 DECLHIDDEN(int) VBoxHGSMIReportFlagsLocation(PHGSMIGUESTCOMMANDCONTEXT pCtx, HGSMIOFFSET offLocation)
|
| H A D | VBoxVideo.h | 2099 HGSMIOFFSET offCmd;
|
Completed in 12 milliseconds