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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/YarrowCoreLib/src/
H A Dsmf.h67 #define MMPTR void * macro
80 #define MMPTR BYTE macro
89 SMFAPI MMPTR mmMalloc(DWORD request);
90 SMFAPI void mmFree(MMPTR ptrnum);
91 SMFAPI LPVOID mmGetPtr(MMPTR ptrnum);
92 SMFAPI void mmReturnPtr(MMPTR ptrnum);
H A Dcomp.h75 MMPTR buf;
H A Dprng.c149 MMPTR mmctx = MM_NULL;
151 MMPTR mmbigbuf = MM_NULL;
153 MMPTR mmbuf = MM_NULL;
224 MMPTR mmp;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/YarrowCoreLib/port/
H A Dsmf.c46 SMFAPI MMPTR mmMalloc(DWORD request)
59 return (MMPTR) mem;
62 SMFAPI void mmFree(MMPTR ptrnum)
68 SMFAPI LPVOID mmGetPtr(MMPTR ptrnum)
73 SMFAPI void mmReturnPtr(__unused MMPTR ptrnum)

Completed in 23 milliseconds