Home | History | Annotate | Download | only in helgrind

Lines Matching refs:bpw

4400    Int bpw = 8 * sizeof(UWord);
4401 w = (w << n) | (w >> (bpw-n));