Home
last modified time | relevance | path

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

12345678910>>...18

/illumos-gate/usr/src/uts/common/sys/
H A Ddebug.h113 #define VERIFY3B(x, y, z) VERIFY3_IMPL(x, y, z, boolean_t) argument
114 #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
120 #define ASSERT3B(x, y, z) VERIFY3_IMPL(x, y, z, boolean_t) argument
121 #define ASSERT3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t) argument
122 #define ASSERT3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t) argument
126 #define ASSERT3B(x, y, z) ((void)0) argument
127 #define ASSERT3S(x, y, z) ((void)0) argument
128 #define ASSERT3U(x, y, z) ((void)0) argument
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h105 #define SA_ZPL_ATIME(z) z->z_attr_table[ZPL_ATIME] argument
106 #define SA_ZPL_MTIME(z) z->z_attr_table[ZPL_MTIME] argument
107 #define SA_ZPL_CTIME(z) z->z_attr_table[ZPL_CTIME] argument
109 #define SA_ZPL_GEN(z) z->z_attr_table[ZPL_GEN] argument
111 #define SA_ZPL_XATTR(z) z->z_attr_table[ZPL_XATTR] argument
113 #define SA_ZPL_RDEV(z) z->z_attr_table[ZPL_RDEV] argument
115 #define SA_ZPL_UID(z) z->z_attr_table[ZPL_UID] argument
116 #define SA_ZPL_GID(z) z->z_attr_table[ZPL_GID] argument
119 #define SA_ZPL_MODE(z) z->z_attr_table[ZPL_MODE] argument
122 #define SA_ZPL_SIZE(z) z->z_attr_table[ZPL_SIZE] argument
[all …]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dutil.c223 char *sqliteStrDup_(const char *z, char *zFile, int line){ in sqliteStrDup_()
307 char *sqliteStrDup(const char *z){ in sqliteStrDup()
314 char *sqliteStrNDup(const char *z, int n){ in sqliteStrNDup()
336 const char *z; in sqliteSetString() local
376 const char *z; in sqliteSetNString() local
437 void sqliteDequote(char *z){ in sqliteDequote()
488 int sqliteHashNoCase(const char *z, int n){ in sqliteHashNoCase()
523 int sqliteIsNumber(const char *z){ in sqliteIsNumber()
556 double sqliteAtoF(const char *z, const char **pzEnd){ in sqliteAtoF()
798 void sqliteRealToSortable(double r, char *z){ in sqliteRealToSortable()
[all …]
H A Dmd5.c69 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
70 #define F2(x, y, z) F1(z, x, y) argument
71 #define F3(x, y, z) (x ^ y ^ z) argument
72 #define F4(x, y, z) (y ^ (x | ~z)) argument
75 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlzio.c21 int luaZ_fill (ZIO *z) { in luaZ_fill()
36 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) { in luaZ_init()
46 size_t luaZ_read (ZIO *z, void *b, size_t n) { in luaZ_read()
/illumos-gate/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
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-sha1.c58 #define R0(v,w,x,y,z,i) \ argument
61 #define R1(v,w,x,y,z,i) \ argument
64 #define R2(v,w,x,y,z,i) \ argument
67 #define R3(v,w,x,y,z,i) \ argument
70 #define R4(v,w,x,y,z,i) \ argument
89 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i) argument
90 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i) argument
91 #define nR2(v,w,x,y,z,i) R2(*v,*w,*x,*y,*z,i) argument
92 #define nR3(v,w,x,y,z,i) R3(*v,*w,*x,*y,*z,i) argument
93 #define nR4(v,w,x,y,z,i) R4(*v,*w,*x,*y,*z,i) argument
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_buf_size8.c5 int x, y, z; member
11 int x, y, z; member
17 int x, y, z; member
22 int x, y, z; member
H A Dfield-overlap.c4 int z; member
9 static struct {int x, y, z;} w[2] = { member
/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c226 static void output_quoted_string(FILE *out, const char *z){ in output_quoted_string()
257 static void output_html_string(FILE *out, const char *z){ in output_html_string()
363 char *z = azArg[i]; in callback() local
423 char *z; in set_table_name() local
624 char *z = azArg[1]; in do_meta_command() local
643 char *z = nArg>=2 ? azArg[1] : "1"; in do_meta_command() local
687 char *z = azArg[1]; in do_meta_command() local
971 static int _ends_with_semicolon(const char *z, int N){ in _ends_with_semicolon()
979 static int _all_whitespace(const char *z){ in _all_whitespace()
1125 char *z = malloc( strlen(home_dir)+1 ); in find_home_dir() local
[all …]
/illumos-gate/usr/src/lib/libm/common/C/
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 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 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
/illumos-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
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dj0l.c84 GENERIC z, s, c, ss, cc, r, u, v; local
165 GENERIC z, s, c, ss, cc, u, v; in y0l() local
438 GENERIC s, r, t, z; local
701 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
/illumos-gate/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
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dexp.c126 double z,hi,lo,c; variable
173 double z,hi,lo; local
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c68 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
69 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
70 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
71 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c716 #define BULEFT2(x, y, z) \ argument
724 #define BURIGHT2(x, y, z) \ argument
732 #define TDLEFT2(x, y, z) \ argument
739 #define TDRIGHT2(x, y, z) \ argument
/illumos-gate/usr/src/uts/common/zmod/
H A Dzmod_subr.c45 struct zchdr *z = kobj_zalloc(nbytes, KM_NOWAIT|KM_TMP); in zcalloc() local
60 struct zchdr *z = ((struct zchdr *)ptr) - 1; in zcfree() local
/illumos-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()

12345678910>>...18