Searched refs:IMPLIES (Results 1 – 2 of 2) sorted by relevance
32 #define IMPLIES(a, b) (!(a) || (b)) macro
44 #define IMPLIES(a, b) (!(a) || (b)) /* A => B */ macro