Searched defs:CHECK_LT (Results 1 - 2 of 2) sorted by relevance

/system/core/base/include/android-base/
H A Dlogging.h181 #define CHECK_LT(x, y) CHECK_OP(x, y, < ) macro
240 if (::android::base::kEnableDChecks) CHECK_LT(x, y)
/system/extras/perfprofd/quipper/base/
H A Dlogging.h304 #define CHECK_LT(val1, val2) CHECK_OP(LT, < , val1, val2) macro

Completed in 753 milliseconds