Home | History | Annotate | Download | only in helgrind

Lines Matching refs:a2w

4572    UWord a2w = (UWord)a2;
4575 if (a1w + n1w <= a2w) return -1L;
4576 if (a2w + n2w <= a1w) return 1L;