Searched refs:PCHECK (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/src/
H A Dcomp.c81 #define PCHECK(ptr) if(ptr==NULL) {return COMP_ERR_NULL_POINTER;} macro
85 PCHECK(ctx) \
119 PCHECK(inp);
154 PCHECK(out);
H A Dprngpriv.h108 #define PCHECK(ptr) if(ptr==NULL) {return PRNG_ERR_NULL_POINTER;} macro
H A Dprng.c319 PCHECK(outbuf);
451 PCHECK(buf);
470 PCHECK(inbuf);
471 PCHECK(outbuf);
508 PCHECK(inbuf);

Completed in 71 milliseconds