Searched refs:CONFIRM_GE (Results 1 – 2 of 2) sorted by relevance
40 #define CONFIRM_GE(actual,expected) if ((actual)>=(expected)) { record_pass(); } else { record_fail… macro764 CONFIRM_GE(count,1); in testTag()839 CONFIRM_GE(row_count,1); in testTag()850 CONFIRM_GE(column_count,1); in testTag()926 CONFIRM_GE((int32_t)tag_count, (int32_t)0); in testTag()
41 #define CONFIRM_GE(actual, expected, myAction) if ((actual)>=(expected)) { record_pass(myAction); }… macro428 CONFIRM_GE(count, 1, action); in testTag()