/titanic_41/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.aggpackbanner.ksh.out | 50 2 < 0 : X : >= 40 | 1 51 3 < 0 : X : >= 40 | 1 52 4 < 0 : X : >= 40 | 1 53 5 < 0 : X : >= 40 | 1 54 6 < 0 : X : >= 40 | 1 55 7 < 0 : X : >= 40 | 1 59 2 < 0 : XX X X : >= 40 | 4 60 3 < 0 : X X XX XX : >= 40 | 6 61 4 < 0 : X X X XX X : >= 40 | 6 62 5 < 0 : XXXXXX X X : >= 40 | 8 [all …]
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | _elf.h | 134 #define ELFPRV(X) ((X)->rt_priv) argument 135 #define SYMTAB(X) (((Rt_elfp *)(X)->rt_priv)->e_symtab) argument 136 #define SUNWSYMTAB(X) (((Rt_elfp *)(X)->rt_priv)->e_sunwsymtab) argument 137 #define HASH(X) (((Rt_elfp *)(X)->rt_priv)->e_hash) argument 138 #define STRTAB(X) (((Rt_elfp *)(X)->rt_priv)->e_strtab) argument 139 #define REL(X) (((Rt_elfp *)(X)->rt_priv)->e_reloc) argument 140 #define PLTGOT(X) (((Rt_elfp *)(X)->rt_priv)->e_pltgot) argument 141 #define MOVESZ(X) (((Rt_elfp *)(X)->rt_priv)->e_movesz) argument 142 #define MOVEENT(X) (((Rt_elfp *)(X)->rt_priv)->e_moveent) argument 143 #define MOVETAB(X) (((Rt_elfp *)(X)->rt_priv)->e_movetab) argument [all …]
|
/titanic_41/usr/src/uts/common/sys/dktp/ |
H A D | tgdk.h | 99 #define TGDK_GETNODETYPE(X) (((struct tgdk_obj *)(X))->tg_ext->tg_nodetype) argument 100 #define TGDK_SETNODETYPE(X, Y) \ argument 101 (((struct tgdk_obj *)(X))->tg_ext->tg_nodetype = (char *)(Y)) 102 #define TGDK_RMB(X) (((struct tgdk_obj *)(X))->tg_ext->tg_rmb) argument 103 #define TGDK_RDONLY(X) (((struct tgdk_obj *)(X))->tg_ext->tg_rdonly) argument 104 #define TGDK_GETCTYPE(X) (((struct tgdk_obj *)(X))->tg_ext->tg_ctype) argument 107 #define TGDK_INIT(X, devp, flcobjp, queobjp, bbhobjp, lkarg) \ argument 108 (*((struct tgdk_obj *)(X))->tg_ops->tg_init) \ 109 (((struct tgdk_obj *)(X))->tg_data, (devp), (flcobjp), \ 111 #define TGDK_INIT_X(X, devp, flcobjp, queobjp, bbhobjp, lkarg, cbfunc, cbarg) \ argument [all …]
|
H A D | controller.h | 68 #define CTL_DIP_CTL(X) (((struct ctl_obj *)(X))->c_ext->c_ctldip) argument 69 #define CTL_DIP_DEV(X) (((struct ctl_obj *)(X))->c_ext->c_devdip) argument 70 #define CTL_GET_TYPE(X) (((struct ctl_obj *)(X))->c_ext->c_type_cookie) argument 71 #define CTL_GET_LKARG(X) (((struct ctl_obj *)(X))->c_ext->c_lkarg) argument 72 #define CTL_GET_TARG(X) (((struct ctl_obj *)(X))->c_ext->c_targ) argument 73 #define CTL_GET_BLKSZ(X) (((struct ctl_obj *)(X))->c_ext->c_blksz) argument 75 #define CTL_PKTALLOC(X, callback, arg) \ argument 76 (*((struct ctl_obj *)(X))->c_ops->c_pktalloc) \ 77 (((struct ctl_obj *)(X))->c_data, (callback), (arg)) 78 #define CTL_PKTFREE(X, pktp) \ argument [all …]
|
H A D | flowctrl.h | 56 #define FLC_INIT(X, tgcomobjp, queobjp, lkarg) \ argument 57 (*((struct flc_obj *)(X))->flc_ops->flc_init) \ 58 (((struct flc_obj *)(X))->flc_data, (tgcomobjp), (queobjp), (lkarg)) 59 #define FLC_FREE(X) (*((struct flc_obj *)(X))->flc_ops->flc_free) ((X)) argument 60 #define FLC_ENQUE(X, bp) (*((struct flc_obj *)(X))->flc_ops->flc_enque) \ argument 61 (((struct flc_obj *)(X))->flc_data, (bp)) 62 #define FLC_DEQUE(X, bp) (*((struct flc_obj *)(X))->flc_ops->flc_deque) \ argument 63 (((struct flc_obj *)(X))->flc_data, (bp)) 64 #define FLC_START_KSTAT(X, devtype, instance) \ argument 65 (*((struct flc_obj *)(X))->flc_ops->flc_start_kstat)\ [all …]
|
H A D | bbh.h | 63 #define BBH_GETCK_SECTOR(X, ckp) ((ckp)->ck_sector) argument 64 #define BBH_GETCK_SECLEN(X, ckp) ((ckp)->ck_seclen) argument 66 #define BBH_INIT(X) (*((struct bbh_obj *)(X))->bbh_ops->bbh_init)\ argument 67 (((struct bbh_obj *)(X))->bbh_data) 68 #define BBH_FREE(X) (*((struct bbh_obj *)(X))->bbh_ops->bbh_free) ((X)) argument 69 #define BBH_GETHANDLE(X, bp) (*((struct bbh_obj *)(X))->bbh_ops->bbh_gethandle)\ argument 70 (((struct bbh_obj *)(X))->bbh_data, (bp)) 71 #define BBH_HTOC(X, handle) (*((struct bbh_obj *)(X))->bbh_ops->bbh_htoc) \ argument 72 (((struct bbh_obj *)(X))->bbh_data, (handle)) 73 #define BBH_FREEHANDLE(X, handle) \ argument [all …]
|
H A D | queue.h | 54 #define QUE_INIT(X, lkarg) (*((struct que_obj *)(X))->que_ops->que_init) \ argument 55 (((struct que_obj *)(X))->que_data, (lkarg)) 56 #define QUE_FREE(X) (*((struct que_obj *)(X))->que_ops->que_free) ((X)) argument 57 #define QUE_ADD(X, bp) (*((struct que_obj *)(X))->que_ops->que_ins) \ argument 58 (((struct que_obj *)(X))->que_data, (bp)) 59 #define QUE_DEL(X) (*((struct que_obj *)(X))->que_ops->que_del) \ argument 60 (((struct que_obj *)(X))->que_data)
|
H A D | tgcom.h | 50 #define TGCOM_INIT(X) (*((struct tgcom_obj *)(X))->com_ops->com_init)\ argument 51 (((struct tgcom_obj *)(X))->com_data) 52 #define TGCOM_FREE(X) (*((struct tgcom_obj *)(X))->com_ops->com_free) ((X)) argument 53 #define TGCOM_PKT(X, bp, cb, arg) \ argument 54 (*((struct tgcom_obj *)(X))->com_ops->com_pkt) \ 55 (((struct tgcom_obj *)(X))->com_data, (bp), (cb), (arg)) 56 #define TGCOM_TRANSPORT(X, bp) \ argument 57 (*((struct tgcom_obj *)(X))->com_ops->com_transport) \ 58 (((struct tgcom_obj *)(X))->com_data, (bp))
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 888 #define ADDR(X) ((X)->rt_public.l_addr) argument 889 #define NAME(X) ((X)->rt_public.l_name) argument 890 #define DYN(X) ((X)->rt_public.l_ld) argument 891 #define NEXT(X) ((X)->rt_public.l_next) argument 892 #define PREV(X) ((X)->rt_public.l_prev) argument 893 #define REFNAME(X) ((X)->rt_public.l_refname) argument 908 #define LINKMAP_TO_RTMAP(X) (Rt_map *)(void *)(X) argument 910 #define LINKMAP_TO_RTMAP(X) (Rt_map *)(X) argument 917 #define NEXT_RT_MAP(X) LINKMAP_TO_RTMAP(NEXT(X)) argument 918 #define PREV_RT_MAP(X) LINKMAP_TO_RTMAP(PREV(X)) argument [all …]
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 93 create_table ::= CREATE(X) temp(T) TABLE nm(Y). { in CREATE() argument 94 sqliteStartTable(pParse,&X,&Y,T,0); in CREATE() 99 create_table_args ::= LP columnlist conslist_opt RP(X). { in RP() argument 100 sqliteEndTable(pParse,&X,0); in RP() 114 columnid ::= nm(X). {sqliteAddColumn(pParse,&X);} in nm() argument 120 id(A) ::= ID(X). {A = X;} in id() 152 ids(A) ::= ID(X). {A = X;} in ids() 153 ids(A) ::= STRING(X). {A = X;} in ids() 158 nm(A) ::= ID(X). {A = X;} in nm() 159 nm(A) ::= STRING(X). {A = X;} in nm() [all …]
|
/titanic_41/usr/src/uts/common/krtld/ |
H A D | reloc_defs.h | 92 #define RELTAB_IS_PLT(X, _reltab) \ argument 93 ((_reltab[(X)].re_flags & FLG_RE_PLTREL) != 0) 95 #define RELTAB_IS_GOT_RELATIVE(X, _reltab) \ argument 96 ((_reltab[(X)].re_flags & FLG_RE_GOTADD) != 0) 98 #define RELTAB_IS_GOT_PC(X, _reltab) \ argument 99 ((_reltab[(X)].re_flags & FLG_RE_GOTPC) != 0) 101 #define RELTAB_IS_GOTPCREL(X, _reltab) \ argument 102 ((_reltab[(X)].re_flags & (FLG_RE_GOTPC | FLG_RE_GOTADD)) == \ 105 #define RELTAB_IS_GOT_BASED(X, _reltab) \ argument 106 ((_reltab[(X)].re_flags & FLG_RE_GOTREL) != 0) [all …]
|
H A D | reloc.h | 100 #define IS_PLT(X) RELTAB_IS_PLT(X, reloc_table) argument 101 #define IS_GOT_RELATIVE(X) RELTAB_IS_GOT_RELATIVE(X, reloc_table) argument 102 #define IS_GOT_PC(X) RELTAB_IS_GOT_PC(X, reloc_table) argument 103 #define IS_GOTPCREL(X) RELTAB_IS_GOTPCREL(X, reloc_table) argument 104 #define IS_GOT_BASED(X) RELTAB_IS_GOT_BASED(X, reloc_table) argument 105 #define IS_GOT_OPINS(X) RELTAB_IS_GOT_OPINS(X, reloc_table) argument 106 #define IS_GOT_REQUIRED(X) RELTAB_IS_GOT_REQUIRED(X, reloc_table) argument 107 #define IS_PC_RELATIVE(X) RELTAB_IS_PC_RELATIVE(X, reloc_table) argument 108 #define IS_ADD_RELATIVE(X) RELTAB_IS_ADD_RELATIVE(X, reloc_table) argument 109 #define IS_REGISTER(X) RELTAB_IS_REGISTER(X, reloc_table) argument [all …]
|
/titanic_41/usr/src/lib/libc/port/fp/ |
H A D | fpparts.h | 128 #define SIGNBIT(X) (((_dval *)&(X))->fparts.sign) argument 129 #define EXPONENT(X) (((_dval *)&(X))->fparts.exp) argument 131 #define HIFRACTION(X) (((_dval *)&(X))->fparts.hi) argument 132 #define LOFRACTION(X) (((_dval *)&(X))->fparts.lo) argument 133 #define QNANBIT(X) (((_dval *)&(X))->nparts.qnan_bit) argument 134 #define HIWORD(X) (((_dval *)&(X))->fwords.hi) argument 135 #define LOWORD(X) (((_dval *)&(X))->fwords.lo) argument 138 #define ISMAXEXP(X) ((EXPONENT(X)) == MAXEXP) argument 141 #define SETQNAN(X) ((((_dval *)&(X))->nparts.qnan_bit) = 0x1) argument 142 #define HIQNAN(X) ((HIWORD(X)) = 0x7ff80000) argument [all …]
|
/titanic_41/usr/src/cmd/audio/include/ |
H A D | audio_encode.h | 60 #define audio_a2c(X) ((char)(_alaw2linear[(unsigned char) (X)] >> 8)) argument 61 #define audio_a2s(X) (_alaw2linear[(unsigned char) (X)]) argument 62 #define audio_a2l(X) (((long)_alaw2linear[(unsigned char) (X)]) << 16) argument 65 #define audio_c2a(X) (_linear2alaw[((short)(X)) << 5]) argument 66 #define audio_s2a(X) (_linear2alaw[((short)(X)) >> 3]) argument 67 #define audio_l2a(X) (_linear2alaw[((long)(X)) >> 19]) argument 72 #define audio_u2c(X) ((char)(_ulaw2linear[(unsigned char) (X)] >> 8)) argument 73 #define audio_u2s(X) (_ulaw2linear[(unsigned char) (X)]) argument 74 #define audio_u2l(X) (((long)_ulaw2linear[(unsigned char) (X)]) << 16) argument 77 #define audio_c2u(X) (_linear2ulaw[((short)(X)) << 6]) argument [all …]
|
H A D | audio_hdr.h | 129 #define audio_d2c(X) ((X) >= 1. ? 127 : (X) <= -1. ? -127 : \ argument 130 (char)(rint((X) * 127.))) 131 #define audio_d2s(X) ((X) >= 1. ? 32767 : (X) <= -1. ? -32767 :\ argument 132 (short)(rint((X) * 32767.))) 133 #define audio_d2l(X) ((X) >= 1. ? 2147483647 : (X) <= -1. ? \ argument 135 (long)(rint((X) * 2147483647.))) 138 #define audio_c2d(X) (((unsigned char)(X)) == 0x80 ? -1. : \ argument 139 ((double)((char)(X))) / 127.) 140 #define audio_s2d(X) (((unsigned short)(X)) == 0x8000 ? -1. :\ argument 141 ((double)((short)(X))) / 32767.) [all …]
|
/titanic_41/usr/src/cmd/sort/common/ |
H A D | internal.c | 50 offset_is_algorithm(line_rec_t **X, ssize_t n, in offset_is_algorithm() argument 62 if (collate_fcn(X[0], X[i], depth, coll_flags) > 0) { in offset_is_algorithm() 63 swap((void **)&X[0], (void **)&X[i]); in offset_is_algorithm() 64 ASSERT(collate_fcn(X[0], X[i], depth, coll_flags) <= 0); in offset_is_algorithm() 73 line_rec_t *t = X[i]; in offset_is_algorithm() 74 while (collate_fcn(t, X[j - 1], depth, coll_flags) < 0) { in offset_is_algorithm() 75 X[j] = X[j - 1]; in offset_is_algorithm() 79 X[j] = t; in offset_is_algorithm() 89 tqs_algorithm(line_rec_t **X, ssize_t n, in tqs_algorithm() argument 111 offset_is_algorithm(X, n, collate_fcn, 0, coll_flags); in tqs_algorithm() [all …]
|
/titanic_41/usr/src/lib/libm/common/m9x/ |
H A D | fex_handler.h | 73 #define __fenv_get_rd(X) ((X>>30)&0x3) argument 74 #define __fenv_set_rd(X,Y) X=(X&~0xc0000000ul)|((Y)<<30) argument 76 #define __fenv_get_te(X) ((X>>23)&0x1f) argument 77 #define __fenv_set_te(X,Y) X=(X&~0x0f800000ul)|((Y)<<23) argument 79 #define __fenv_get_ex(X) ((X>>5)&0x1f) argument 80 #define __fenv_set_ex(X,Y) X=(X&~0x000003e0ul)|((Y)<<5) argument 90 #define __fenv_get_rd(X) ((X>>26)&3) argument 91 #define __fenv_set_rd(X,Y) X=(X&~0x0c000000)|((Y)<<26) argument 93 #define __fenv_get_rp(X) ((X>>24)&3) argument 94 #define __fenv_set_rp(X,Y) X=(X&~0x03000000)|((Y)<<24) argument [all …]
|
/titanic_41/usr/src/cmd/lp/include/ |
H A D | oam.h | 122 #define LP_ERRMSG(C,X) (void)printf("", C, X) argument 123 #define LP_ERRMSG1(C,X,A) (void)printf("", C, X, A) argument 124 #define LP_ERRMSG2(C,X,A1,A2) (void)printf("", C, X, A1, A2) argument 125 #define LP_ERRMSG3(C,X,A1,A2,A3) (void)printf("", C, X, A1, A2, A3) argument 129 #define LP_ERRMSG(C,X) \ argument 133 agettxt((X), _m_, MSGSIZ), \ 134 agettxt((X+1), _a_, MSGSIZ) \ 136 #define LP_ERRMSG1(C,X,A) \ argument 140 fmt1((X), A), \ 141 agettxt((X+1), _a_, MSGSIZ) \ [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | DNSDigest.c | 981 const mDNSu32 *X=(const mDNSu32 *)data; in md5_block_host_order() local 989 for (;num--;X+=HASH_LBLOCK) in md5_block_host_order() 992 R0(A,B,C,D,X[ 0], 7,0xd76aa478L); in md5_block_host_order() 993 R0(D,A,B,C,X[ 1],12,0xe8c7b756L); in md5_block_host_order() 994 R0(C,D,A,B,X[ 2],17,0x242070dbL); in md5_block_host_order() 995 R0(B,C,D,A,X[ 3],22,0xc1bdceeeL); in md5_block_host_order() 996 R0(A,B,C,D,X[ 4], 7,0xf57c0fafL); in md5_block_host_order() 997 R0(D,A,B,C,X[ 5],12,0x4787c62aL); in md5_block_host_order() 998 R0(C,D,A,B,X[ 6],17,0xa8304613L); in md5_block_host_order() 999 R0(B,C,D,A,X[ 7],22,0xfd469501L); in md5_block_host_order() [all …]
|
/titanic_41/usr/src/lib/libast/common/uwin/ |
H A D | rand48.c | 65 static unsigned short X[3] = { 0, 0, XINIT}; variable 91 multadd(X,a,c); in drand48() 92 u = (X[0]<<16) + X[1]; in drand48() 93 d = (u*65536.) + X[2]; in drand48() 117 X[0] = param[0]; in lcong48() 118 X[1] = param[1]; in lcong48() 119 X[2] = param[2]; in lcong48() 129 multadd(X,a,c); in lrand48() 130 l = (X[0]<<15)|(X[1]>>1); in lrand48() 137 multadd(X,a,c); in mrand48() [all …]
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/ |
H A D | psvc_objects.h | 279 #define PSVC_GET_VERSION(X) ((X >> PSVC_VERSION_SHIFT) & 0xF) argument 280 #define PSVC_IS_ACTIVE_LOW(X) ((X >> PSVC_ACTIVE_LOW_SHIFT) & 0x1) argument 281 #define PSVC_GET_BIT_NUM(X) ((X >> PSVC_BIT_NUM_SHIFT) & 0x7) argument 282 #define PSVC_HP_INVERT(X) (((X >> PSVC_INVERT_SHIFT) & 0x7) == 1) argument 283 #define PSVC_GET_ASPEC_PORT(X) ((X >> PSVC_PORT_SHIFT) & 0xF) argument 284 #define PSVC_GET_ASPEC_BITSHIFT(X) ((X >> PSVC_BITSHIFT_SHIFT) & 0xF) argument 285 #define PSVC_GET_ASPEC_BYTEMASK(X) ((X >> PSVC_BYTEMASK_SHIFT) & 0xFF) argument 286 #define PSVC_GET_ASPEC_REG(X) ((X >> PSVC_REG_SHIFT) & 0xFF) argument 287 #define PSVC_GET_ASPEC_TYPE(X) ((X >> PSVC_TYPE_SHIFT) & 0xFF) argument 288 #define PSVC_GET_ASPEC_BUSADDR(X) ((X >> PSVC_BUSADDR_SHIFT) & 0xFF) argument [all …]
|
/titanic_41/usr/src/uts/sun4u/montecarlo/sys/ |
H A D | pcf8574_nct.h | 199 #define PCF8574_PS_TYPE(X) ((X) & 0x3) argument 200 #define PCF8574_PS_INTMASK(X) (((X) >> 2) & 0x1) argument 201 #define PCF8574_PS_ONOFF(X) (((X) >> 3)& 0x1) argument 202 #define PCF8574_PS_FANOK(X) (((X) >> 4) & 0x1) argument 203 #define PCF8574_PS_TEMPOK(X) (((X) >> 6) & 0x1) argument 204 #define PCF8574_PS_FAULT(X) (((X) >> 7) & 0x1) argument 206 #define PCF8574_FAN_TYPE(X) ((X) & 0x3) argument 207 #define PCF8574_FAN_INTMASK(X) (((X) >> 2) & 0x1) argument 208 #define PCF8574_FAN_FANSPD(X) (((X) >> 3) & 0x1) argument 209 #define PCF8574_FAN_FAULT(X) (((X) >> 7) & 0x1) argument
|
/titanic_41/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | ab.X | 1 X 29 em 1 \033X\147 32 bu 1 \033X\127 33 sq 1 \033X\115 34 ru 1 \033X\147 43 de 1 \033X\130 44 dg 1 |\b\033X\121 45 fm 1 \033X\112 46 ct 1 \033X\125 49 pl 1 \033X\111 [all …]
|
/titanic_41/usr/src/head/ |
H A D | nan.h | 102 #define IsNANorINF(X) (((dnan *)&(X))->nan_parts.exponent == 0x7ff) argument 107 #define IsINF(X) (((dnan *)&(X))->inf_parts.bits == 0 && \ argument 108 ((dnan *)&(X))->inf_parts.fraction_low == 0) 113 #define IsPosNAN(X) (((dnan *)&(X))->nan_parts.sign == 0) argument 115 #define IsNegNAN(X) (((dnan *)&(X))->nan_parts.sign == 1) argument 124 #define NaN(X) (((dnan *)&(X))->nan_parts.exponent == 0x7ff) argument 125 #define KILLNaN(X) if (NaN(X)) KILLFPE() argument
|
/titanic_41/usr/src/uts/common/smbsrv/ndl/ |
H A D | ndrtypes.ndl | 33 #define ALIGN(X) [align(X)] 34 #define OPERATION(X) [operation(X)] 40 #define SIZE_IS(X) [size_is(X)] 42 #define SWITCH(X) [switch_is(X)] 43 #define CASE(X) [case(X)] 46 #define INTERFACE(X) [interface(X)] 47 #define UUID(X) [uuid(X)] 49 #define ARG_IS(X) [arg_is(X)] 55 #define POINTER_DEFAULT(X) [pointer_default(X)] 90 #define ALIGN(X) [all …]
|