Searched refs:Compar (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/include/ |
| H A D | adbg.h | 145 #define ADBG_EXPECT_COMPARE_SIGNED(Case_p, Val1, Compar, Val2) \ argument 147 Val1, Val2, (Val1)Compar( \ 148 Val2), #Val1, #Compar, #Val2) 150 #define ADBG_EXPECT_COMPARE_UNSIGNED(Case_p, Val1, Compar, Val2) \ argument 152 Val1, Val2, (Val1)Compar( \ 153 Val2), #Val1, #Compar, #Val2) 155 #define ADBG_EXPECT_COMPARE_POINTER(Case_p, Val1, Compar, Val2) \ argument 157 Val1, Val2, (Val1)Compar( \ 158 Val2), #Val1, #Compar, #Val2) 194 #define ADBG_REQUIRE_COMPARE_SIGNED(Case_p, Recovery, Val1, Compar, Val2) {\ argument [all …]
|