/titanic_50/usr/src/lib/libm/common/m9x/ |
H A D | fex_handler.h | 74 #define __fenv_set_rd(X,Y) X=(X&~0xc0000000ul)|((Y)<<30) argument 77 #define __fenv_set_te(X,Y) X=(X&~0x0f800000ul)|((Y)<<23) argument 80 #define __fenv_set_ex(X,Y) X=(X&~0x000003e0ul)|((Y)<<5) argument 91 #define __fenv_set_rd(X,Y) X=(X&~0x0c000000)|((Y)<<26) argument 94 #define __fenv_set_rp(X,Y) X=(X&~0x03000000)|((Y)<<24) argument 97 #define __fenv_set_te(X,Y) X=(X&~0x003d0000)|((Y)<<16) argument 100 #define __fenv_set_ex(X,Y) X=(X&~0x0000003d)|(Y) argument
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSDebug.h | 158 #define mallocL(X,Y) malloc(Y) argument 159 #define freeL(X,Y) free(Y) argument
|
/titanic_50/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.h | 39 #define EQ(X,Y,Z) !strncmp(X,Y,Z) argument 40 #define NOT_EQ(X,Y,Z) strncmp(X,Y,Z) argument
|
/titanic_50/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic_hw.h | 71 #define UNM_NIC_LOCKED_READ_REG(X, Y) \ argument 75 #define UNM_NIC_LOCKED_WRITE_REG(X, Y) \ argument
|
/titanic_50/usr/src/common/mpi/ |
H A D | mpi.h | 379 #define ARGCHK(X,Y) {if(!(X)){return (Y);}} argument 382 #define ARGCHK(X,Y) ASSERT(X) argument 385 #define ARGCHK(X,Y) assert(X) argument 388 #define ARGCHK(X,Y) /* */ argument
|
/titanic_50/usr/src/cmd/fs.d/ |
H A D | volcopy.c | 48 #define EQ(X, Y, Z) !strncmp(X, Y, Z) argument
|
/titanic_50/usr/src/lib/libsqlite/src/ |
H A D | date.c | 68 int Y, M, D; /* Year, month, and day */ member 220 int Y, M, D, A, B, X1, X2; in computeJD() local 266 int Y, M, D, neg; in parseYyyyMmDd() local
|
H A D | os.c | 112 #define TRACE2(X,Y) argument 113 #define TRACE3(X,Y,Z) argument 114 #define TRACE4(X,Y,Z,A) argument 115 #define TRACE5(X,Y,Z,A,B) argument
|
H A D | pager.c | 50 #define TRACE2(X,Y) argument 51 #define TRACE3(X,Y,Z) argument
|
H A D | sqliteInt.h | 187 # define sqliteRealloc(X,Y) sqliteRealloc_(X,Y,__FILE__,__LINE__) argument 189 # define sqliteStrNDup(X,Y) sqliteStrNDup_(X,Y,__FILE__,__LINE__) argument 192 # define sqliteRealloc_(X,Y) sqliteRealloc(X,Y) argument
|
/titanic_50/usr/src/lib/libsasl/include/ |
H A D | plugin_common.h | 208 #define REG_PLUG( X, Y ) { \ argument
|
/titanic_50/usr/src/lib/libnsl/nsl/ |
H A D | tx.h | 128 #define _T_TX_SYSLOG2(tiptr, X, Y) if ((tiptr)->ti_state == T_BADSTATE)\ argument 131 #define _T_TX_SYSLOG2(tiptr, X, Y) argument
|
/titanic_50/usr/src/cmd/lp/cmd/lpsched/ |
H A D | status.c | 37 #define NCMP(X,Y) (STRNEQU((X), (Y), sizeof(Y)-1)) argument
|
/titanic_50/usr/src/cmd/lp/lib/filters/ |
H A D | insfilter.c | 474 #define LEAVE(Y) if (!Y) { \ argument
|
/titanic_50/usr/src/lib/libeti/form/inc/ |
H A D | utility.h | 134 #define Y(f) ((f) -> currow) macro
|
/titanic_50/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_misc.c | 78 #define REGISTER_SVC(X, Y) (ncall_register_svc(X, Y)) argument
|
/titanic_50/usr/src/lib/libeti/menu/inc/ |
H A D | private.h | 128 #define Y(i) (i)->y macro
|
/titanic_50/usr/src/uts/common/sys/dktp/ |
H A D | tgdk.h | 100 #define TGDK_SETNODETYPE(X, Y) \ argument
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | localtime.c | 126 #define DAYS_SINCE_70(Y) (YR((Y)-1L) - YR(70-1)) argument
|
/titanic_50/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 109 #define SetFind(X,Y) (X[Y]) /* True if Y is in set X */ argument
|