Searched refs:COMP_ERR_NULL_POINTER (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/src/
H A Dcomp.h82 COMP_ERR_NULL_POINTER, enumerator in enum:comp_error_status
H A Dcomp.c81 #define PCHECK(ptr) if(ptr==NULL) {return COMP_ERR_NULL_POINTER;}
82 #define MMPCHECK(mmptr) if(mmptr==MM_NULL) {return COMP_ERR_NULL_POINTER;}

Completed in 16 milliseconds