Searched defs:CONDITION (Results 1 – 2 of 2) sorted by relevance
92 #define CHECK(CONDITION) \ argument
63 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) macro