Searched refs:Val2 (Results 1 – 1 of 1) sorted by relevance
/optee_test/host/xtest/adbg/include/ |
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) 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) 195 if (!ADBG_EXPECT_COMPARE_SIGNED(Case_p, Val1, Compar, Val2)) \ 199 if (!ADBG_EXPECT_COMPARE_UNSIGNED(Case_p, Val1, Compar, Val2)) \ [all …]
|
Completed in 3 milliseconds