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