Searched defs:BIT (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-current/sys/dev/gve/
H A Dgve_plat.h88 #define BIT(nr) (1UL << (nr)) macro
/freebsd-current/sys/libkern/
H A Dstrcspn.c35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
H A Dstrspn.c35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
/freebsd-current/lib/libc/string/
H A Dstrspn.c34 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
H A Dstrcspn.c34 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
/freebsd-current/sys/arm/mv/clk/
H A Da37x0_xtal.c47 #define BIT(x) (1 << (x)) macro
/freebsd-current/sys/dev/ice/
H A Dice_defs.h39 #define BIT(a) (1UL << (a)) macro
/freebsd-current/sys/dev/liquidio/
H A Dlio_bsd.h78 #define BIT(nr) (1UL << (nr)) macro
/freebsd-current/sys/dev/gpio/
H A Dqoriq_gpio.h31 #define BIT(x) (1 << (x)) macro
/freebsd-current/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_machdep.c38 #define BIT(A) (1 << (A)) macro
/freebsd-current/usr.bin/systat/
H A Dconvtbl.c36 #define BIT (8) macro
/freebsd-current/usr.bin/lastcomm/
H A Dlastcomm.c212 #define BIT(flag, ch) if (f & flag) *p++ = ch macro
/freebsd-current/sys/dev/iicbus/rtc/
H A Dpcf85063.c48 #define BIT(x) (1 << (x)) macro
H A Drx8803.c48 #define BIT(x) (1 << (x)) macro
/freebsd-current/sys/dev/etherswitch/felix/
H A Dfelix_reg.h32 #define BIT(x) (1UL << (x)) macro
[all...]
/freebsd-current/sys/dev/mana/
H A Dgdma_util.h84 #define BIT(n) (1ULL << (n)) macro
/freebsd-current/sys/ddb/
H A Ddb_lex.h70 #define BIT(n) (1ull << (n)) macro
/freebsd-current/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c186 #define BIT(n) (1<<(n)) macro
223 #undef BIT macro
/freebsd-current/sys/dev/pms/freebsd/driver/common/
H A Dostypes.h164 #define BIT(x) (1<<x) macro
/freebsd-current/sys/dev/iicbus/sensor/
H A Dtmp461.c47 #define BIT(x) (1UL << (x)) macro
/freebsd-current/sys/dev/mii/
H A Dvscphy.c62 #define BIT(x) (1 << (x)) macro
H A Ddp83867phy.c52 #define BIT(x) (1 << (x)) macro
[all...]
H A Ddp83822phy.c53 #define BIT(x) (1 << (x)) macro
[all...]
/freebsd-current/sys/dev/tpm/
H A Dtpm20.h63 #define BIT(x) (1 << (x)) macro
/freebsd-current/contrib/bearssl/src/ec/
H A Dec_p256_m62.c84 #define BIT(n) ((uint64_t)1 << (n)) macro
[all...]

Completed in 240 milliseconds

123