Home
last modified time | relevance | path

Searched refs:not_expected_result (Results 1 – 2 of 2) sorted by relevance

/external/vboot_reference/tests/
Dtest_common.c34 int TEST_NEQ(int result, int not_expected_result, const char* testname) { in TEST_NEQ() argument
35 if (result != not_expected_result) { in TEST_NEQ()
41 not_expected_result, not_expected_result); in TEST_NEQ()
61 int TEST_PTR_NEQ(const void* result, const void* not_expected_result, in TEST_PTR_NEQ() argument
63 if (result != not_expected_result) { in TEST_PTR_NEQ()
69 (long)not_expected_result); in TEST_PTR_NEQ()
Dtest_common.h18 int TEST_NEQ(int result, int not_expected_result, const char* testname);