Home
last modified time | relevance | path

Searched defs:BIT (Results 1 – 21 of 21) sorted by relevance

/titanic_51/usr/src/boot/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
/titanic_51/usr/src/cmd/lp/cmd/lpsched/
H A Dnotify.c193 #define P(BIT,MSG) if (chkprinter_result & BIT) fdprintf(fd, MSG) in print_reason() argument
/titanic_51/usr/src/cmd/lastcomm/
H A Dlc_utils.c268 #define BIT(flag, ch) flags[i++] = (f & flag) ? ch : ' ' in flagbits() macro
/titanic_51/usr/src/common/mc/mc-amd/
H A Dmcamd_rowcol_impl.h48 #define BIT(val, num) ((val) & 1ULL << num) macro
/titanic_51/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h87 #define BIT(a, i) ((a)[(i)>>5] & (1<<((i)&037))) macro
/titanic_51/usr/src/cmd/backup/restore/
H A Drestore.h369 #define BIT(i, w) (MWORD((w), (i)) & MBIT(i)) macro
/titanic_51/usr/src/cmd/backup/dump/
H A Ddump.h94 #define BIT(i, w) (MWORD(w, i) & MBIT(i)) macro
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c100 #define BIT 1 macro
[all...]
/titanic_51/usr/src/lib/libcmd/common/
H A Dstty.c98 #define BIT 1 macro
/titanic_51/usr/src/uts/intel/io/dnet/
H A Ddnet_mii.c776 #define BIT(bit, value) ((value) & (1<<(bit))) macro
/titanic_51/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h87 #define BIT(a) (1UL << (a)) macro
/titanic_51/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.h48 #define BIT(x) (1 << (x)) macro
[all...]
/titanic_51/usr/src/common/crypto/skein/
H A Dskein_impl.h48 #define SKEIN_T1_BIT(BIT) ((BIT) - 64) argument
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_impl.h22 #define BIT(n) (1 << (n)) macro
[all...]
/titanic_51/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-types.h34 #define BIT(loc) (0x8000000000000000ULL >> (loc)) macro
[all...]
/titanic_51/usr/src/uts/common/io/audio/drv/audiocmi/
H A Daudiocmi.h344 #define BIT( global() macro
[all...]
/titanic_51/usr/src/uts/common/io/rtw/
H A Drtwreg.h49 #define BIT(n) (((n) == 32) ? 0 : ((uint32_t)1 << (n))) macro
[all...]
/titanic_51/usr/src/uts/common/io/arn/
H A Darn_ath9k.h66 #define BIT(n) (1UL << (n)) macro
[all...]
/titanic_51/usr/src/uts/common/io/i40e/core/
H A Di40e_type.h47 #define BIT(a) (1UL << (a)) macro
/titanic_51/usr/src/uts/common/io/yge/
H A Dyge.h97 #define BIT(n) (1U << n) macro
[all...]