Searched refs:CONFIRM_GE (Results 1 – 2 of 2) sorted by relevance
37 #define CONFIRM_GE(actual,expected) if ((actual)>=(expected)) { record_pass(); } else { record_fail… macro747 CONFIRM_GE(count,1); in testTag()822 CONFIRM_GE(row_count,1); in testTag()833 CONFIRM_GE(column_count,1); in testTag()909 CONFIRM_GE((int32_t)tag_count, (int32_t)0); in testTag()
38 #define CONFIRM_GE(actual, expected, myAction) if ((actual)>=(expected)) { record_pass(myAction); }… macro425 CONFIRM_GE(count, 1, action); in testTag()