OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pArea
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
HGSMI.h
138
DECLINLINE(HGSMIOFFSET) HGSMIPointerToOffset(const HGSMIAREA *
pArea
,
141
return
pArea
->offBase + (HGSMIOFFSET)((uint8_t *)pv -
pArea
->pu8Base);
144
DECLINLINE(void *) HGSMIOffsetToPointer(const HGSMIAREA *
pArea
,
147
return
pArea
->pu8Base + (offBuffer -
pArea
->offBase);
150
DECLINLINE(uint8_t *) HGSMIBufferDataFromOffset(const HGSMIAREA *
pArea
,
153
void *pvBuffer = HGSMIOffsetToPointer(
pArea
, offBuffer);
157
DECLINLINE(HGSMIOFFSET) HGSMIBufferOffsetFromData(const HGSMIAREA *
pArea
,
161
return HGSMIPointerToOffset(
pArea
, pHeader)
[
all
...]
HGSMICommon.c
119
int HGSMIAreaInitialize(HGSMIAREA *
pArea
,
126
if ( !
pArea
/* Check that the area: */
135
pArea
->pu8Base = pu8Base;
136
pArea
->offBase = offBase;
137
pArea
->offLast = cbArea - HGSMIBufferMinimumSize() + offBase;
138
pArea
->cbArea = cbArea;
143
void HGSMIAreaClear(HGSMIAREA *
pArea
)
145
if (
pArea
)
147
memset(
pArea
, 0, sizeof(*
pArea
));
[
all
...]
hgsmimemalloc.c
40
int HGSMIMAInit(HGSMIMADATA *pMA, const HGSMIAREA *
pArea
,
48
if (!(
pArea
->cbArea < UINT32_C(0x80000000)))
50
if (!(
pArea
->cbArea >= HGSMI_MA_BLOCK_SIZE_MIN))
53
pMA->area = *
pArea
;
HGSMIMemAlloc.h
46
int HGSMIMAInit(HGSMIMADATA *pMA, const HGSMIAREA *
pArea
,
/xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx_dri.c
450
FBAreaPtr
pArea
;
469
pArea
= xf86AllocateOffscreenArea(pScreen, pScrn->displayWidth,
475
xf86FreeOffscreenArea(
pArea
);
Completed in 7 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026