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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/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.c312 PCHECK(outbuf);
437 PCHECK(buf);
456 PCHECK(inbuf);
457 PCHECK(outbuf);
494 PCHECK(inbuf);

Completed in 1029 milliseconds