Searched refs:bit_nclear (Results 1 - 6 of 6) sorted by path

/netbsd-current/sys/arch/ia64/stand/common/
H A Dbitstring.h75 #define bit_nclear(name, start, stop) do { \ macro
/netbsd-current/tests/include/
H A Dt_bitstring.c121 (void) fprintf(file, "\ntest bit_nset and bit_nclear\n");
129 bit_nclear(bs, 2, test_length - 3);
136 bit_nclear(bs, 0, test_length - 1);
149 bit_nclear(bs, 0, test_length - 1);
159 bit_nclear(bs, 0, test_length - 1);
168 bit_nclear(bs, i, test_length - 1);
175 bit_nclear(bs, 0, test_length - 1);
184 bit_nclear(bs, 0, test_length - 1 - i);
192 bit_nclear(bs, i, i);
199 bit_nclear(b
[all...]
/netbsd-current/external/bsd/cron/dist/
H A Dentry.c449 bit_nclear(bits, 0, (size_t)(high-low+1));
/netbsd-current/external/bsd/tmux/dist/
H A Dinput.c1610 bit_nclear(s->tabs, 0, screen_size_x(s) - 1);
/netbsd-current/include/
H A Dbitstring.h45 * bit_nclear, bit_nset, bit_ffc, bit_ffs
94 #define bit_nclear(name, start, stop) do { \ macro
/netbsd-current/share/man/man3/
H A DMakefile43 bitstring.3 bit_nclear.3 \

Completed in 399 milliseconds