Searched defs:HbOpAnd (Results 1 – 1 of 1) sorted by relevance
561 struct HbOpAnd struct563 enum { passthru_left = false };564 enum { passthru_right = false };565 template <typename T> static void process (T &o, const T &a, const T &b) { o = a & b; } in process()