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

12

/freebsd-11-stable/lib/libc/string/
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-11-stable/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-11-stable/sys/dev/liquidio/
H A Dlio_bsd.h77 #define BIT(nr) (1UL << (nr)) macro
/freebsd-11-stable/usr.bin/lastcomm/
H A Dlastcomm.c224 #define BIT(flag, ch) if (f & flag) *p++ = ch macro
/freebsd-11-stable/usr.bin/systat/
H A Dconvtbl.c38 #define BIT (8) macro
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dostypes.h165 #define BIT(x) (1<<x) macro
/freebsd-11-stable/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c188 #define BIT(n) (1<<(n)) macro
225 #undef BIT macro
/freebsd-11-stable/sys/dev/tpm/
H A Dtpm20.h60 #define BIT(x) (1 << (x)) macro
/freebsd-11-stable/tools/tools/net80211/wlaninject/
H A Dwlaninject.c469 #define BIT(n) (1<<(n)) macro
523 #undef BIT macro
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dhdmi.c34 #define BIT(x) (1U << (x)) macro
/freebsd-11-stable/sbin/iscontrol/
H A Discontrol.h44 #define BIT(n) (1 <<(n)) macro
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h40 #define BIT(nr) (1UL << (nr)) macro
/freebsd-11-stable/sys/dev/amdgpio/
H A Damdgpio.h113 #define BIT(bit) (1 << bit) macro
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.h426 #define BIT(x) (1U << (x)) macro
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-dis.c60 #define BIT(word,n) ((word) & (1 << n)) macro
[all...]
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh.h88 #define BIT(i) (1<<(i)) macro
/freebsd-11-stable/sys/mips/atheros/
H A Dar934x_nfcreg.h41 #define BIT(x) (1 << (x)) macro
[all...]
H A Dqca953xreg.h31 #define BIT(x) (1 << (x)) macro
[all...]
H A Dqca955xreg.h31 #define BIT(x) (1 << (x)) macro
[all...]
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Discsivar.h71 #define BIT(n) (1 <<(n)) macro
[all...]
/freebsd-11-stable/contrib/byacc/
H A Ddefs.h67 #define BIT(r, n) ((((r)[(n)/BITS_PER_WORD])>>((n)&(BITS_PER_WORD-1)))&1) macro
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_plat.h174 #define BIT(x) (1UL << (x)) macro
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-types.h39 #define BIT(loc) (0x8000000000000000ULL >> (loc)) macro
[all...]

Completed in 308 milliseconds

12