Searched defs:MP_ISZERO (Results 1 – 2 of 2) sorted by relevance
92 #define MP_ISZERO(a) (((a)->used == 0) ? MP_YES : MP_NO) macro
96 #define MP_ISZERO(a) (((a)->used == 0) ? MP_YES : MP_NO) macro