Home
last modified time | relevance | path

Searched refs:z (Results 201 – 225 of 1832) sorted by relevance

12345678910>>...74

/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursest465 int z)
476 int z)
486 int z)
491 int z)
496 int z)
582 int z)
614 int z)
625 int z)
635 int z)
646 int z)
[all …]
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm_generic.c45 struct aes_block z = {0, 0}; in gcm_generic_mul() local
57 z.a ^= v.a; in gcm_generic_mul()
58 z.b ^= v.b; in gcm_generic_mul()
69 res[0] = htonll(z.a); in gcm_generic_mul()
70 res[1] = htonll(z.b); in gcm_generic_mul()
/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dmemchr-sve.S30 ldff1b z0.b, p1/z, [x0, x3]
31 rdffrs p0.b, p1/z
37 cmpeq p2.b, p1/z, z0.b, z1.b /* search for c */
42 1: brkb p2.b, p1/z, p2.b /* find the first c */
49 2: cmpeq p2.b, p0/z, z0.b, z1.b
H A Dstrcpy-sve.S33 0: ldff1b z0.b, p2/z, [x1, x2]
34 rdffrs p0.b, p2/z
39 cmpeq p1.b, p2/z, z0.b, 0 /* search for zeros */
49 1: cmpeq p1.b, p0/z, z0.b, 0 /* search for zeros */
59 2: brka p0.b, p2/z, p1.b
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c296 BN_ULONG zz, *z; in BN_GF2m_mod_arr() local
318 z = r->d; in BN_GF2m_mod_arr()
323 zz = z[j]; in BN_GF2m_mod_arr()
328 z[j] = 0; in BN_GF2m_mod_arr()
361 z[dN] = (z[dN] << d1) >> d1; in BN_GF2m_mod_arr()
363 z[dN] = 0; in BN_GF2m_mod_arr()
1043 if (!BN_GF2m_mod_sqr_arr(z, z, p, ctx)) in BN_GF2m_mod_solve_quad_arr()
1045 if (!BN_GF2m_mod_sqr_arr(z, z, p, ctx)) in BN_GF2m_mod_solve_quad_arr()
1047 if (!BN_GF2m_add(z, z, a)) in BN_GF2m_mod_solve_quad_arr()
1068 if (!BN_GF2m_mod_sqr_arr(z, z, p, ctx)) in BN_GF2m_mod_solve_quad_arr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMIntrRange.cpp77 unsigned x, y, z; in runNVVMIntrRange() member
81 MaxBlockSize.z = 64; in runNVVMIntrRange()
85 MaxGridSize.z = 0xffff; in runNVVMIntrRange()
104 Changed |= addRangeMetadata(0, MaxBlockSize.z, Call); in runNVVMIntrRange()
115 Changed |= addRangeMetadata(1, MaxBlockSize.z+1, Call); in runNVVMIntrRange()
126 Changed |= addRangeMetadata(0, MaxGridSize.z, Call); in runNVVMIntrRange()
137 Changed |= addRangeMetadata(1, MaxGridSize.z+1, Call); in runNVVMIntrRange()
/freebsd/contrib/unbound/services/
H A Dauthzone.h518 int auth_zone_write_file(struct auth_zone* z, const char* fname);
585 int auth_zone_set_zonefile(struct auth_zone* z, char* zonefile);
589 int auth_zone_set_fallback(struct auth_zone* z, char* fallbackstr);
637 int auth_zone_read_zonefile(struct auth_zone* z, struct config_file* cfg);
640 struct auth_rrset* auth_zone_get_soa_rrset(struct auth_zone* z);
643 int auth_zone_get_serial(struct auth_zone* z, uint32_t* serial);
646 int xfr_find_soa(struct auth_zone* z, struct auth_xfer* xfr);
663 struct auth_xfer* auth_xfer_create(struct auth_zones* az, struct auth_zone* z);
723 int auth_zone_generate_zonemd_hash(struct auth_zone* z, int scheme,
755 int auth_zone_generate_zonemd_check(struct auth_zone* z, int scheme,
[all …]
/freebsd/crypto/openssl/test/
H A Ddrbgtest.c810 EVP_RAND_CTX *x = NULL, *y = NULL, *z = NULL; in test_rand_prediction_resistance() local
823 || !TEST_ptr(z = new_drbg(y)) in test_rand_prediction_resistance()
834 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
838 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
845 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
849 || !TEST_int_gt(reseed_counter(z), zreseed)) in test_rand_prediction_resistance()
857 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
868 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
872 || !TEST_int_gt(reseed_counter(z), zreseed) in test_rand_prediction_resistance()
880 zreseed = reseed_counter(z); in test_rand_prediction_resistance()
[all …]
H A Dpkcs12_format_test.c390 static int test_single_key_enc_alg(int z) in test_single_key_enc_alg() argument
395 enc.nid = enc_nids_no_legacy[z]; in test_single_key_enc_alg()
397 enc.nid = enc_nids_all[z]; in test_single_key_enc_alg()
404 static int test_single_key_enc_pass(int z) in test_single_key_enc_pass() argument
409 enc.pass = passwords[z]; in test_single_key_enc_pass()
421 enc.iter = iters[z]; in test_single_key_enc_iter()
493 mac.nid = mac_nids[z]; in test_single_cert_mac_alg()
505 mac.pass = passwords[z]; in test_single_cert_mac_pass()
517 mac.iter = iters[z]; in test_single_cert_mac_iter()
654 enc.nid = enc_nids_no_legacy[z]; in test_single_secret_enc_alg()
[all …]
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_fpu.c78 double z = *q++; in stir() local
81 x = sin ((y = cos (x + y + .4)) - (z = cos (x + z + .6))); in stir()
88 mul3(double x, double y, double z) in mul3() argument
93 return x * y * z; in mul3()
/freebsd/lib/msun/ld128/
H A De_rem_pio2l.h61 long double z,w,t,r,fn; in __ieee754_rem_pio2l() local
117 z = u1.e; in __ieee754_rem_pio2l()
119 tx[i] = (double)((int32_t)(z)); in __ieee754_rem_pio2l()
120 z = (z-tx[i])*two24; in __ieee754_rem_pio2l()
122 tx[4] = z; in __ieee754_rem_pio2l()
/freebsd/sys/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt21 of the (x,y,z) triplets, such as different registers to read these coordinates,
29 screen and (z) being depth, the axis perpendicular to the screen.
33 and (z) depth to be negative under the screen and positive in front of it,
57 as the gravity vector is projected 1:1 onto the sensors (z)-axis.
64 ^ z: +g ^ z: > 0
85 ! ! x: +g <- z: +g -> x: -g
97 perpendicular to the North axis and positive towards the East and (z) is
142 ! ! ! z > 0
173 x' = mxx * x + myx * y + mzx * z
174 y' = mxy * x + myy * y + mzy * z
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify.h2212 ITTNOTIFY_VOID_D3(region_begin, d, x, y, z)
2217 #define __itt_region_begin(d, x, y, z)
2336 #define __itt_task_group(d, x, y, z) ITTNOTIFY_VOID_D3(task_group, d, x, y, z) argument
2339 #define __itt_task_group(d, x, y, z)
2435 #define __itt_task_begin(d, x, y, z) ITTNOTIFY_VOID_D3(task_begin, d, x, y, z) argument
2516 #define __itt_marker(d, x, y, z) ITTNOTIFY_VOID_D3(marker, d, x, y, z) argument
2585 #define __itt_metadata_add(d, x, y, z, a, b)
2658 #define __itt_metadata_str_add(d, x, y, z, a)
2880 ITTNOTIFY_VOID_D3(relation_add, d, x, y, z)
2885 #define __itt_relation_add(d, x, y, z)
[all …]
/freebsd/lib/msun/src/
H A De_jn.c54 double z, w; in jn() local
155 q0 = w; z = w+h; q1 = w*z - 1.0; k=1; in jn()
157 k += 1; z += h; in jn()
158 tmp = z*q1 - q0; in jn()
200 z = j0(x); in jn()
202 if (fabs(z) >= fabs(w)) in jn()
203 b = (t*z/b); in jn()
/freebsd/tools/tools/vop_table/
H A Dvop_table.pl171 for ($z = 0; $z < $#fsvnops; $z++) {
172 $fsvnops[$z] = "<td bgcolor=\"d0d0d0\">";
207 foreach $z (@fsvnops) {
208 $fs[$j]->{out} .= $z;
/freebsd/contrib/bearssl/src/int/
H A Di31_fmont.c41 uint64_t z; in br_i31_from_monty() local
43 z = (uint64_t)x[v + 1] + MUL31(f, m[v + 1]) + cc; in br_i31_from_monty()
44 cc = z >> 31; in br_i31_from_monty()
46 x[v] = (uint32_t)z & 0x7FFFFFFF; in br_i31_from_monty()
H A Di32_fmont.c41 uint64_t z; in br_i32_from_monty() local
43 z = (uint64_t)x[v + 1] + MUL(f, m[v + 1]) + cc; in br_i32_from_monty()
44 cc = z >> 32; in br_i32_from_monty()
46 x[v] = (uint32_t)z; in br_i32_from_monty()
H A Di15_fmont.c40 uint32_t z; in br_i15_from_monty() local
42 z = (uint32_t)x[v + 1] + MUL15(f, m[v + 1]) + cc; in br_i15_from_monty()
43 cc = z >> 15; in br_i15_from_monty()
45 x[v] = z & 0x7FFF; in br_i15_from_monty()
H A Di32_mulacc.c48 uint64_t z; in br_i32_mulacc() local
50 z = (uint64_t)d[1 + u + v] + MUL(f, a[1 + v]) + cc; in br_i32_mulacc()
51 cc = z >> 32; in br_i32_mulacc()
52 d[1 + u + v] = (uint32_t)z; in br_i32_mulacc()
/freebsd/contrib/gdtoa/
H A Ddmisc.c115 ULong si, z, zs; local
153 z = (*bx >> 16) - (zs & 0xffff) - borrow;
154 borrow = (z & 0x10000) >> 16;
155 Storeinc(bx, z, y);
194 z = (*bx >> 16) - (zs & 0xffff) - borrow;
195 borrow = (z & 0x10000) >> 16;
196 Storeinc(bx, z, y);
/freebsd/contrib/bearssl/src/rsa/
H A Drsa_i31_privexp.c62 uint32_t *p, *q, *k, *m, *z, *phi; in br_rsa_i31_compute_privexp() local
307 z = m + 3; in br_rsa_i31_compute_privexp()
308 br_i31_zero(z, k[0]); in br_rsa_i31_compute_privexp()
309 z[1] = u0 & 0x7FFFFFFF; in br_rsa_i31_compute_privexp()
310 z[2] = u0 >> 31; in br_rsa_i31_compute_privexp()
311 br_i31_mulacc(z, k, m); in br_rsa_i31_compute_privexp()
316 br_i31_encode(d, dlen, z); in br_rsa_i31_compute_privexp()
/freebsd/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h317 bool z; \
320 "=@ccz" (z), \
325 return z; \
331 bool z; \
339 return z; \
346 bool z; \
349 "=a" (z) \
353 return z; \
359 bool z; \
363 "=q" (z), \
[all …]
/freebsd/contrib/ntp/scripts/build/
H A DUpdatePoint119 crcp=z
134 crcp=z
146 crcp=z
154 crcp=z
209 crcp=z
275 z::*)
/freebsd/lib/msun/ld80/
H A De_rem_pio2l.h73 long double z,w,t,r,fn; in __ieee754_rem_pio2l() local
126 z = u1.e; in __ieee754_rem_pio2l()
128 tx[i] = (double)((int32_t)(z)); in __ieee754_rem_pio2l()
129 z = (z-tx[i])*two24; in __ieee754_rem_pio2l()
131 tx[2] = z; in __ieee754_rem_pio2l()
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-overo-common-peripherals.dtsi62 st,click-single-z;
65 st,click-thresh-z = <10>;
72 st,wakeup-z-lo;
73 st,wakeup-z-hi;
76 st,min-limit-z = <140>;
79 st,max-limit-z = <750>;

12345678910>>...74