Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A Drt_check.h34 #define RET_CHECK_OP(name, op, actual, exp) \ macro
64 #define RET_CHECK_EQ(actual, exp) RET_CHECK_OP("CHECK_EQ", ==, actual, exp)
65 #define RET_CHECK_UE(actual, exp) RET_CHECK_OP("CHECK_UE", !=, actual, exp)
66 #define RET_CHECK_LE(actual, exp) RET_CHECK_OP("CHECK_LE", <=, actual, exp)
67 #define RET_CHECK_LT(actual, exp) RET_CHECK_OP("CHECK_LT", < , actual, exp)
68 #define RET_CHECK_GE(actual, exp) RET_CHECK_OP("CHECK_GE", >=, actual, exp)
69 #define RET_CHECK_GT(actual, exp) RET_CHECK_OP("CHECK_GT", > , actual, exp)