/freebsd/crypto/openssh/ |
H A D | moduli.c | 120 #define BIT_SET(a,n) ((a)[(n)>>SHIFT_WORD] |= (1L << ((n) & 31))) macro 211 BIT_SET(LargeSieve, u); in sieve_large() 235 BIT_SET(LargeSieve, u); in sieve_large() 361 BIT_SET(TinySieve, j); in gen_candidates() 398 BIT_SET(SmallSieve, s); in gen_candidates()
|
/freebsd/bin/cpuset/ |
H A D | cpuset.c | 116 BIT_SET(size, lastnum, mask); in parselist() 131 BIT_SET(size, curnum, mask); in parselist() 153 BIT_SET(size, curnum, mask); in parselist()
|
/freebsd/sys/dev/ppbus/ |
H A D | pcfclock.c | 87 #define BIT_SET (ppb_rstr(ppbus)&PERROR) macro 255 if (BIT_SET) in pcfclock_read_data()
|
/freebsd/tests/sys/sys/ |
H A D | bitset_test.c | 66 BIT_SET(256, i, &bsrand); in ATF_TC_BODY()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | symbols.c | 92 #define BIT_SET(v, n) (v[(n)>>3] |= 1U << ((n) & 7)) macro 326 BIT_SET(ecp->v_rel, n); in mark_reloc_symbols() 375 BIT_SET(ecp->v_grp, sh.sh_info); in mark_section_group_symbols() 574 BIT_SET(gsym, i); in generate_symbols() 591 BIT_SET(ecp->v_secsym, ecp->secndx[sym.st_shndx]); in generate_symbols()
|
/freebsd/sys/cddl/dev/kinst/ |
H A D | trampoline.c | 207 BIT_SET(KINST_TRAMPS_PER_CHUNK, off, in kinst_trampoline_dealloc_locked()
|
/freebsd/sys/arm/mv/ |
H A D | mv_ap806_gicp.c | 392 BIT_SET(sc->msi_bitmap_size, in mv_ap806_gicp_release_msi()
|
H A D | mv_ap806_sei.c | 452 BIT_SET(MV_AP806_SEI_CP_SIZE, in mv_ap806_sei_release_msi()
|
/freebsd/sys/dev/xen/privcmd/ |
H A D | privcmd.c | 369 BIT_SET(mmap->num, index + i, in privcmd_ioctl()
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm_dev_machdep.c | 267 BIT_SET(256, cpu, &ipi->dmask); in vmmdev_machdep_ioctl()
|
/freebsd/sys/netlink/ |
H A D | netlink_message_parser.c | 190 BIT_SET(NL_ATTR_BMASK_SIZE, nla_type, bm); in nl_has_attr()
|
H A D | netlink_domain.c | 150 BIT_SET(NLP_MAX_GROUPS, group_id, &nlp->nl_groups); in nlp_join_group()
|
/freebsd/sys/sys/ |
H A D | bitset.h | 349 #define BIT_SET(_s, n, p) __BIT_SET(_s, n, p) macro
|
/freebsd/sys/dev/firmware/arm/ |
H A D | scmi.c | 533 BIT_SET(SCMI_MAX_TOKEN, token, &sc->trs->avail_tokens); in scmi_token_release_unlocked()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_altq.c | 689 BIT_SET(QPRI_BITSET_SIZE, pa->priority, &if_ppa->meta.qpris); in eval_pfqueue_priq()
|
/freebsd/sys/kern/ |
H A D | vfs_bio.c | 566 BIT_SET(BUF_DOMAINS, BD_DOMAIN(bd), &bdlodirty); in bd_set() 568 BIT_SET(BUF_DOMAINS, BD_DOMAIN(bd), &bdhidirty); in bd_set()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 6124 #define BIT_SET(v, n) (v[(n)>>3] |= 1U << ((n) & 7)) in dump_dwarf_frame_regtable() macro 6149 BIT_SET(vec, i); in dump_dwarf_frame_regtable() 6195 #undef BIT_SET in dump_dwarf_frame_regtable()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 621 bitset.9 BIT_SET.9 \
|
/freebsd/sys/vm/ |
H A D | uma_core.c | 4859 BIT_SET(keg->uk_ipers, freei, &slab->us_free); in slab_free_item()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_ioctl.c | 758 BIT_SET(TAGID_MAX, tag - 1, &ts->avail); in tag_unref()
|