/illumos-gate/usr/src/boot/libsa/string/ |
H A D | strcspn.c | 35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
|
H A D | strspn.c | 35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
|
/illumos-gate/usr/src/cmd/cxgbetool/ |
H A D | cudbg_view.h | 175 #define BIT(n) (1U << n) macro
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | notify.c | 190 #define P(BIT,MSG) if (chkprinter_result & BIT) fdprintf(fd, MSG) in print_reason() argument
|
/illumos-gate/usr/src/cmd/lastcomm/ |
H A D | lc_utils.c | 266 #define BIT(flag, ch) flags[i++] = (f & flag) ? ch : ' ' in flagbits() macro
|
/illumos-gate/usr/src/common/mc/mc-amd/ |
H A D | mcamd_rowcol_impl.h | 46 #define BIT(val, num) ((val) & 1ULL << num) macro
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dump.h | 94 #define BIT(i, w) (MWORD(w, i) & MBIT(i)) macro
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | dextern.h | 85 #define BIT(a, i) ((a)[(i)>>5] & (1<<((i)&037))) macro
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | restore.h | 343 #define BIT(i, w) (MWORD((w), (i)) & MBIT(i)) macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | stty.c | 100 #define BIT 1 macro
|
/illumos-gate/usr/src/uts/intel/io/dnet/ |
H A D | dnet_mii.c | 776 #define BIT(bit, value) ((value) & (1<<(bit))) macro
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 87 #define BIT(a) (1UL << (a)) macro
|
/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/ |
H A D | sdhost.h | 48 #define BIT(x) (1 << (x)) macro
|
/illumos-gate/usr/src/common/crypto/skein/ |
H A D | skein_impl.h | 48 #define SKEIN_T1_BIT(BIT) ((BIT) - 64) argument
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | wpa_impl.h | 22 #define BIT(n) (1 << (n)) macro
|
/illumos-gate/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-types.h | 34 #define BIT(loc) (0x8000000000000000ULL >> (loc)) macro
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmi/ |
H A D | audiocmi.h | 344 #define BIT(n) (1U << (n)) macro
|
/illumos-gate/usr/src/uts/intel/io/vmm/amd/ |
H A D | amdvi_priv.h | 37 #define BIT(n) (1ULL << (n)) macro
|
H A D | vmcb.h | 47 #define BIT(n) (1ULL << n) macro
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/ |
H A D | fac_prov_ipmi.c | 1411 #define ISBITSET(MASK, BIT) ((MASK & BIT) == BIT) argument
|
/illumos-gate/usr/src/uts/common/io/rtw/ |
H A D | rtwreg.h | 49 #define BIT(n) (((n) == 32) ? 0 : ((uint32_t)1 << (n))) macro
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_ath9k.h | 66 #define BIT(n) (1UL << (n)) macro
|
/illumos-gate/usr/src/uts/common/io/ena/ |
H A D | ena_hw.h | 100 #define BIT(b) (1UL << (b)) macro
|
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_type.h | 47 #define BIT(a) (1UL << (a)) macro
|
/illumos-gate/usr/src/uts/common/io/yge/ |
H A D | yge.h | 97 #define BIT(n) (1U << n) macro
|