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

/darwin-on-arm/xnu/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.c316 PCHECK(outbuf);
441 PCHECK(buf);
460 PCHECK(inbuf);
461 PCHECK(outbuf);
498 PCHECK(inbuf);

Completed in 22 milliseconds