/titanic_53/usr/src/uts/common/xen/public/io/ |
H A D | ring.h | 41 #define __RD2(_x) (((_x) & 0x00000002) ? 0x2 : ((_x) & 0x1)) argument 42 #define __RD4(_x) (((_x) & 0x0000000c) ? __RD2((_x)>>2)<<2 : __RD2(_x)) argument 43 #define __RD8(_x) (((_x) & 0x000000f0) ? __RD4((_x)>>4)<<4 : __RD4(_x)) argument 44 #define __RD16(_x) (((_x) & 0x0000ff00) ? __RD8((_x)>>8)<<8 : __RD8(_x)) argument 45 #define __RD32(_x) (((_x) & 0xffff0000) ? __RD16((_x)>>16)<<16 : __RD16(_x)) argument
|
/titanic_53/usr/src/boot/sys/x86/include/ |
H A D | endian.h | 92 __bswap16_var(__uint16_t _x) in __bswap16_var() 99 __bswap32_var(__uint32_t _x) in __bswap32_var() 111 __bswap64_var(__uint64_t _x) in __bswap64_var()
|
/titanic_53/usr/src/boot/sys/sys/ |
H A D | types.h | 308 __bitcount16(__uint16_t _x) in __bitcount16() 319 __bitcount32(__uint32_t _x) in __bitcount32() 332 __bitcount64(__uint64_t _x) in __bitcount64() 347 __bitcount64(__uint64_t _x) in __bitcount64()
|
H A D | time.h | 59 bintime_addx(struct bintime *_bt, uint64_t _x) in bintime_addx() 94 bintime_mul(struct bintime *_bt, u_int _x) in bintime_mul()
|
/titanic_53/usr/src/head/iso/ |
H A D | stdio_iso.h | 281 inline int putc(int _x, FILE *_p) { in putc() 298 inline int putchar(int _x) { return putc(_x, stdout); } in putchar()
|
/titanic_53/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3.c | 60 #define CPQARY3_MINOR2INTERFACE(_x) ((_x) & (TRAN_MINOR_MASK)) argument 69 #define CPQARY3_INST2x(_i, _x) (((_i) << INST_MINOR_SHIFT) | (_x)) argument
|
/titanic_53/usr/src/boot/include/xlocale/ |
H A D | _ctype.h | 164 unsigned int _x; in __wcwidth_l() local
|
/titanic_53/usr/src/boot/include/ |
H A D | _ctype.h | 161 unsigned int _x; in __wcwidth() local
|
/titanic_53/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 2204 #define SWAP64(_x) ((((uint64_t)(_x) & 0xFF)<<56) | \ argument 2213 #define SWAP32(_x) ((((uint32_t)(_x) & 0xFF)<<24) | \ argument 2218 #define SWAP16(_x) ((((uint16_t)(_x) & 0xFF)<<8) | \ argument 2221 #define SWAP24_LO(_x) ((((uint32_t)(_x) & 0xFF)<<16) | \ argument 2225 #define SWAP24_HI(_x) (((uint32_t)(_x) & 0x00FF00FF) | \ argument 2233 #define LE_SWAP64(_x) SWAP64(_x) argument 2234 #define LE_SWAP32(_x) SWAP32(_x) argument 2235 #define LE_SWAP16(_x) SWAP16(_x) argument 2236 #define LE_SWAP24_LO(_x) SWAP24_LO(X) argument 2237 #define LE_SWAP24_HI(_x) SWAP24_HI(X) argument [all …]
|
/titanic_53/usr/src/boot/sys/boot/efi/libefi/ |
H A D | efi_console.c | 88 curs_move(UINTN *_x, UINTN *_y, UINTN x, UINTN y) in curs_move()
|
/titanic_53/usr/src/boot/sys/boot/i386/libi386/ |
H A D | vidconsole.c | 223 curs_move(int *_x, int *_y, int x, int y) in curs_move()
|
/titanic_53/usr/src/cmd/sgs/include/ |
H A D | sgs.h | 140 #define EC_LINENO(_x) EC_XWORD(_x) /* "llu" */ argument
|
/titanic_53/usr/src/uts/common/inet/ |
H A D | ipnet.h | 63 #define IPSK_BUMP(_x, _y) (_x)->ips_stats._y.value.ui64++ argument
|
/titanic_53/usr/src/cmd/sgs/mcs/common/ |
H A D | mcs.h | 169 #define CHK_OPT(_x, _y) (_x->flags & _y) argument
|
/titanic_53/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 2450 #define LM_TPA_BD_ENTRY_TO_ACTIVE_ENTRY(_pdev,_idx,_x) ((_x) & LM_TPA_CHAIN_BD_MASK(_p… argument 2462 #define LM_TPA_BD_ENTRY_TO_MASK_ENTRY(_pdev,_idx,_x) (LM_TPA_BD_ENTRY_TO_ACTIVE_ENTRY(_p… argument
|