Home
last modified time | relevance | path

Searched defs:CHECK_LT (Results 1 – 13 of 13) sorted by relevance

/external/openscreen/tools/cddl/
Dlogging.h20 #define CHECK_LT(a, b) CHECK((a) < (b)) macro
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dcheck.h72 #define CHECK_LT(a, b) CHECK((a) < (b)) macro
/external/google-benchmark/src/
Dcheck.h72 #define CHECK_LT(a, b) CHECK((a) < (b)) macro
/external/llvm-project/llvm/utils/benchmark/src/
Dcheck.h70 #define CHECK_LT(a, b) CHECK((a) < (b)) macro
/external/libcxx/utils/google-benchmark/src/
Dcheck.h72 #define CHECK_LT(a, b) CHECK((a) < (b)) macro
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dlogging.h29 #define CHECK_LT(x, y) CHECK((x) < (y)) macro
/external/scudo/standalone/
Dinternal_defs.h123 #define CHECK_LT(A, B) CHECK_IMPL((A), <, (B)) macro
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dinternal_defs.h95 #define CHECK_LT(A, B) CHECK_IMPL((A), <, (B)) macro
/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h411 #define CHECK_LT(val1, val2) CHECK_OP(Check_LT, <, val1, val2) macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h227 #define CHECK_LT(a, b) CHECK_IMPL((a), <, (b)) macro
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h302 #define CHECK_LT(a, b) CHECK_IMPL((a), <, (b)) macro
/external/libchrome/base/
Dlogging.h789 #define CHECK_LT(val1, val2) CHECK_OP(LT, < , val1, val2) macro
/external/zstd/tests/
Dfuzzer.c139 #define CHECK_LT(lhs, rhs) CHECK_OP(<, lhs, rhs) macro