gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:any_on (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;
More results from gethex.c
bsd_source/lib/libc/src_bsd/stdlib/smisc.c - 4.9KB - 201 lines
176: #else
177: any_on(Bigint *b, int k)
178: #endif
bsd_source/lib/libc/src_bsd/stdlib/strtodg.c - 41.4KB - 1,154 lines
239:         if (bdif > 0) {
240:                 if ( (lostbits = any_on(b, bdif)) !=0)
241:                         inex = STRTOG_Inexlo;
More results from strtodg.c