Home | History | Annotate | Download | only in helgrind

Lines Matching refs:pair1

4101 static Int cmp__ULong_n_EC__by_ULong ( const ULong_n_EC* pair1,
4104 if (pair1->ull < pair2->ull) return -1;
4105 if (pair1->ull > pair2->ull) return 1;