Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/lib/
H A Dlibcflat.h131 #define assert(cond) \ argument
141 #define assert_msg(cond, fmt, args...) \ argument
/kvm-unit-tests/x86/
H A Dvmx.h13 #define __TEST_ASSERT(cond) \ argument
23 #define TEST_ASSERT(cond) \ argument
29 #define TEST_ASSERT_MSG(cond, fmt, args...) \ argument
H A Daccess.c738 static void ac_test_check(ac_test_t *at, bool *success_ret, bool cond, in ac_test_check()
H A Dsvm_tests.c957 #define report_svm_guest(cond, test, fmt, args...) \ argument