Home
last modified time | relevance | path

Searched full:z1 (Results 1 – 25 of 115) sorted by relevance

12345

/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghash-c64xplus.pl33 ($Z0,$Z1,$Z2,$Z3, $H0, $H1, $H2, $H3,
83 || ZERO $Z1:$Z0
102 || LDDW *${xip}[1],$Z1:$Z0
114 || [B0] XOR $H1x,$Z1,$Z1
118 || [B0] SHRU $Z1,24,$xia ; Xi[15], avoid cross-path stall
119 STDW $Z1:$Z0,*${xip}[1]
120 || [B0] SHRU $Z1,16,$x0 ; Xi[14]
121 || [B0] ZERO $Z1:$Z0
126 STDW $Z1:$Z0,*${xip}[1]
128 || [B0] ZERO $Z1:$Z0
[all …]
H A Daesni-gcm-x86_64.pl83 $Z0,$Z1,$Z2,$Z3,$Xi) = map("%xmm$_",(0..8));
120 vpclmulqdq \$0x10,$Hkey,$Z3,$Z1
139 vpxor $Z1,$Z2,$Z2
140 vpclmulqdq \$0x00,$Hkey,$Ii,$Z1
143 vpxor $Z1,$T1,$Z0
163 vmovdqu 0x30-0x20($Xip),$Z1 # borrow $Z1 for $Hkey^3
168 vpclmulqdq \$0x00,$Z1,$Ii,$T1
171 vpclmulqdq \$0x10,$Z1,$Ii,$T2
174 vpclmulqdq \$0x01,$Z1,$Ii,$Hkey
176 vpclmulqdq \$0x11,$Z1,$Ii,$Z1
[all …]
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros109 bits64 z0, z1;
113 z1 = a1;
117 z1 = ( a0<<negCount ) | ( a1 != 0 );
122 z1 = a0 | ( a1 != 0 );
125 z1 = ( ( a0 | a1 ) != 0 );
129 *z1Ptr = z1;
147 bits64 z0, z1;
151 z1 = a1;
155 z1 = ( a0<<negCount ) | ( a1>>count );
159 z1 = ( count < 128 ) ? ( a0>>( count & 63 ) ) : 0;
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A DT.clv94 $awk -v x=123 -v y=abc -v z1=10.99 'BEGIN { print x, y, z1 }' >foo2
98 $awk -vx=123 -vy=abc -vz1=10.99 'BEGIN { print x, y, z1 }' >foo2
102 $awk -v x=123 -v y=abc -v z1=10.99 -- 'BEGIN { print x, y, z1 }' >foo2
105 echo 'BEGIN { print x, y, z1 }' >foo0
107 $awk -v x=123 -v y=abc -f foo0 -v z1=10.99 >foo2
110 echo 'BEGIN { print x, y, z1 }' >foo0
115 echo 'BEGIN { print x, y, z1 }' >foo0
117 $awk -f foo0 -v x=123 -v y=abc -v z1=10.99 >foo2
120 echo 'BEGIN { print x, y, z1 }' >foo0
125 echo 'BEGIN { print x, y, z1 }
[all …]
H A DT.gawk83 $awk '{ w = x = y = z = z1 = z2 = $0
88 gsub( /a/, "\\\\\&", z1); print " " z1
110 $awk '{ w = x = y = z = z1 = z2 = $0
115 sub( /a/, "\\\\\&", z1); print " " z1
/freebsd/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros72 bits32 z0, z1;
76 z1 = a1;
80 z1 = ( a0<<negCount ) | ( a1>>count );
84 z1 = ( count < 64 ) ? ( a0>>( count & 31 ) ) : 0;
87 *z1Ptr = z1;
108 bits32 z0, z1;
112 z1 = a1;
116 z1 = ( a0<<negCount ) | ( a1>>count ) | ( ( a1<<negCount ) != 0 );
121 z1 = a0 | ( a1 != 0 );
124 z1 = ( a0>>( count & 31 ) ) | ( ( ( a0<<negCount ) | a1 ) != 0 );
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/
H A Dzpool_split_vdevs.ksh47 # "z1" - raidz1
64 disks[z1]="z1 z2"
65 disks[z2]="z1 z2 z3"
66 disks[z3]="z1 z2 z3 z4"
77 z1) # raidz1
117 typeset -a badconfs=("d" "z1" "z2" "z3" "m d" "m3 d" "m z1" "m z2" "m z3")
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dresistive-adc-touch.yaml30 - description: z1 (optional)
43 - enum: [x, y, z1, z2]
44 - enum: [x, y, z1, z2]
45 - enum: [x, y, z1, z2]
46 - enum: [x, y, z1, z2]
84 io-channel-names = "x", "z1", "z2", "y";
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du4.h4 __m128i z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13, z14, variable
20 z1 = _mm_loadu_si128((__m128i *) (x + 4));
21 z6 = _mm_shuffle_epi32(z1, 0xaa);
22 z11 = _mm_shuffle_epi32(z1, 0xff);
23 z12 = _mm_shuffle_epi32(z1, 0x00);
24 z1 = _mm_shuffle_epi32(z1, 0x55);
36 orig1 = z1;
88 z1 = orig1;
113 y9 = z1;
149 z1 = _mm_xor_si128(z1, y1);
[all …]
H A Du8.h11 __m256i z1 = _mm256_set1_epi32(x[5]); variable
24 __m256i orig1 = z1;
88 z1 = orig1;
113 y9 = z1;
149 z1 = _mm256_xor_si256(z1, y1);
151 z1 = _mm256_xor_si256(z1, r1);
162 y5 = _mm256_add_epi32(y5, z1);
229 z1 = _mm256_xor_si256(z1, y1);
231 z1 = _mm256_xor_si256(z1, r1);
250 y2 = _mm256_add_epi32(y2, z1);
[all …]
/freebsd/contrib/bearssl/src/hash/
H A Dghash_ctmul64.c37 uint64_t z0, z1, z2, z3; in bmul64() local
48 z1 = (x0 * y1) ^ (x1 * y0) ^ (x2 * y3) ^ (x3 * y2); in bmul64()
52 z1 &= (uint64_t)0x2222222222222222; in bmul64()
55 return z0 | z1 | z2 | z3; in bmul64()
100 uint64_t z0, z1, z2, z0h, z1h, z2h; in br_ghash_ctmul64() local
122 z1 = bmul64(y1, h1); in br_ghash_ctmul64()
127 z2 ^= z0 ^ z1; in br_ghash_ctmul64()
135 v2 = z1 ^ z2h; in br_ghash_ctmul64()
/freebsd/usr.sbin/bsdinstall/partedit/
H A Ddiskmenu.c66 conf.key.f1_message="[\\Z1\\ZbC\\Znreate]: a new partition.\n" in diskmenu_show()
67 "[\\Z1\\ZbD\\Znelete]: selected partition(s).\n" in diskmenu_show()
68 "[\\Z1\\ZbM\\Znodify]: partition type or mountpoint.\n" in diskmenu_show()
69 "[\\Z1\\ZbR\\Znevert]: changes to disk setup.\n" in diskmenu_show()
70 "[\\Z1\\ZbA\\Znuto]: guided partitioning tool.\n" in diskmenu_show()
71 "[\\Z1\\ZbF\\Zninish]: will ask to apply changes."; in diskmenu_show()
/freebsd/crypto/openssl/crypto/des/
H A Dqud_cksm.c37 DES_LONG z0, z1, t0, t1; in DES_quad_cksum() local
49 z1 = Q_B0((*seed)[4]) | Q_B1((*seed)[5]) | Q_B2((*seed)[6]) | in DES_quad_cksum()
66 t1 = z1; in DES_quad_cksum()
70 z1 = ((t0 * ((t1 + NOISE) & 0xffffffffL)) & 0xffffffffL) % in DES_quad_cksum()
79 *lp++ = z1; in DES_quad_cksum()
/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dstrcmp-sve.S27 ldff1b z1.b, p1/z, [x1, x2]
34 cmpeq p2.b, p1/z, z0.b, z1.b /* compare strings */
42 lasta w1, p2, z1.b
50 cmpeq p2.b, p0/z, z0.b, z1.b /* compare strings, as above */
H A Dstrncmp-sve.S28 ldff1b z1.b, p0/z, [x1, x3]
38 cmpeq p1.b, p0/z, z0.b, z1.b /* compare strings */
46 lasta w1, p2, z1.b
52 2: cmpeq p2.b, p1/z, z0.b, z1.b /* compare strings, as above */
H A Dstrrchr-sve.S19 dup z1.b, w1 /* replicate byte across vector */
37 cmpeq p3.b, p1/z, z0.b, z1.b /* search for c; no eos */
49 cmpeq p3.b, p0/z, z0.b, z1.b /* search for c; no eos */
62 cmpeq p3.b, p3/z, z0.b, z1.b /* search for c not after eos */
H A Dmemcmp-sve.S27 ld1b z1.b, p0/z, [x1, x3]
34 cmpne p1.b, p0/z, z0.b, z1.b /* while no inequalities */
40 lasta w1, p1, z1.b
H A Dmemchr-sve.S20 dup z1.b, w1 /* duplicate c to a vector */
37 cmpeq p2.b, p1/z, z0.b, z1.b /* search for c */
49 2: cmpeq p2.b, p0/z, z0.b, z1.b
H A Dstrchr-sve.S26 dup z1.b, w1 /* replicate byte across vector */
39 cmpeq p2.b, p1/z, z0.b, z1.b /* search for c */
57 2: cmpeq p2.b, p0/z, z0.b, z1.b /* search for c */
/freebsd/lib/libc/iconv/
H A Dcitrus_csmapper.c189 struct zone z1, z2; in parse_line() local
194 z1.begin = _bcs_skip_ws_len(_region_head(r), &len); in parse_line()
197 z1.end = _bcs_skip_nonws_len(z1.begin, &len); in parse_line()
200 z2.begin = _bcs_skip_ws_len(z1.end, &len); in parse_line()
205 /* z1 : dst name, z2 : norm */ in parse_line()
207 "%.*s", (int)(z1.end-z1.begin), z1.begin); in parse_line()
/freebsd/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c74 z1 = x0 + x4, z2 = x1 + x7; z5 = z1 + z2; \
78 s5 = rotl64(z1 + z3 + x5, 40); z4 = x5 + x6; \
87 z1 = y0 + y1, z2 = y2 + y5; z6 = z1 + z2; \
90 z3 = y3 + y4, z5 = z1 + z3; \
102 z1 = s0 ^ s4, z5 = t0 ^ t1; \
103 r0 = (z1 ^ s1) + (z5 ^ t5); z8 = t6 ^ t7; \
104 r1 = (z1 ^ s7) + (t2 ^ z8); z3 = s2 ^ s3; \
124 uint64_t z1, z2, z3, z4, z5, z6, z7, z8; in Q512() local
/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistp224.c908 const felem x1, const felem y1, const felem z1, in point_add() argument
945 /* ftmp = z1^2 */ in point_add()
946 felem_square(tmp, z1); in point_add()
949 /* ftmp3 = z1^3 */ in point_add()
950 felem_mul(tmp, ftmp, z1); in point_add()
953 /* tmp = z1^3*y2 */ in point_add()
957 /* ftmp3 = z1^3*y2 - z2^3*y1 */ in point_add()
962 /* tmp = z1^2*x2 */ in point_add()
966 /* ftmp = z1^2*x2 - z2^2*x1 */ in point_add()
982 * The special case of either point being the point at infinity (z1 and/or in point_add()
[all …]
/freebsd/contrib/bearssl/src/ec/
H A Dec_p256_m62.c870 * u2 = x2 * z1^2 in p256_add()
872 * s2 = y2 * z1^3 in p256_add()
877 * z3 = h * z1 * z2 in p256_add()
891 * Compute u2 = x2*z1^2 (in t2) and s2 = y2*z1^3 (in t4). in p256_add()
934 * Compute z3 = h*z1*z2. in p256_add()
982 * u2 = x2 * z1^2 in p256_add_mixed()
984 * s2 = y2 * z1^3 in p256_add_mixed()
989 * z3 = h * z1 in p256_add_mixed()
1001 * Compute u2 = x2*z1^2 (in t2) and s2 = y2*z1^3 (in t4). in p256_add_mixed()
1044 * Compute z3 = h*z1*z2. in p256_add_mixed()
[all …]
H A Dec_p256_m64.c890 * u2 = x2 * z1^2 in p256_add()
892 * s2 = y2 * z1^3 in p256_add()
897 * z3 = h * z1 * z2 in p256_add()
911 * Compute u2 = x2*z1^2 (in t2) and s2 = y2*z1^3 (in t4). in p256_add()
954 * Compute z3 = h*z1*z2. in p256_add()
1002 * u2 = x2 * z1^2 in p256_add_mixed()
1004 * s2 = y2 * z1^3 in p256_add_mixed()
1009 * z3 = h * z1 in p256_add_mixed()
1021 * Compute u2 = x2*z1^2 (in t2) and s2 = y2*z1^3 (in t4). in p256_add_mixed()
1064 * Compute z3 = h*z1*z2. in p256_add_mixed()
[all …]
/freebsd/share/doc/papers/timecounter/
H A Dtmac.usenix732 .nr Z1 \\$1
742 \\!DZ \\n(Z1 \\n(Z2
750 \\!.z3 \\n(Z1 \\n(Z2 "\\$3" \\n(.o
756 .nr Z1 \\$1
764 \X'ps: import \\$3 0 0 1 1 \\n(Z1 \\n(Z2'

12345