/titanic_52/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_znode.h | 91 #define SA_ZPL_ATIME(z) z->z_attr_table[ZPL_ATIME] argument 92 #define SA_ZPL_MTIME(z) z->z_attr_table[ZPL_MTIME] argument 93 #define SA_ZPL_CTIME(z) z->z_attr_table[ZPL_CTIME] argument 94 #define SA_ZPL_CRTIME(z) z->z_attr_table[ZPL_CRTIME] argument 95 #define SA_ZPL_GEN(z) z argument 96 SA_ZPL_DACL_ACES(z) global() argument 97 SA_ZPL_XATTR(z) global() argument 98 SA_ZPL_SYMLINK(z) global() argument 99 SA_ZPL_RDEV(z) global() argument 100 SA_ZPL_SCANSTAMP(z) global() argument 101 SA_ZPL_UID(z) global() argument 102 SA_ZPL_GID(z) global() argument 103 SA_ZPL_PARENT(z) global() argument 104 SA_ZPL_LINKS(z) global() argument 105 SA_ZPL_MODE(z) global() argument 106 SA_ZPL_DACL_COUNT(z) global() argument 107 SA_ZPL_FLAGS(z) global() argument 108 SA_ZPL_SIZE(z) global() argument 109 SA_ZPL_ZNODE_ACL(z) global() argument 110 SA_ZPL_PAD(z) global() argument [all...] |
/titanic_52/usr/src/uts/common/sys/ |
H A D | debug.h | 111 #define VERIFY3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t) argument 112 #define VERIFY3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t) argument 113 #define VERIFY3P(x, y, z) VERIFY3_IMPL(x, y, z, uintptr_t) argument 117 #define ASSERT3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t) argument 118 #define ASSERT3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_ argument 119 ASSERT3P(x,y,z) global() argument 122 ASSERT3S(x,y,z) global() argument 123 ASSERT3U(x,y,z) global() argument 124 ASSERT3P(x,y,z) global() argument [all...] |
/titanic_52/usr/src/cmd/dtrace/test/tst/common/uctf/ |
H A D | tst.chasestrings.c | 32 has_princess(zelda_info_t *z) in has_princess() argument 38 has_dungeons(zelda_info_t *z) in has_dungeons() argument 44 has_villain(zelda_info_t *z) in has_villain() argument
|
/titanic_52/usr/src/lib/libsqlite/src/ |
H A D | util.c | 226 char *sqliteStrDup_(const char *z, char *zFile, int line){ in sqliteStrDup_() argument 233 char *sqliteStrNDup_(const char *z, int n, char *zFile, int line){ in sqliteStrNDup_() argument 310 char *sqliteStrDup(const char *z){ in sqliteStrDup() argument 317 sqliteStrNDup(const char * z,int n) sqliteStrNDup() argument 339 const char *z; sqliteSetString() local 379 const char *z; sqliteSetNString() local 440 sqliteDequote(char * z) sqliteDequote() argument 491 sqliteHashNoCase(const char * z,int n) sqliteHashNoCase() argument 526 sqliteIsNumber(const char * z) sqliteIsNumber() argument 559 sqliteAtoF(const char * z,const char ** pzEnd) sqliteAtoF() argument 801 sqliteRealToSortable(double r,char * z) sqliteRealToSortable() argument 887 sqlite_utf8_to_int(const unsigned char * z) sqlite_utf8_to_int() argument [all...] |
H A D | md5.c | 72 #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) ( argument 78 MD5STEP(f,w,x,y,z,data,s) global() argument [all...] |
/titanic_52/usr/src/lib/libm/common/m9x/ |
H A D | tgammaf.c | 118 double z, r; in GT1() local 129 double z; in GT2() local 139 double z, r; GT3() local 309 double ss, zz, z, t1, t2, w, y, u; large_gam() local 360 double z; kpsin() local 383 double z; kpcos() local 455 double x, y, z; tgammaf() local [all...] |
H A D | tgamma.c | 1151 double t3, t4, y, z; GT1() local 1170 double t3, y, z; GT2() local 1187 double t3, t4, y, z; GT3() local 1211 double z, t1, t2, t3, z2, t5, w, y, u, r, z4, v, t24 = 16777216.0, large_gam() local 1335 double z, t1, t2, t3, t4; kpsin() local 1373 double z, t1, t2, t3, t4, x4, x8; kpcos() local 1408 double r1, r2, t2, z, xh, xl, yh, yl, zh, z1, z2, zl, x5, wh, wl; gam_n() local 1534 double t, t1, t2, t3, t4, t5, w, y, z, z1, z2, z3, z5; tgamma() local [all...] |
H A D | fmaf.c | 42 __fmaf(float x, float y, float z) { in __fmaf() argument 128 __fmaf(float x, float y, float z) { in __fmaf() argument [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libsum/ |
H A D | sum-sha1.c | 58 #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 nR0(v,w,x,y,z,i) global() argument 90 nR1(v,w,x,y,z,i) global() argument 91 nR2(v,w,x,y,z,i) global() argument 92 nR3(v,w,x,y,z,i) global() argument 93 nR4(v,w,x,y,z,i) global() argument [all...] |
/titanic_52/usr/src/lib/libm/common/C/ |
H A D | j0.c | 95 GENERIC z, s, c, ss, cc, r, u, v, ox; in j0() local 189 GENERIC z, /* d, */ s, c, ss, cc, u, v; y0() local 274 GENERIC s, r, t, z; pzero() local 309 GENERIC s, r, t, z; qzero() local [all...] |
H A D | j1.c | 93 GENERIC z, d, s, c, ss, cc, r; in j1() local 212 GENERIC z, d, s, c, ss, cc, u, v; y1() local 303 GENERIC s, r, t, z; pone() local 338 GENERIC s, r, t, z; qone() local [all...] |
H A D | sincos.c | 176 #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, in sincos() local [all...] |
H A D | atan.c | 127 double y, z, r, p, s; atan() local 189 double *w, w0, w1, s, z; atan() local [all...] |
/titanic_52/usr/src/cmd/sqlite/ |
H A D | shell.c | 228 static void output_quoted_string(FILE *out, const char *z){ in output_quoted_string() argument 259 output_html_string(FILE * out,const char * z) output_html_string() argument 365 char *z = azArg[i]; callback() local 425 char *z; set_table_name() local 626 char *z = azArg[1]; do_meta_command() local 645 char *z = nArg>=2 ? azArg[1] : "1"; do_meta_command() local 689 char *z = azArg[1]; do_meta_command() local 973 _ends_with_semicolon(const char * z,int N) _ends_with_semicolon() argument 981 _all_whitespace(const char * z) _all_whitespace() argument 1127 char *z = malloc( strlen(home_dir)+1 ); find_home_dir() local 1286 char *z = argv[i]; main() local [all...] |
/titanic_52/usr/src/lib/libbc/libc/gen/common/ |
H A D | _Qfutility.c | 171 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) fpu_neg2wc() argument [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | exp.c | 126 double z,hi,lo,c; variable 173 double z,hi,lo; local [all...] |
/titanic_52/usr/src/lib/libm/common/LD/ |
H A D | j1l.c | 81 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; global() local 703 GENERIC s, r, t, z; global() local [all...] |
H A D | j0l.c | 84 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; global() local [all...] |
/titanic_52/usr/src/lib/libm/common/Q/ |
H A D | j0l.c | 80 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; global() local [all...] |
H A D | j1l.c | 79 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; global() local 686 GENERIC s,r,t,z; global() local [all...] |
/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | md5.c | 47 #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_52/usr/src/uts/common/zmod/ |
H A D | zmod_subr.c | 45 struct zchdr *z = kobj_zalloc(nbytes, KM_NOWAIT|KM_TMP); in zcalloc() local 60 struct zchdr *z = ((struct zchdr *)ptr) - 1; in zcfree() local [all...] |
/titanic_52/usr/src/lib/libc/port/gen/ |
H A D | malloc.c | 718 #define BULEFT2(x, y, z) \ argument 726 #define BURIGHT2(x, y, z) \ argument 734 TDLEFT2(x,y,z) global() argument 741 TDRIGHT2(x,y,z) global() argument [all...] |
/titanic_52/usr/src/lib/gss_mechs/mech_dh/backend/crypto/ |
H A D | md5.c | 70 #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_52/usr/src/uts/sparc/fpu/ |
H A D | utility.c | 214 fpu_add3wc(uint_t *z, uint_t x, uint_t y, uint_t carry) in fpu_add3wc() argument 236 fpu_sub3wc(uint_t *z, uint_t x, uint_t y, uint_t carry) in fpu_sub3wc() argument 258 fpu_neg2wc(uint_t * z,uint_t x,uint_t carry) fpu_neg2wc() argument [all...] |