Home
last modified time | relevance | path

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

/third_party/elfutils/libasm/
Dsymbolhash.h36 #define COMPARE(a, b) \ macro
Dsymbolhash.c44 #define COMPARE(a, b) \ macro
/third_party/curl/docs/examples/
Dhtmltitle.cpp47 #define COMPARE(a, b) (!_stricmp((a), (b))) macro
49 #define COMPARE(a, b) (!strcasecmp((a), (b))) macro
/third_party/vixl/test/aarch64/
Dtest-disasm-aarch64.h63 #define COMPARE(ASM, EXP) \ macro
/third_party/elfutils/libelf/
Dnlist.c50 #define COMPARE(p1, p2) strcmp ((p1)->str, (p2)->str) 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/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/porting/liteos_m/kernel/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/skia/third_party/externals/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/icu/icu4c/source/i18n/
DdecNumber.cpp200 #define COMPARE 0x01 /* Compare operators */ macro
/third_party/skia/m133/third_party/externals/icu/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/python/Objects/
Dunicodeobject.c11027 #define COMPARE(TYPE1, TYPE2) \ in unicode_compare() macro