/titanic_52/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)>> argument 44 __RD16(_x) global() argument 45 __RD32(_x) global() argument [all...] |
/titanic_52/usr/src/boot/sys/x86/include/ |
H A D | endian.h | 92 __bswap16_var(__uint16_t _x) in __bswap16_var() argument 99 __bswap32_var(__uint32_t _x) in __bswap32_var() argument 111 __bswap64_var(__uint64_t _x) in __bswap64_var() argument [all...] |
/titanic_52/usr/src/boot/sys/sys/ |
H A D | types.h | 308 __bitcount16(__uint16_t _x) in __bitcount16() argument 319 __bitcount32(__uint32_t _x) __bitcount32() argument 332 __bitcount64(__uint64_t _x) __bitcount64() argument 347 __bitcount64(__uint64_t _x) __bitcount64() argument [all...] |
H A D | time.h | 59 bintime_addx(struct bintime *_bt, uint64_t _x) in bintime_addx() argument 94 bintime_mul(struct bintime *_bt, u_int _x) in bintime_mul() argument
|
/titanic_52/usr/src/head/iso/ |
H A D | stdio_iso.h | 281 inline int putc(int _x, FILE *_p) { in putc() argument 298 inline int putchar(int _x) { return putc(_x, stdout); } in putchar() argument
|
/titanic_52/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_52/usr/src/boot/include/xlocale/ |
H A D | _ctype.h | 164 unsigned int _x; in __wcwidth_l() local
|
/titanic_52/usr/src/boot/include/ |
H A D | _ctype.h | 161 unsigned int _x; in __wcwidth() local
|
/titanic_52/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_ argument 2218 SWAP16(_x) global() argument 2221 SWAP24_LO(_x) global() argument 2225 SWAP24_HI(_x) global() argument 2233 LE_SWAP64(_x) global() argument 2234 LE_SWAP32(_x) global() argument 2235 LE_SWAP16(_x) global() argument 2236 LE_SWAP24_LO(_x) global() argument 2237 LE_SWAP24_HI(_x) global() argument 2241 LE_SWAP24_LO(_x) global() argument 2243 LE_SWAP24_HI(_x) global() argument 2249 LE_SWAP64(_x) global() argument 2250 LE_SWAP32(_x) global() argument 2251 LE_SWAP16(_x) global() argument 2252 LE_SWAP24_LO(_x) global() argument 2253 LE_SWAP24_HI(_x) global() argument 2260 BE_SWAP64(_x) global() argument 2261 BE_SWAP32(_x) global() argument 2262 BE_SWAP16(_x) global() argument 2266 BE_SWAP64(_x) global() argument 2267 BE_SWAP32(_x) global() argument 2268 BE_SWAP16(_x) global() argument [all...] |
/titanic_52/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() argument
|
/titanic_52/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() argument
|
/titanic_52/usr/src/cmd/sgs/include/ |
H A D | sgs.h | 140 #define EC_LINENO(_x) EC_XWORD(_x) /* "llu" */ argument
|
/titanic_52/usr/src/uts/common/inet/ |
H A D | ipnet.h | 63 #define IPSK_BUMP(_x, _y) (_x)->ips_stats._y.value.ui64++ argument
|
/titanic_52/usr/src/cmd/sgs/mcs/common/ |
H A D | mcs.h | 169 #define CHK_OPT(_x, _y) (_x->flags & _y) argument
|
/titanic_52/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(_pdev,_idx)) argument 2462 #define LM_TPA_BD_ENTRY_TO_MASK_ENTRY(_pdev,_idx,_x) (LM_TPA_BD_ENTRY_TO_ACTIVE_ENTRY(_pdev,_idx,_x) >> BIT_VEC64_ELEM_SHIFT) argument
|