Home | History | Annotate | Download | only in helgrind

Lines Matching refs:pair2

4102                                        const ULong_n_EC* pair2 )
4104 if (pair1->ull < pair2->ull) return -1;
4105 if (pair1->ull > pair2->ull) return 1;