Searched refs:COMPARE (Results 1 - 4 of 4) sorted by relevance

/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
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntry.h109 #define COMPARE(op) \ macro
114 COMPARE(>)
115 COMPARE(<)
124 #undef COMPARE macro
/frameworks/rs/cpp/util/
H A DStrongPointer.h37 #define COMPARE(_op_) \ macro
98 COMPARE(==)
99 COMPARE(!=)
100 COMPARE(>)
101 COMPARE(<)
102 COMPARE(<=)
103 COMPARE(>=)
112 #undef COMPARE macro

Completed in 79 milliseconds