Searched refs:bit_nclear (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/bsd/tmux/dist/compat/
H A Dbitstring.h47 * bit_nclear, bit_nset, bit_ffc, bit_ffs
86 #define bit_nclear(name, start, stop) do { \ macro
/netbsd-6-1-5-RELEASE/include/
H A Dbitstring.h45 * bit_nclear, bit_nset, bit_ffc, bit_ffs
91 #define bit_nclear(name, start, stop) do { \ macro
/netbsd-6-1-5-RELEASE/dist/nvi/include/
H A Dbitstring.h82 #define bit_nclear(name, start, stop) { \ macro
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dbitstring.h75 #define bit_nclear(name, start, stop) do { \ macro
/netbsd-6-1-5-RELEASE/share/man/man3/
H A DMakefile41 bitstring.3 bit_nclear.3 \
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dentry.c423 bit_nclear(bits, 0, (high-low+1));
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dinput.c1253 bit_nclear(s->tabs, 0, screen_size_x(s) - 1);

Completed in 130 milliseconds