/freebsd/usr.sbin/cron/lib/ |
H A D | entry.c | 165 bit_nset(e->dow, 0, (LAST_DOW-FIRST_DOW+1)); in load_entry() 173 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1)); in load_entry() 174 bit_nset(e->dow, 0, (LAST_DOW-FIRST_DOW+1)); in load_entry() 181 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); in load_entry() 183 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1)); in load_entry() 190 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); in load_entry() 191 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1)); in load_entry() 192 bit_nset(e->dow, 0, (LAST_DOW-FIRST_DOW+1)); in load_entry() 197 bit_nset(e->hour, 0, (LAST_HOUR-FIRST_HOUR+1)); in load_entry() 198 bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); in load_entry() [all …]
|
/freebsd/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_67.out | 159 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_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
|
/freebsd/tests/sys/sys/ |
H A D | bitstring_test.c | 191 bit_nset(bitstr, 0, i - 1); in BITSTRING_TC_DEFINE() 332 bit_nset(bitstr, nbits, roundup2(nbits, _BITSTR_BITS) - 1); in BITSTRING_TC_DEFINE() 366 bit_nset(bitstr, nbits, roundup2(nbits, _BITSTR_BITS) - 1); in BITSTRING_TC_DEFINE() 402 bit_nset(bitstr, 5, 6); in ATF_TC_BODY() 442 bit_nset(bitstr, 69, 71); in ATF_TC_BODY() 464 bit_nset(bitstr, 59, 67); in ATF_TC_BODY() 576 BITSTRING_TC_DEFINE(bit_nset) in BITSTRING_TC_DEFINE() argument 586 bit_nset(bitstr, i, j); in BITSTRING_TC_DEFINE() 912 bit_nset(b, early - 1, early + 1); in ATF_TC_BODY() 936 bit_nset(b, late - 1, late + 1); in ATF_TC_BODY() [all …]
|
/freebsd/sys/kern/ |
H A D | subr_unit.c | 591 bit_nset(ub->map, 0, a); in optimize_unr() 596 bit_nset(ub->map, a, a + uf->len - 1); in optimize_unr() 627 bit_nset(ub->map, us->len, us->len + uf->len - 1); in optimize_unr()
|
H A D | subr_intr.c | 307 bit_nset(intrcnt_bitmap, index, index + 1); in isrc_setup_counters() 1827 bit_nset(intrcnt_bitmap, index, index + mp_maxid);
|
/freebsd/sys/sys/ |
H A D | bitstring.h | 184 bit_nset(bitstr_t *_bitstr, size_t _start, size_t _stop) in bit_nset() function
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | vdev.c | 266 bit_nset(zfs->spacemap, loc, loc + nbits - 1); in vdev_space_alloc()
|
/freebsd/sys/vm/ |
H A D | vm_reserv.c | 1098 bit_nset(rvd->marker.popmap, 0, VM_LEVEL_0_NPAGES - 1); in vm_reserv_init() 1369 bit_nset(rv->popmap, posn, posn + npages - 1); in vm_reserv_reclaim_contig()
|
/freebsd/share/man/man3/ |
H A D | Makefile | 116 bitstring.3 bit_nset.3 \
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data_sprom_subr.c | 400 bit_nset(state->revs, start, end); in bhnd_sprom_opcode_set_revs()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_listen.c | 278 bit_nset(t->stid_bitmap, stid, stid + n - 1); in alloc_stid()
|
/freebsd/sys/dev/xen/blkback/ |
H A D | blkback.c | 955 bit_nset(xbb->kva_free, first_clear, in xbb_get_kva()
|