Home
last modified time | relevance | path

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

12345678910>>...24

/freebsd/contrib/ldns/
H A Dzone.c18 ldns_zone_soa(const ldns_zone *z) in ldns_zone_soa()
24 ldns_zone_rr_count(const ldns_zone *z) in ldns_zone_rr_count()
30 ldns_zone_set_soa(ldns_zone *z, ldns_rr *soa) in ldns_zone_set_soa()
36 ldns_zone_rrs(const ldns_zone *z) in ldns_zone_rrs()
42 ldns_zone_set_rrs(ldns_zone *z, ldns_rr_list *rrlist) in ldns_zone_set_rrs()
48 ldns_zone_push_rr_list(ldns_zone *z, const ldns_rr_list *list) in ldns_zone_push_rr_list()
54 ldns_zone_push_rr(ldns_zone *z, ldns_rr *rr) in ldns_zone_push_rr()
66 ldns_zone_glue_rr_list(const ldns_zone *z) in ldns_zone_glue_rr_list()
168 ldns_zone *z; in ldns_zone_new() local
188 ldns_zone_new_frm_fp(ldns_zone **z, FILE *fp, const ldns_rdf *origin, uint32_t ttl, ldns_rr_class c) in ldns_zone_new_frm_fp()
[all …]
H A Dsha1.c38 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
39 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
40 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
41 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
42 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_znode.h92 #define SA_ZPL_ATIME(z) z->z_attr_table[ZPL_ATIME] argument
93 #define SA_ZPL_MTIME(z) z->z_attr_table[ZPL_MTIME] argument
94 #define SA_ZPL_CTIME(z) z->z_attr_table[ZPL_CTIME] argument
95 #define SA_ZPL_CRTIME(z) z->z_attr_table[ZPL_CRTIME] argument
96 #define SA_ZPL_GEN(z) z->z_attr_table[ZPL_GEN] argument
97 #define SA_ZPL_DACL_ACES(z) z->z_attr_table[ZPL_DACL_ACES] argument
98 #define SA_ZPL_XATTR(z) z->z_attr_table[ZPL_XATTR] argument
99 #define SA_ZPL_SYMLINK(z) z->z_attr_table[ZPL_SYMLINK] argument
100 #define SA_ZPL_RDEV(z) z->z_attr_table[ZPL_RDEV] argument
101 #define SA_ZPL_SCANSTAMP(z) z->z_attr_table[ZPL_SCANSTAMP] argument
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddebug.h110 #define VERIFY3B(x, y, z) VERIFY3_IMPL(x, y, z, boolean_t) argument
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 ASSERT3B(x, y, z) VERIFY3_IMPL(x, y, z, boolean_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 ASSERT3B(x, y, z) ((void)0) argument
124 #define ASSERT3S(x, y, z) ((void)0) argument
[all …]
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_pow.c75 double z; in ATF_TC_BODY() local
115 double z; in ATF_TC_BODY() local
141 double z; in ATF_TC_BODY() local
167 double z; in ATF_TC_BODY() local
221 const double z = 0.0L / 0.0L; in ATF_TC_BODY() local
246 double z; in ATF_TC_BODY() local
313 const double z = 0.0L / 0.0L; in ATF_TC_BODY() local
374 float z; in ATF_TC_BODY() local
416 float z; in ATF_TC_BODY() local
442 float z; in ATF_TC_BODY() local
[all …]
/freebsd/lib/msun/tests/
H A Dinvctrig_test.c56 #define test_p(func, z, result, exceptmask, excepts, checksign) do { \ argument
70 #define test_p_tol(func, z, result, tol) do { \ argument
77 #define test(func, z, result, exceptmask, excepts, checksign) do { \ argument
81 #define test_tol(func, z, result, tol) do { \ argument
147 long double complex z; in ATF_TC_BODY() local
225 long double complex z; in ATF_TC_BODY() local
275 long double complex z; in ATF_TC_BODY() local
315 complex long double z; in ATF_TC_BODY() local
H A Dctrig_test.c56 #define test_p(func, z, result, exceptmask, excepts, checksign) \ argument
74 #define test_p_tol(func, z, result, tol) do { \ argument
81 #define test(func, z, result, exceptmask, excepts, checksign) do { \ argument
85 #define test_tol(func, z, result, tol) do { \ argument
89 #define test_odd_tol(func, z, result, tol) do { \ argument
93 #define test_even_tol(func, z, result, tol) do { \ argument
156 long double complex z; in ATF_TC_BODY() local
239 long double complex z, c, s; in ATF_TC_BODY() local
309 long double complex z; in ATF_TC_BODY() local
413 long double complex z; in ATF_TC_BODY() local
[all …]
/freebsd/contrib/unbound/services/
H A Dlocalzone.c61 local_zone_out(struct local_zone* z) in local_zone_out()
75 local_zone_print(struct local_zone* z) in local_zone_print()
88 struct local_zone* z; in local_zones_print() local
115 struct local_zone* z = (struct local_zone*)n->key; in lzdel() local
131 local_zone_delete(struct local_zone* z) in local_zone_delete()
187 struct local_zone* z = (struct local_zone*)calloc(1, sizeof(*z)); in local_zone_create() local
214 struct local_zone* z = local_zone_create(nm, len, labs, t, c); in lz_enter_zone_dname() local
249 struct local_zone* z; in lz_enter_zone() local
460 local_zone_find_data(struct local_zone* z, uint8_t* nm, size_t nmlen, int nmlabs) in local_zone_find_data()
472 lz_find_create_node(struct local_zone* z, uint8_t* nm, size_t nmlen, in lz_find_create_node()
[all …]
H A Dauthzone.c173 auth_packed_rrset_copy_region(struct auth_zone* z, struct auth_data* node, in auth_packed_rrset_copy_region()
224 msg_add_rrset_an(struct auth_zone* z, struct regional* region, in msg_add_rrset_an()
249 msg_add_rrset_ns(struct auth_zone* z, struct regional* region, in msg_add_rrset_ns()
273 msg_add_rrset_ar(struct auth_zone* z, struct regional* region, in msg_add_rrset_ar()
385 struct auth_data* z = (struct auth_data*)n->key; in auth_data_del() local
391 auth_zone_delete(struct auth_zone* z, struct auth_zones* az) in auth_zone_delete()
419 struct auth_zone* z = (struct auth_zone*)calloc(1, sizeof(*z)); in auth_zone_create() local
477 uint16_t dclass, struct auth_zone** z) in auth_zone_find_less_equal()
496 struct auth_zone* z; in auth_zones_find_zone() local
527 struct auth_zone* z; in auth_zones_find_or_add_zone() local
[all …]
/freebsd/contrib/lua/src/
H A Dlzio.c23 int luaZ_fill (ZIO *z) { in luaZ_fill()
38 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) { in luaZ_init()
48 size_t luaZ_read (ZIO *z, void *b, size_t n) { in luaZ_read()
/freebsd/crypto/openssh/openbsd-compat/
H A Dmd5.c142 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
143 #define F2(x, y, z) F1(z, x, y) argument
144 #define F3(x, y, z) (x ^ y ^ z) argument
145 #define F4(x, y, z) (y ^ (x | ~z)) argument
148 #define MD5STEP(f, w, x, y, z, data, s) \ argument
H A Dsha1.c42 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
43 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
44 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
45 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
46 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
/freebsd/contrib/wpa/src/crypto/
H A Dmd5-internal.c194 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
195 #define F2(x, y, z) F1(z, x, y) argument
196 #define F3(x, y, z) (x ^ y ^ z) argument
197 #define F4(x, y, z) (y ^ (x | ~z)) argument
200 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dsha1.c107 #define R0(v,w,x,y,z,i) \ argument
110 #define R1(v,w,x,y,z,i) \ argument
113 #define R2(v,w,x,y,z,i) \ argument
116 #define R3(v,w,x,y,z,i) \ argument
119 #define R4(v,w,x,y,z,i) \ argument
140 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i) argument
141 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i) argument
142 #define nR2(v,w,x,y,z,i) R2(*v,*w,*x,*y,*z,i) argument
143 #define nR3(v,w,x,y,z,i) R3(*v,*w,*x,*y,*z,i) argument
144 #define nR4(v,w,x,y,z,i) R4(*v,*w,*x,*y,*z,i) argument
H A Dmd5.c106 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
107 #define F2(x, y, z) F1(z, x, y) argument
108 #define F3(x, y, z) (x ^ y ^ z) argument
109 #define F4(x, y, z) (y ^ (x | ~z)) argument
113 #define MD5STEP(f,w,x,y,z,in,s) \ argument
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlzio.c19 int luaZ_fill (ZIO *z) { in luaZ_fill()
34 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) { in luaZ_init()
44 size_t luaZ_read (ZIO *z, void *b, size_t n) { in luaZ_read()
/freebsd/cddl/contrib/opensolaris/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()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Ddivtc3.c92 long double _Complex z; in __divtc3() local
93 __real__ z = real.ld; in __divtc3() local
94 __imag__ z = imag.ld; in __divtc3() local
H A Dmultc3.c80 long double _Complex z; in __multc3() local
81 __real__ z = real.ld; in __multc3() local
82 __imag__ z = imag.ld; in __multc3() local
/freebsd/contrib/diff/lib/
H A Dunlocked-io.h69 # define fgets(x,y,z) fgets_unlocked (x,y,z) argument
71 # define fgets_unlocked(x,y,z) fgets (x,y,z) argument
87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) argument
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument
93 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument
95 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) argument
/freebsd/crypto/openssl/test/
H A Dpkcs12_format_test.c390 static int test_single_key_enc_alg(int z) in test_single_key_enc_alg()
404 static int test_single_key_enc_pass(int z) in test_single_key_enc_pass()
415 static int test_single_key_enc_iter(int z) in test_single_key_enc_iter()
489 static int test_single_cert_mac_alg(int z) in test_single_cert_mac_alg()
500 static int test_single_cert_mac_pass(int z) in test_single_cert_mac_pass()
511 static int test_single_cert_mac_iter(int z) in test_single_cert_mac_iter()
649 static int test_single_secret_enc_alg(int z) in test_single_secret_enc_alg()
/freebsd/lib/msun/src/
H A Dcatrigf.c145 casinhf(float complex z) in casinhf()
192 casinf(float complex z) in casinf()
200 cacosf(float complex z) in cacosf()
259 cacoshf(float complex z) in cacoshf()
277 clog_for_large_values(float complex z) in clog_for_large_values()
338 catanhf(float complex z) in catanhf()
387 catanf(float complex z) in catanf()
H A Dcatrig.c274 casinh(double complex z) in casinh()
335 casin(double complex z) in casin()
355 cacos(double complex z) in cacos()
429 cacosh(double complex z) in cacosh()
454 clog_for_large_values(double complex z) in clog_for_large_values()
571 catanh(double complex z) in catanh()
638 catan(double complex z) in catan()
H A Dcatrigl.c164 casinhl(long double complex z) in casinhl()
211 casinl(long double complex z) in casinl()
220 cacosl(long double complex z) in cacosl()
279 cacoshl(long double complex z) in cacoshl()
297 clog_for_large_values(long double complex z) in clog_for_large_values()
359 catanhl(long double complex z) in catanhl()
408 catanl(long double complex z) in catanl()
/freebsd/contrib/libfido2/src/
H A Dcompress.c18 int z; in rfc1950_inflate() local
50 int r, z; in rfc1951_inflate() local
105 int r, z; in rfc1951_deflate() local

12345678910>>...24