HomeSort by relevance Sort by last modified time
    Searched defs:CHECK_LE (Results 1 - 10 of 10) sorted by null

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
check.h 67 #define CHECK_LE(a, b) CHECK((a) <= (b))
  /external/google-benchmark/src/
check.h 68 #define CHECK_LE(a, b) CHECK((a) <= (b))
  /external/libcxx/utils/google-benchmark/src/
check.h 68 #define CHECK_LE(a, b) CHECK((a) <= (b))
  /external/perf_data_converter/src/quipper/mybase/base/
logging.h 129 #define CHECK_LE(x, y) \
  /external/v8/src/base/
logging.h 201 #define CHECK_LE(lhs, rhs) CHECK_OP(LE, <=, lhs, rhs)
223 #define DCHECK_LE(v1, v2) CHECK_LE(v1, v2)
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ADebug.h 105 #undef CHECK_LE
113 #define CHECK_LE(x,y) CHECK_OP(x,y,LE,<=)
127 #define CHECK_LE_DBG CHECK_LE
  /external/tensorflow/tensorflow/core/platform/default/
logging.h 232 TF_DEFINE_CHECK_OP_IMPL(Check_LE, <=)
253 #define CHECK_LE(val1, val2) CHECK_OP(Check_LE, <=, val1, val2)
266 #define DCHECK_LE(val1, val2) CHECK_LE(val1, val2)
297 #define QCHECK_LE(x, y) CHECK_LE(x, y)
  /system/core/base/include/android-base/
logging.h 296 #define CHECK_LE(x, y) CHECK_OP(x, y, <= )
358 if (::android::base::kEnableDChecks) CHECK_LE(x, y)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 228 #define CHECK_LE(a, b) CHECK_IMPL((a), <=, (b))
237 #define DCHECK_LE(a, b) CHECK_LE(a, b)
  /external/libchrome/base/
logging.h 713 #define CHECK_LE(val1, val2) CHECK_OP(LE, <=, val1, val2)
    [all...]

Completed in 216 milliseconds