Home
last modified time | relevance | path

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

12345678910>>...17

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h90 #define SA_ZPL_ATIME(z) z->z_attr_table[ZPL_ATIME] argument
91 #define SA_ZPL_MTIME(z) z->z_attr_table[ZPL_MTIME] argument
92 #define SA_ZPL_CTIME(z) z->z_attr_table[ZPL_CTIME] argument
93 #define SA_ZPL_CRTIME(z) z->z_attr_table[ZPL_CRTIME] argument
94 #define SA_ZPL_GEN(z) z->z_attr_table[ZPL_GEN] argument
95 #define SA_ZPL_DACL_ACES(z) z->z_attr_table[ZPL_DACL_ACES] argument
96 #define SA_ZPL_XATTR(z) z->z_attr_table[ZPL_XATTR] argument
97 #define SA_ZPL_SYMLINK(z) z->z_attr_table[ZPL_SYMLINK] argument
98 #define SA_ZPL_RDEV(z) z->z_attr_table[ZPL_RDEV] argument
99 #define SA_ZPL_SCANSTAMP(z) z->z_attr_table[ZPL_SCANSTAMP] argument
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Ddebug.h112 #define VERIFY3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t) argument
113 #define VERIFY3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t) argument
114 #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
123 #define ASSERT3S(x, y, z) ((void)0) argument
124 #define ASSERT3U(x, y, z) ((void)0) argument
125 #define ASSERT3P(x, y, z) ((void)0) argument
/titanic_41/usr/src/cmd/dtrace/test/tst/common/uctf/
H A Dtst.chasestrings.c32 has_princess(zelda_info_t *z) in has_princess()
38 has_dungeons(zelda_info_t *z) in has_dungeons()
44 has_villain(zelda_info_t *z) in has_villain()
/titanic_41/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
/titanic_41/usr/src/lib/libm/common/m9x/
H A Dtgammaf.c118 double z, r; in GT1() local
129 double z; in GT2() local
139 double z, r; in GT3() local
309 double ss, zz, z, t1, t2, w, y, u; in large_gam() local
360 double z; in kpsin() local
383 double z; in kpcos() local
455 double x, y, z; in tgammaf() local
H A Dtgamma.c1151 double t3, t4, y, z; in GT1() local
1170 double t3, y, z; in GT2() local
1187 double t3, t4, y, z; in GT3() local
1211 double z, t1, t2, t3, z2, t5, w, y, u, r, z4, v, t24 = 16777216.0, in large_gam() local
1335 double z, t1, t2, t3, t4; in kpsin() local
1373 double z, t1, t2, t3, t4, x4, x8; in kpcos() local
1408 double r1, r2, t2, z, xh, xl, yh, yl, zh, z1, z2, zl, x5, wh, wl; in gam_n() local
1534 double t, t1, t2, t3, t4, t5, w, y, z, z1, z2, z3, z5; in tgamma() local
H A Dfmaf.c42 __fmaf(float x, float y, float z) { in __fmaf()
128 __fmaf(float x, float y, float z) { in __fmaf()
/titanic_41/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
/titanic_41/usr/src/lib/libm/common/C/
H A Dj0.c95 GENERIC z, s, c, ss, cc, r, u, v, ox; in j0() local
189 GENERIC z, /* d, */ s, c, ss, cc, u, v; in y0() local
274 GENERIC s, r, t, z; in pzero() local
309 GENERIC s, r, t, z; in qzero() local
H A Dj1.c93 GENERIC z, d, s, c, ss, cc, r; in j1() local
212 GENERIC z, d, s, c, ss, cc, u, v; in y1() local
303 GENERIC s, r, t, z; in pone() local
338 GENERIC s, r, t, z; in qone() local
H A Dsincos.c176 #define PoS(x, z) ((x * z) * (PP1 + z * PP2)) argument
177 #define PoL(x, z) ((x * z) * ((P1 + z * P2) + (z * z) * (P3 + z * P4))) argument
183 double z, y[2], w, t, v, p, q; in sincos() local
/titanic_41/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 …]
/titanic_41/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
/titanic_41/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
/titanic_41/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
/titanic_41/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
/titanic_41/usr/src/lib/libm/common/LD/
H A Dj0l.c84 GENERIC z, s, c, ss, cc, r, u, v; local
164 GENERIC z, d, s, c, ss, cc, u, v; local
436 GENERIC s, r, t, z; local
699 GENERIC s, r, t, z; local
H A Dj1l.c81 GENERIC z, d, s, c, ss, cc, r; local
169 GENERIC z, s, c, ss, cc, u, v; local
441 GENERIC s, r, t, z; local
703 GENERIC s, r, t, z; local
/titanic_41/usr/src/lib/libm/common/Q/
H A Dj0l.c80 GENERIC z, s,c,ss,cc,r,u,v; local
155 GENERIC z, s,c,ss,cc,u,v; local
428 GENERIC s,r,t,z; local
690 GENERIC s,r,t,z; local
H A Dj1l.c79 GENERIC z, d, s,c,ss,cc,r; local
156 GENERIC z, s,c,ss,cc,u,v; local
425 GENERIC s,r,t,z; local
686 GENERIC s,r,t,z; local
/titanic_41/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
/titanic_41/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
/titanic_41/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()

12345678910>>...17