/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | hash.h | 102 #define sqliteHashNext(E) ((E)->next) argument 103 #define sqliteHashData(E) ((E)->data) argument 104 #define sqliteHashKey(E) ((E)->pKey) argument 105 #define sqliteHashKeysize(E) ((E)->nKey) argument
|
H A D | sqliteInt.h | 711 #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) argument 712 #define ExprHasAnyProperty(E,P) (((E)->flags&(P))!=0) argument 713 #define ExprSetProperty(E,P) (E)->flags|=(P) argument 714 #define ExprClearProperty(E,P) (E)->flags&=~(P) argument
|
H A D | date.c | 339 int Z, A, B, C, D, E, X1; in computeYMD() local
|
/titanic_44/usr/src/lib/libm/common/C/ |
H A D | libm_macros.h | 61 #define ITOX(I, E) \ argument 72 #define XTOI(E, I) \ argument
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/crypto/des/ |
H A D | afsstring2key.c | 375 char E[48]; in afs_crypt() local 435 static void krb5_afs_crypt_setkey(char *key, char *E, char (*KS)[48]) in krb5_afs_crypt_setkey() 495 static void krb5_afs_encrypt(char *block, char *E, char (*KS)[48]) in krb5_afs_encrypt()
|
/titanic_44/usr/src/lib/libcrypt/common/ |
H A D | des_encrypt.c | 35 des_encrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, in des_encrypt1()
|
H A D | des_decrypt.c | 36 _des_decrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, char KS[][48], char S[]… in _des_decrypt1()
|
H A D | des_crypt.c | 136 static char E[48]; variable
|
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_engine.c | 56 engine_cmd_getc(engine_state_t *E) in engine_cmd_getc() 120 engine_cmd_ungetc(engine_state_t *E, char c) in engine_cmd_ungetc() 133 engine_cmd_nputs(engine_state_t *E, char *c, size_t n) in engine_cmd_nputs()
|
/titanic_44/usr/src/lib/libm/common/complex/ |
H A D | catanl.c | 117 E = 2.910383045673370361328125000000000000000e-11L, /* 2**-35 */ variable
|
H A D | casin.c | 203 E = 1.11022302462515654042e-16, /* 2**-53 */ variable
|
H A D | casinl.c | 46 E = 5.4210108624275221700372640043497085571289e-20L, /* 2**-64 */ variable
|
H A D | cacos.c | 202 E = 1.11022302462515654042e-16, /* 2**-53 */ variable
|
H A D | cacosl.c | 46 E = 5.4210108624275221700372640043497085571289e-20L, /* 2**-64 */ variable
|
/titanic_44/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 36 #define DEBUGOUT5(S, A, B, C, D, E) \ argument 38 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument 40 #define DEBUGOUT7(S, A, B, C, D, E, F, G) \ argument
|
/titanic_44/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.h | 82 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | _crypt.c | 146 #define E (_c->_E) macro
|
/titanic_44/usr/src/uts/sun/io/audio/drv/audiocs/ |
H A D | audio_4231.h | 388 #define CS4231_DMA_START(S, E) ((S)->cs_dma_ops->cs_dma_start)(E) argument 389 #define CS4231_DMA_STOP(S, E) ((S)->cs_dma_ops->cs_dma_stop)(E) argument 392 #define CS4231_DMA_RELOAD(S, E) ((S)->cs_dma_ops->cs_dma_reload)(E) argument 393 #define CS4231_DMA_ADDR(S, E) ((S)->cs_dma_ops->cs_dma_addr)(E) argument
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | crypt.c | 881 static char E[48]; variable
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 139 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S,A,B,C,D,E,F,G) argument 145 #define DEBUGOUT7(S,A,B,C,D,E,F,G) argument
|
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | scn.c | 110 #define SCN_TEST(E, BITMAP, UID1, UID2, NT) \ argument
|
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 317 #define ether_to_wwn(E, W) \ argument 326 #define wwn_to_ether(W, E) \ argument
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | pc_fs.h | 602 #define PC_DPRINTF4(level, A, B, C, D, E) \ argument
|