Searched refs:BIT_ISSET (Results 1 – 15 of 15) sorted by relevance
/freebsd/tests/sys/sys/ |
H A D | bitset_test.c | 33 ATF_REQUIRE_MSG(BIT_ISSET((s), i, (bs)), \ in ATF_TC_BODY() 41 ATF_REQUIRE_MSG(!BIT_ISSET((s), i, (bs)), \ in ATF_TC_BODY()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | symbols.c | 94 #define BIT_ISSET(v, n) (v[(n)>>3] & (1U << ((n) & 7))) macro 168 if (BIT_ISSET(ecp->v_rel, i)) in is_needed_symbol() 172 if (BIT_ISSET(ecp->v_grp, i)) in is_needed_symbol() 232 if (BIT_ISSET(ecp->v_rel, i)) { in is_remove_symbol() 623 if (!BIT_ISSET(ecp->v_secsym, ndx)) { in generate_symbols() 644 if (!BIT_ISSET(gsym, i)) in generate_symbols()
|
/freebsd/sys/dev/nvmf/controller/ |
H A D | nvmft_qpair.c | 225 KASSERT(BIT_ISSET(NUM_CIDS, cmd->cid, qp->cids), in nvmft_command_completed() 237 KASSERT(BIT_ISSET(NUM_CIDS, cpl->cid, qp->cids), in nvmft_send_response()
|
/freebsd/bin/cpuset/ |
H A D | cpuset.c | 227 if (BIT_ISSET(size, bit, mask)) { in printset()
|
/freebsd/sys/dev/ena/ |
H A D | ena.h | 191 BIT_ISSET(ENA_FLAGS_NUMBER, (bit), &(adapter)->flags)
|
/freebsd/sys/dev/gve/ |
H A D | gve.h | 594 return (BIT_ISSET(GVE_NUM_STATE_FLAGS, pos, &priv->state_flags)); in gve_get_state_flag()
|
/freebsd/sys/dev/xen/privcmd/ |
H A D | privcmd.c | 156 if (pidx >= map->size || BIT_ISSET(map->size, pidx, map->err)) in privcmd_pg_fault()
|
/freebsd/sys/netlink/ |
H A D | netlink_message_parser.c | 203 return (BIT_ISSET(NL_ATTR_BMASK_SIZE, nla_type, bm)); in nlattr_get_flag()
|
H A D | netlink_domain.c | 168 return (BIT_ISSET(NLP_MAX_GROUPS, group_id, &nlp->nl_groups)); in nlp_memberof_group()
|
/freebsd/sys/sys/ |
H A D | bitset.h | 342 #define BIT_ISSET(_s, n, p) __BIT_ISSET(_s, n, p) macro
|
/freebsd/sys/dev/firmware/arm/ |
H A D | scmi.c | 514 if (BIT_ISSET(SCMI_MAX_TOKEN, candidate, &sc->trs->avail_tokens)) { in scmi_token_reserve()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_altq.c | 684 if (BIT_ISSET(QPRI_BITSET_SIZE, pa->priority, &if_ppa->meta.qpris)) { in eval_pfqueue_priq()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 6126 #define BIT_ISSET(v, n) (v[(n)>>3] & (1U << ((n) & 7))) in dump_dwarf_frame_regtable() macro 6155 if (BIT_ISSET(vec, i)) { in dump_dwarf_frame_regtable() 6183 if (BIT_ISSET(vec, i)) { in dump_dwarf_frame_regtable() 6197 #undef BIT_ISSET in dump_dwarf_frame_regtable()
|
/freebsd/usr.bin/kdump/ |
H A D | kdump.c | 2086 if (!BIT_ISSET(setlen, i, set)) in ktrbitset()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 620 bitset.9 BIT_ISSET.9 \
|