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

/system/core/base/include/android-base/
H A Dlogging.h276 #define CHECK_LE(x, y) CHECK_OP(x, y, <= ) macro
335 if (::android::base::kEnableDChecks) CHECK_LE(x, y)
/system/extras/perfprofd/quipper/base/
H A Dlogging.h303 #define CHECK_LE(val1, val2) CHECK_OP(LE, <=, val1, val2) macro

Completed in 57 milliseconds