Home
last modified time | relevance | path

Searched defs:E (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A Dhash.h102 #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 DsqliteInt.h711 #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 Ddate.c339 int Z, A, B, C, D, E, X1; in computeYMD() local
/titanic_41/usr/src/lib/libm/common/C/
H A Dlibm_macros.h61 #define ITOX(I, E) \ argument
72 #define XTOI(E, I) \ argument
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c375 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_41/usr/src/lib/libcrypt/common/
H A Ddes_decrypt.c36 _des_decrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, char KS[][48], char S[]… in _des_decrypt1()
H A Ddes_encrypt.c35 des_encrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, in des_encrypt1()
H A Ddes_crypt.c136 static char E[48]; variable
/titanic_41/usr/src/lib/libm/common/complex/
H A Dcatanl.c117 E = 2.910383045673370361328125000000000000000e-11L, /* 2**-35 */ variable
H A Dcasin.c203 E = 1.11022302462515654042e-16, /* 2**-53 */ variable
H A Dcasinl.c46 E = 5.4210108624275221700372640043497085571289e-20L, /* 2**-64 */ variable
H A Dcacos.c202 E = 1.11022302462515654042e-16, /* 2**-53 */ variable
H A Dcacosl.c46 E = 5.4210108624275221700372640043497085571289e-20L, /* 2**-64 */ variable
/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c56 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_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.h90 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument
111 #define DEBUGOUT6(S, A, B, C, D, E, F) argument
/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h36 #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_41/usr/src/lib/libbc/libc/gen/common/
H A D_crypt.c146 #define E (_c->_E) macro
/titanic_41/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231.h388 #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_41/usr/src/lib/libc/port/gen/
H A Dcrypt.c881 static char E[48]; variable
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A De1000.c139 #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_41/usr/src/cmd/isns/isnsd/
H A Dscn.c110 #define SCN_TEST(E, BITMAP, UID1, UID2, NT) \ argument
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c317 #define ether_to_wwn(E, W) \ argument
326 #define wwn_to_ether(W, E) \ argument
/titanic_41/usr/src/uts/common/sys/fs/
H A Dpc_fs.h602 #define PC_DPRINTF4(level, A, B, C, D, E) \ argument