Searched defs:COMPARE_WEAK (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpp/util/
H A DRefBase.h38 #define COMPARE_WEAK(_op_) \ macro
242 COMPARE_WEAK(==)
243 COMPARE_WEAK(!=)
244 COMPARE_WEAK(>)
245 COMPARE_WEAK(<)
246 COMPARE_WEAK(<=)
247 COMPARE_WEAK(>=)
290 #undef COMPARE_WEAK macro
/frameworks/rs/server/
H A DRefBase.h37 #define COMPARE_WEAK(_op_) \ macro
241 COMPARE_WEAK(==)
242 COMPARE_WEAK(!=)
243 COMPARE_WEAK(>)
244 COMPARE_WEAK(<)
245 COMPARE_WEAK(<=)
246 COMPARE_WEAK(>=)
289 #undef COMPARE_WEAK macro

Completed in 324 milliseconds