Home
last modified time | relevance | path

Searched defs:COMPARE (Results 1 – 19 of 19) sorted by relevance

/third_party/curl/docs/examples/
Dhtmltitle.cpp45 #define COMPARE(a, b) (!_stricmp((a), (b))) macro
47 #define COMPARE(a, b) (!strcasecmp((a), (b))) macro
/third_party/protobuf/src/google/protobuf/stubs/
Dstringpiece_unittest.cc146 #define COMPARE(result, op, x, y) \ in TEST() macro
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_cast_main.cpp37 #define COMPARE(Func, FromCName, ToCName, Input, FromString) \ macro
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Drtponviftimestamp.c50 #define COMPARE TRUE macro
/third_party/musl/porting/uniproton/kernel/include/scsi/
Dscsi.h45 #define COMPARE 0x39 macro
/third_party/musl/include/scsi/
Dscsi.h45 #define COMPARE 0x39 macro
/third_party/musl/ndk_musl_include/scsi/
Dscsi.h45 #define COMPARE 0x39 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/
Dscsi.h45 #define COMPARE 0x39 macro
/third_party/musl/porting/liteos_m/kernel/include/scsi/
Dscsi.h45 #define COMPARE 0x39 macro
/third_party/mesa3d/src/mesa/swrast/
Ds_depth.c40 #define Z_TEST(COMPARE) \ argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view_test.cc196 #define COMPARE(result, op, x, y) \ macro
/third_party/abseil-cpp/absl/strings/
Dstring_view_test.cc196 #define COMPARE(result, op, x, y) \ macro
/third_party/ffmpeg/libpostproc/
Dpostprocess_altivec_template.c660 #define COMPARE(i) \ in dering_altivec() macro
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp546 #define COMPARE(SFunc, SOp, UFunc, UOp, FFunc, FOp) { \ in compileBinary() macro
/third_party/node/deps/icu-small/source/i18n/
DdecNumber.cpp200 #define COMPARE 0x01 /* Compare operators */ macro
/third_party/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp200 #define COMPARE 0x01 /* Compare operators */ macro
/third_party/icu/icu4c/source/i18n/
DdecNumber.cpp200 #define COMPARE 0x01 /* Compare operators */ macro
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp200 #define COMPARE 0x01 /* Compare operators */ macro
/third_party/python/Objects/
Dunicodeobject.c11327 #define COMPARE(TYPE1, TYPE2) \ in unicode_compare() macro