Lines Matching refs:lostbits
3218 ULong L, lostbits, *x; in gethex() local
3457 lostbits = 0; in gethex()
3462 lostbits = 1; in gethex()
3465 lostbits = 2; in gethex()
3467 lostbits = 3; in gethex()
3524 if (lostbits) in gethex()
3525 lostbits = 1; in gethex()
3527 lostbits = any_on(b,k); in gethex()
3529 lostbits |= 2; in gethex()
3534 if (lostbits) { in gethex()
3540 if (lostbits & 2 in gethex()
3541 && (lostbits | x[0]) & 1) in gethex()