Searched refs:zero_on_null (Results 1 – 2 of 2) sorted by relevance
101 #define zero_on_null(x) ((x) ? *(x) : 0) macro105 zero_on_null(&x); in test()106 assert(zero_on_null(&x)); in test()
164 #define zero_on_null(x) ((x) ? *(x) : 0) macro181 zero_on_null(&x); in test()182 assert(zero_on_null(&x)); in test()