Searched refs:_x (Results 1 – 10 of 10) sorted by relevance
/titanic_44/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_44/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 2205 (((uint64_t)(_x) & 0xFF00)<<40) | \ 2206 (((uint64_t)(_x) & 0xFF0000)<<24) | \ 2207 (((uint64_t)(_x) & 0xFF000000)<<8) | \ 2208 (((uint64_t)(_x) & 0xFF00000000)>>8) | \ 2209 (((uint64_t)(_x) & 0xFF0000000000)>>24) | \ 2210 (((uint64_t)(_x) & 0xFF000000000000)>>40) | \ 2211 (((uint64_t)(_x) & 0xFF00000000000000)>>56)) 2213 #define SWAP32(_x) ((((uint32_t)(_x) & 0xFF)<<24) | \ argument 2214 (((uint32_t)(_x) & 0xFF00)<<8) | \ [all …]
|
/titanic_44/usr/src/head/iso/ |
H A D | stdio_iso.h | 281 inline int putc(int _x, FILE *_p) { in putc() argument 282 return (--_p->_cnt < 0 ? __flsbuf(_x, _p) in putc() 283 : (int)(*_p->_ptr++ = (unsigned char) _x)); } in putc() 298 inline int putchar(int _x) { return putc(_x, stdout); } in putchar() argument
|
/titanic_44/usr/src/cmd/sgs/mcs/common/ |
H A D | mcs.h | 169 #define CHK_OPT(_x, _y) (_x->flags & _y) argument
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ipnet.h | 59 #define IPSK_BUMP(_x, _y) (_x)->ips_stats._y.value.ui64++ argument
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | sgs.h | 140 #define EC_LINENO(_x) EC_XWORD(_x) /* "llu" */ argument
|
/titanic_44/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_44/usr/src/lib/libshell/common/tests/ |
H A D | arith.sh | 99 if (( (_=1)+(_x=0)-_ ))
|
/titanic_44/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 …fine LM_TPA_BD_ENTRY_TO_MASK_ENTRY(_pdev,_idx,_x) (LM_TPA_BD_ENTRY_TO_ACTIVE_ENTRY(_pde… argument
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 1508 add fstat,lstat,mknod,stat fixes for _x versions in sys/stat.h
|