Searched defs:IS_NOT_NULL (Results 1 – 2 of 2) sorted by relevance
376 #define IS_NOT_NULL(n) ((n) & NOT_NULL_FLAG) macro
189 #define IS_NOT_NULL(p) (((void*)(p)) != (void*)0) macro
Completed in 25 milliseconds