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

/xsrc/external/mit/xorg-server.old/dist/dbe/
H A Ddbestruct.h103 } DbeSwapInfoRec, *DbeSwapInfoPtr; typedef in typeref:struct:_DbeSwapInfoRec
H A Ddbe.c507 if (nStuff > UINT32_MAX / sizeof(DbeSwapInfoRec))
515 swapInfo = (DbeSwapInfoPtr)malloc(nStuff * sizeof(DbeSwapInfoRec));
1063 if (stuff->n > UINT32_MAX / sizeof(DbeSwapInfoRec))
/xsrc/external/mit/xorg-server/dist/dbe/
H A Ddbestruct.h95 } DbeSwapInfoRec, *DbeSwapInfoPtr; typedef in typeref:struct:_DbeSwapInfoRec
H A Ddbe.c468 if (nStuff > UINT32_MAX / sizeof(DbeSwapInfoRec))
476 swapInfo = xallocarray(nStuff, sizeof(DbeSwapInfoRec));
940 if (stuff->n > UINT32_MAX / sizeof(DbeSwapInfoRec))

Completed in 5 milliseconds