Home
last modified time | relevance | path

Searched refs:bit_nset (Results 1 – 18 of 18) sorted by relevance

/freebsd/usr.sbin/cron/lib/
H A Dentry.c165 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 Dt_bitstring.c122 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 Dd_bitstring_67.out159 test bit_nset and bit_nclear
H A Dd_bitstring_27.out79 test bit_nset and bit_nclear
H A Dd_bitstring_32.out89 test bit_nset and bit_nclear
H A Dd_bitstring_49.out123 test bit_nset and bit_nclear
H A Dd_bitstring_64.out153 test bit_nset and bit_nclear
H A Dd_bitstring_8.out41 test bit_nset and bit_nclear
/freebsd/tests/sys/sys/
H A Dbitstring_test.c191 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 Dsubr_unit.c591 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 Dsubr_intr.c307 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 Dbitstring.h184 bit_nset(bitstr_t *_bitstr, size_t _start, size_t _stop) in bit_nset() function
/freebsd/usr.sbin/makefs/zfs/
H A Dvdev.c266 bit_nset(zfs->spacemap, loc, loc + nbits - 1); in vdev_space_alloc()
/freebsd/sys/vm/
H A Dvm_reserv.c1098 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 DMakefile116 bitstring.3 bit_nset.3 \
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom_subr.c400 bit_nset(state->revs, start, end); in bhnd_sprom_opcode_set_revs()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c278 bit_nset(t->stid_bitmap, stid, stid + n - 1); in alloc_stid()
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c955 bit_nset(xbb->kva_free, first_clear, in xbb_get_kva()