Home | History | Annotate | Download | only in memcheck

Lines Matching full:or1

7045 static INLINE UInt merge_origins ( UInt or1, UInt or2 ) {
7046 return or1 > or2 ? or1 : or2;