Home
last modified time | relevance | path

Searched defs:_x (Results 1 – 15 of 15) sorted by relevance

/titanic_53/usr/src/uts/common/xen/public/io/
H A Dring.h41 #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 Dendian.h92 __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 Dtypes.h308 __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 Dtime.h59 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 Dstdio_iso.h281 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 Dcpqary3.c60 #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.h164 unsigned int _x; in __wcwidth_l() local
/titanic_53/usr/src/boot/include/
H A D_ctype.h161 unsigned int _x; in __wcwidth() local
/titanic_53/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2204 #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 Defi_console.c88 curs_move(UINTN *_x, UINTN *_y, UINTN x, UINTN y) in curs_move()
/titanic_53/usr/src/boot/sys/boot/i386/libi386/
H A Dvidconsole.c223 curs_move(int *_x, int *_y, int x, int y) in curs_move()
/titanic_53/usr/src/cmd/sgs/include/
H A Dsgs.h140 #define EC_LINENO(_x) EC_XWORD(_x) /* "llu" */ argument
/titanic_53/usr/src/uts/common/inet/
H A Dipnet.h63 #define IPSK_BUMP(_x, _y) (_x)->ips_stats._y.value.ui64++ argument
/titanic_53/usr/src/cmd/sgs/mcs/common/
H A Dmcs.h169 #define CHK_OPT(_x, _y) (_x->flags & _y) argument
/titanic_53/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2450 #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