Symbol: BIT
lib/libc/string/strcspn.c
34
#define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT))
lib/libc/string/strspn.c
34
#define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT))
sbin/nvmecontrol/logpage.c
620
#define BIT(b) (1 << (b))
sbin/nvmecontrol/logpage.c
632
#undef BIT
sys/amd64/vmm/amd/amdvi_priv.h
37
#define BIT(n) (1ULL << (n))
sys/amd64/vmm/amd/vmcb.h
32
#define BIT(n) (1ULL << n)
sys/arm/mv/clk/a37x0_xtal.c
47
#define BIT(x) (1 << (x))
sys/arm/nvidia/drm2/hdmi.c
31
#define BIT(x) (1U << (x))
sys/compat/linuxkpi/common/include/linux/bitops.h
38
#define BIT(nr) (1UL << (nr))
sys/ddb/db_lex.h
70
#define BIT(n) (1ull << (n))
sys/dev/amdgpio/amdgpio.h
115
#define BIT(bit) (1 << bit)
sys/dev/aq/aq_common.h
44
#define BIT(nr) (1UL << (nr))
sys/dev/axgbe/xgbe_osdep.h
49
#define BIT(pos) (1ul << pos)
sys/dev/dpaa2/dpaa2_ni.c
101
#define BIT(x) (1ul << (x))
sys/dev/dpaa2/dpaa2_ni_dpkg.h
68
#define BIT(x) (1ul << (x))
sys/dev/enetc/enetc_hw.h
10
#define BIT(x) (1UL << (x))
sys/dev/etherswitch/ar40xx/ar40xx_reg.h
28
#define BIT(_n) (1UL << (_n))
sys/dev/etherswitch/arswitch/arswitchreg.h
42
#define BIT(_m) (1UL << (_m))
sys/dev/etherswitch/felix/felix_reg.h
32
#define BIT(x) (1UL << (x))
sys/dev/flash/flexspi/flex_spi.h
29
#define BIT(x) (1 << (x))
sys/dev/gpio/qoriq_gpio.h
31
#define BIT(x) (1 << (x))
sys/dev/gve/gve_plat.h
91
#define BIT(nr) (1UL << (nr))
sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.c
38
#define BIT(A) (1 << (A))
sys/dev/hyperv/vmbus/vmbus_var.h
154
#define BIT(n) (1ULL << (n))
sys/dev/iavf/iavf_type.h
43
#define BIT(a) (1UL << (a))
sys/dev/ice/ice_defs.h
39
#define BIT(a) (1UL << (a))
sys/dev/iicbus/rtc/pcf85063.c
48
#define BIT(x) (1 << (x))
sys/dev/iicbus/rtc/rx8803.c
48
#define BIT(x) (1 << (x))
sys/dev/iicbus/sensor/tmp461.c
47
#define BIT(x) (1UL << (x))
sys/dev/ixgbe/ixgbe_type_e610.h
41
#define BIT(a) (1UL << (a))
sys/dev/ixl/i40e_type.h
46
#define BIT(a) (1UL << (a))
sys/dev/liquidio/lio_bsd.h
78
#define BIT(nr) (1UL << (nr))
sys/dev/mana/gdma_util.h
84
#define BIT(n) (1ULL << (n))
sys/dev/mii/dp83822phy.c
53
#define BIT(x) (1 << (x))
sys/dev/mii/dp83867phy.c
52
#define BIT(x) (1 << (x))
sys/dev/mii/vscphy.c
62
#define BIT(x) (1 << (x))
sys/dev/ntb/ntb_hw/ntb_hw_amd.h
58
#define BIT(n) (1 << n)
sys/dev/ocs_fc/ocs_os.h
148
#define BIT(n) (1U << (n))
sys/dev/pms/freebsd/driver/common/ostypes.h
164
#define BIT(x) (1<<x)
sys/dev/tpm/tpm20.h
63
#define BIT(x) (1 << (x))
sys/gdb/gdb_main.c
171
#define BIT(n) (1ull << (n))
sys/libkern/strcspn.c
35
#define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT))
sys/libkern/strspn.c
35
#define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT))
sys/net80211/ieee80211_crypto_gcm.c
43
#define BIT(x) (1U << (x))
tools/tools/net80211/w00t/libw00t/w00t.c
186
#define BIT(n) (1<<(n))
tools/tools/net80211/w00t/libw00t/w00t.c
223
#undef BIT
tools/tools/net80211/wesside/wesside/wesside.c
2296
#define BIT(n) (1<<(n))
tools/tools/net80211/wesside/wesside/wesside.c
2350
#undef BIT
tools/tools/net80211/wlaninject/wlaninject.c
467
#define BIT(n) (1<<(n))
tools/tools/net80211/wlaninject/wlaninject.c
521
#undef BIT
usr.bin/lastcomm/lastcomm.c
212
#define BIT(flag, ch) if (f & flag) *p++ = ch
usr.bin/systat/convtbl.c
36
#define BIT (8)