Searched refs:zero_on_null (Results 1 – 4 of 4) 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()
124 #define zero_on_null(x) ((x) ? *(x) : 0) macro141 zero_on_null(&x); in test()142 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()