Lines Matching refs:lostbits
47 ULong L, lostbits, *x; in gethex() local
140 lostbits = 0; in gethex()
145 lostbits = 1; in gethex()
148 lostbits = 2; in gethex()
150 lostbits = 3; in gethex()
199 if (lostbits) in gethex()
200 lostbits = 1; in gethex()
202 lostbits = any_on(b,k); in gethex()
204 lostbits |= 2; in gethex()
209 if (lostbits) { in gethex()
215 if (lostbits & 2 in gethex()
216 && (lostbits & 1) | (x[0] & 1)) in gethex()