Home | History | Annotate | Download | only in helgrind

Lines Matching refs:a1w

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