Home
last modified time | relevance | path

Searched refs:COMPARE (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/img_utils/src/
H A DOrderable.cpp24 #define COMPARE(op) \ macro
29 COMPARE(>)
30 COMPARE(<)
31 COMPARE(>=)
32 COMPARE(<=)
33 COMPARE(==)
34 COMPARE(!=)
H A DTiffWriter.cpp37 #define COMPARE(op) \ macro
/aosp12/frameworks/rs/cpp/util/
H A DStrongPointer.h38 #define COMPARE(_op_) \ macro
99 COMPARE(==)
100 COMPARE(!=)
101 COMPARE(>)
102 COMPARE(<)
103 COMPARE(<=)
104 COMPARE(>=)
113 #undef COMPARE
/aosp12/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntry.h109 #define COMPARE(op) \ macro
114 COMPARE(>)
115 COMPARE(<)
124 #undef COMPARE
/aosp12/bionic/libc/kernel/android/scsi/scsi/
H A Dscsi_proto.h66 #define COMPARE 0x39 macro