Searched refs:bit_nset (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/usr.sbin/cron/lib/ |
| H A D | entry.c | 164 bit_nset(e->dow, 0, (LAST_DOW-FIRST_DOW+1)); 173 bit_nset(e->dow, 0, (LAST_DOW-FIRST_DOW+1)); 180 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 189 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 191 bit_nset(e->dow, 0, (LAST_DOW-FIRST_DOW+1)); 197 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 199 bit_nset(e->dow, 0, (LAST_DOW-FIRST_DOW+1)); 205 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); 207 bit_nset(e->dow, 0, (LAST_DOW-FIRST_DOW+1)); 214 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); [all …]
|
| /freebsd-13.1/contrib/netbsd-tests/include/ |
| H A D | t_bitstring.c | 122 bit_nset(bs, 1, test_length - 2); in calculate_data() 142 bit_nset(bs, 0, test_length - 2); in calculate_data() 160 bit_nset(bs, i, test_length - 1); in calculate_data() 167 bit_nset(bs, 0, test_length - 1); in calculate_data() 176 bit_nset(bs, 0, test_length - 1 - i); in calculate_data() 183 bit_nset(bs, 0, test_length - 1); in calculate_data() 191 bit_nset(bs, 0, test_length - 1); in calculate_data() 200 bit_nset(bs, i, i); in calculate_data()
|
| H A D | d_bitstring_49.out | 123 test bit_nset and bit_nclear
|
| H A D | d_bitstring_64.out | 153 test bit_nset and bit_nclear
|
| H A D | d_bitstring_8.out | 41 test bit_nset and bit_nclear
|
| H A D | d_bitstring_27.out | 79 test bit_nset and bit_nclear
|
| H A D | d_bitstring_32.out | 89 test bit_nset and bit_nclear
|
| H A D | d_bitstring_67.out | 159 test bit_nset and bit_nclear
|
| /freebsd-13.1/tests/sys/sys/ |
| H A D | bitstring_test.c | 190 bit_nset(bitstr, 0, i - 1); in BITSTRING_TC_DEFINE() 516 BITSTRING_TC_DEFINE(bit_nset) in BITSTRING_TC_DEFINE() argument 526 bit_nset(bitstr, i, j); in BITSTRING_TC_DEFINE() 821 BITSTRING_TC_ADD(tp, bit_nset); in ATF_TP_ADD_TCS()
|
| /freebsd-13.1/sys/kern/ |
| H A D | subr_unit.c | 469 bit_nset(ub->map, 0, a); in optimize_unr() 474 bit_nset(ub->map, a, a + uf->len - 1); in optimize_unr() 505 bit_nset(ub->map, us->len, us->len + uf->len - 1); in optimize_unr()
|
| /freebsd-13.1/sys/sys/ |
| H A D | bitstring.h | 160 bit_nset(bitstr_t *_bitstr, int _start, int _stop) in bit_nset() function
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 105 bitstring.3 bit_nset.3 \
|
| /freebsd-13.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_data_sprom_subr.c | 403 bit_nset(state->revs, start, end); in bhnd_sprom_opcode_set_revs()
|
| /freebsd-13.1/sys/dev/xen/blkback/ |
| H A D | blkback.c | 1031 bit_nset(xbb->kva_free, first_clear, in xbb_get_kva()
|