Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 259) sorted by relevance

1234567891011

/onnv-gate/usr/src/uts/common/sys/
H A Ddebug.h114 #define VERIFY3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t) argument
115 #define VERIFY3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t) argument
116 #define VERIFY3P(x, y, z) VERIFY3_IMPL(x, y, z, uintptr_t) argument
118 #define ASSERT3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t) argument
119 #define ASSERT3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t) argument
120 #define ASSERT3P(x, y, z) VERIFY3_IMPL(x, y, z, uintptr_t) argument
122 #define ASSERT3S(x, y, z) ((void)0) argument
123 #define ASSERT3U(x, y, z) ((void)0) argument
124 #define ASSERT3P(x, y, z) ((void)0) argument
/onnv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h89 #define SA_ZPL_ATIME(z) z->z_attr_table[ZPL_ATIME] argument
90 #define SA_ZPL_MTIME(z) z->z_attr_table[ZPL_MTIME] argument
91 #define SA_ZPL_CTIME(z) z->z_attr_table[ZPL_CTIME] argument
92 #define SA_ZPL_CRTIME(z) z->z_attr_table[ZPL_CRTIME] argument
93 #define SA_ZPL_GEN(z) z->z_attr_table[ZPL_GEN] argument
94 #define SA_ZPL_DACL_ACES(z) z->z_attr_table[ZPL_DACL_ACES] argument
95 #define SA_ZPL_XATTR(z) z->z_attr_table[ZPL_XATTR] argument
96 #define SA_ZPL_SYMLINK(z) z->z_attr_table[ZPL_SYMLINK] argument
97 #define SA_ZPL_RDEV(z) z->z_attr_table[ZPL_RDEV] argument
98 #define SA_ZPL_SCANSTAMP(z) z->z_attr_table[ZPL_SCANSTAMP] argument
[all …]
/onnv-gate/usr/src/common/openssl/ssl/
H A Dt1_enc.c375 { int z; for (z=0; z<i; z++) printf("%02X%c",ms[z],((z+1)%16)?' ':'\n'); } in tls1_change_cipher_state() local
427 { int z; for (z=0; z<EVP_CIPHER_key_length(c); z++) printf("%02X%c",key[z],((z+1)%16)?' ':'\n'); } in tls1_change_cipher_state() local
429 { int z; for (z=0; z<k; z++) printf("%02X%c",iv[z],((z+1)%16)?' ':'\n'); } in tls1_change_cipher_state() local
484 { int z; for (z=0; z<SSL3_RANDOM_SIZE; z++) printf("%02X%c",s->s3->client_random[z],((z+1)%16)?' ':… in tls1_setup_key_block() local
486 { int z; for (z=0; z<SSL3_RANDOM_SIZE; z++) printf("%02X%c",s->s3->server_random[z],((z+1)%16)?' ':… in tls1_setup_key_block() local
488 { int z; for (z=0; z<s->session->master_key_length; z++) printf("%02X%c",s->session->master_key[z],… in tls1_setup_key_block() local
495 { int z; for (z=0; z<num; z++) printf("%02X%c",p1[z],((z+1)%16)?' ':'\n'); } in tls1_setup_key_block() local
768 {unsigned int z; for (z=0; z<md_size; z++) printf("%02X ",mac_sec[z]); printf("\n"); } in tls1_mac() local
770 {int z; for (z=0; z<8; z++) printf("%02X ",seq[z]); printf("\n"); } in tls1_mac() local
772 {int z; for (z=0; z<5; z++) printf("%02X ",buf[z]); printf("\n"); } in tls1_mac() local
[all …]
/onnv-gate/usr/src/lib/libsqlite/src/
H A Dutil.c226 char *sqliteStrDup_(const char *z, char *zFile, int line){ in sqliteStrDup_()
233 char *sqliteStrNDup_(const char *z, int n, char *zFile, int line){ in sqliteStrNDup_()
310 char *sqliteStrDup(const char *z){ in sqliteStrDup()
317 char *sqliteStrNDup(const char *z, int n){ in sqliteStrNDup()
339 const char *z; in sqliteSetString() local
379 const char *z; in sqliteSetNString() local
440 void sqliteDequote(char *z){ in sqliteDequote()
491 int sqliteHashNoCase(const char *z, int n){ in sqliteHashNoCase()
526 int sqliteIsNumber(const char *z){ in sqliteIsNumber()
559 double sqliteAtoF(const char *z, const char **pzEnd){ in sqliteAtoF()
[all …]
H A Dmd5.c72 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
73 #define F2(x, y, z) F1(z, x, y) argument
74 #define F3(x, y, z) (x ^ y ^ z) argument
75 #define F4(x, y, z) (y ^ (x | ~z)) argument
78 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/onnv-gate/usr/src/lib/libsum/common/
H A Dsum-sha1.c77 #define R0(v,w,x,y,z,i) \ argument
80 #define R1(v,w,x,y,z,i) \ argument
83 #define R2(v,w,x,y,z,i) \ argument
86 #define R3(v,w,x,y,z,i) \ argument
89 #define R4(v,w,x,y,z,i) \ argument
108 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i) argument
109 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i) argument
110 #define nR2(v,w,x,y,z,i) R2(*v,*w,*x,*y,*z,i) argument
111 #define nR3(v,w,x,y,z,i) R3(*v,*w,*x,*y,*z,i) argument
112 #define nR4(v,w,x,y,z,i) R4(*v,*w,*x,*y,*z,i) argument
/onnv-gate/usr/src/common/openssl/crypto/ripemd/
H A Drmd_locl.h125 #define F1(x,y,z) ((x) ^ (y) ^ (z)) argument
126 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) argument
127 #define F3(x,y,z) (((~(y)) | (x)) ^ (z)) argument
128 #define F4(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) argument
129 #define F5(x,y,z) (((~(z)) | (y)) ^ (x)) argument
/onnv-gate/usr/src/lib/libc/amd64/fp/
H A D_base_il.c44 double z; in __mul_set() local
65 double z; in __div_set() local
/onnv-gate/usr/src/lib/libc/i386/fp/
H A D_base_il.c41 double z; in __mul_set() local
62 double z; in __div_set() local
/onnv-gate/usr/src/cmd/sqlite/
H A Dshell.c228 static void output_quoted_string(FILE *out, const char *z){ in output_quoted_string()
259 static void output_html_string(FILE *out, const char *z){ in output_html_string()
365 char *z = azArg[i]; in callback() local
425 char *z; in set_table_name() local
626 char *z = azArg[1]; in do_meta_command() local
645 char *z = nArg>=2 ? azArg[1] : "1"; in do_meta_command() local
689 char *z = azArg[1]; in do_meta_command() local
973 static int _ends_with_semicolon(const char *z, int N){ in _ends_with_semicolon()
981 static int _all_whitespace(const char *z){ in _all_whitespace()
1127 char *z = malloc( strlen(home_dir)+1 ); in find_home_dir() local
[all …]
/onnv-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Qfutility.c171 fpu_add3wc(z,x,y,carry) in fpu_add3wc() argument
194 fpu_sub3wc(z,x,y,carry) in fpu_sub3wc() argument
217 fpu_neg2wc(z,x,carry) in fpu_neg2wc() argument
/onnv-gate/usr/src/lib/libast/common/uwin/
H A Dexp.c126 double z,hi,lo,c; variable
173 double z,hi,lo; local
H A Datanh.c77 double z; variable
/onnv-gate/usr/src/uts/common/zmod/
H A Dzmod_subr.c46 struct zchdr *z = kobj_zalloc(nbytes, KM_NOWAIT|KM_TMP); in zcalloc() local
61 struct zchdr *z = ((struct zchdr *)ptr) - 1; in zcfree() local
/onnv-gate/usr/src/grub/grub-0.97/stage2/
H A Dmd5.c47 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
48 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
49 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
50 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
/onnv-gate/usr/src/cmd/dtrace/test/tst/common/scalars/
H A Derr.D_ARR_LOCAL.thisarray.d38 this int z; variable
H A Dtst.selfarray.d39 self int z; variable
/onnv-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c70 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
71 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
72 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
73 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
/onnv-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c718 #define BULEFT2(x, y, z) \ argument
726 #define BURIGHT2(x, y, z) \ argument
734 #define TDLEFT2(x, y, z) \ argument
741 #define TDRIGHT2(x, y, z) \ argument
/onnv-gate/usr/src/uts/sparc/fpu/
H A Dutility.c214 fpu_add3wc(uint_t *z, uint_t x, uint_t y, uint_t carry) in fpu_add3wc()
236 fpu_sub3wc(uint_t *z, uint_t x, uint_t y, uint_t carry) in fpu_sub3wc()
258 fpu_neg2wc(uint_t *z, uint_t x, uint_t carry) in fpu_neg2wc()
/onnv-gate/usr/src/lib/libast/common/string/
H A Dfmtsignal.c38 int z; in fmtsignal() local
H A Dfmttime.c36 int z; in fmttime() local
/onnv-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_neg.c51 union longdouble z; in _Qp_neg() local
H A D_Q_ulltoq.c37 union longdouble z; in _Q_ulltoq() local
H A D_Q_utoq.c51 union longdouble z; in _Qp_uitoq() local

1234567891011