gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:any_on from t2ex/bsd_source/lib/libc/src_bsd/stdlib/gethex.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/gethex.c - 11.9KB - 360 lines
242:                 n -= nbits;
243:                 if (any_on(b,n)) {
244:                         lostbits = 1;
247: lostbits = 2; 248: if (k > 0 && any_on(b,k)) 249: lostbits = 3;
278: case FPI_Round_near: 279: if (n == nbits && (n < 2 || any_on(b,n-1))) 280: goto one_bit;
310: else if (k > 0) 311: lostbits = any_on(b,k); 312: if (x[k>>kshift] & 1 << (k & kmask))