Searched refs:EnumTable_p (Results 1 – 3 of 3) sorted by relevance
/optee_test/host/xtest/adbg/src/ |
A D | adbg_expect.c | 39 const ADBG_EnumTable_t *const EnumTable_p in Do_ADBG_Expect() argument 45 if (EnumTable_p != NULL) { in Do_ADBG_Expect() 50 Got, Do_ADBG_GetEnumName(Got, EnumTable_p), in Do_ADBG_Expect() 52 Do_ADBG_GetEnumName(Expected, EnumTable_p)); in Do_ADBG_Expect() 70 const ADBG_EnumTable_t *const EnumTable_p in Do_ADBG_ExpectNot() argument 77 if (EnumTable_p != NULL) { in Do_ADBG_ExpectNot() 82 Got, Do_ADBG_GetEnumName(Got, EnumTable_p), in Do_ADBG_ExpectNot() 84 Do_ADBG_GetEnumName(NotExpected, EnumTable_p)); in Do_ADBG_ExpectNot()
|
A D | adbg_enum.c | 35 const ADBG_EnumTable_t *const EnumTable_p in Do_ADBG_GetEnumName() argument 38 const ADBG_EnumTable_t *Entry_p = EnumTable_p; in Do_ADBG_GetEnumName()
|
/optee_test/host/xtest/adbg/include/ |
A D | adbg.h | 117 #define ADBG_EXPECT_ENUM(Case_p, Expected, Got, EnumTable_p) \ argument 119 EnumTable_p) 121 #define ADBG_EXPECT_NOT_ENUM(Case_p, NotExpected, Got, EnumTable_p) \ argument 123 NotExpected, Got, #Got, EnumTable_p) 164 #define ADBG_REQUIRE_ENUM(Case_p, Recovery, Expected, Got, EnumTable_p) {\ argument 165 if (!ADBG_EXPECT_ENUM(Case_p, Expected, Got, EnumTable_p)) \ 209 const ADBG_EnumTable_t *const EnumTable_p); 214 const ADBG_EnumTable_t *const EnumTable_p); 263 const ADBG_EnumTable_t *const EnumTable_p);
|
Completed in 4 milliseconds