Home
last modified time | relevance | path

Searched refs:z0 (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd-13.1/contrib/netbsd-tests/ipf/expected/
H A Dn181 > z0 ip #0 40(20) 6 1.1.1.1,1 > 3.3.3.3,30
2 > z0 ip #0 40(20) 6 1.1.1.1,2 > 3.3.3.3,31
3 > z0 ip #0 40(20) 6 1.1.1.1,3 > 3.3.3.3,32
4 > z0 ip #0 40(20) 6 1.1.1.1,4 > 3.3.3.3,33
5 > z0 ip #0 40(20) 6 1.1.1.1,1 > 3.3.3.3,34
6 > z0 ip #0 40(20) 6 1.1.1.1,2 > 3.3.3.3,35
7 > z0 ip #0 40(20) 6 1.1.1.1,3 > 3.3.3.3,36
8 > z0 ip #0 40(20) 6 1.1.1.1,4 > 3.3.3.3,37
38 > z0 ip #0 40(20) 6 1.1.1.1,1000 > 3.3.3.3,30
39 > z0 ip #0 40(20) 6 1.1.1.1,1001 > 3.3.3.3,31
[all …]
/freebsd-13.1/contrib/netbsd-tests/ipf/input/
H A Dn181 out on z0 tcp 2.2.2.2,22 3.3.3.3,30
2 out on z0 tcp 2.2.2.2,23 3.3.3.3,31
3 out on z0 tcp 2.2.2.2,24 3.3.3.3,32
4 out on z0 tcp 2.2.2.2,25 3.3.3.3,33
5 out on z0 tcp 2.2.2.2,26 3.3.3.3,34
6 out on z0 tcp 2.2.2.2,27 3.3.3.3,35
7 out on z0 tcp 2.2.2.2,28 3.3.3.3,36
8 out on z0 tcp 2.2.2.2,29 3.3.3.3,37
/freebsd-13.1/contrib/bearssl/src/symcipher/
H A Ddes_ct.c205 uint32_t x0, x1, x2, x3, x4, x5, z0; in Fconf() local
320 z0 = (y0 & (uint32_t)0x00000004) << 3; in Fconf()
321 z0 |= (y0 & (uint32_t)0x00004000) << 4; in Fconf()
322 z0 |= rotl(y0 & 0x12020120, 5); in Fconf()
323 z0 |= (y0 & (uint32_t)0x00100000) << 6; in Fconf()
324 z0 |= (y0 & (uint32_t)0x00008000) << 9; in Fconf()
327 z0 |= rotl(y0 & 0x20000200, 12); in Fconf()
332 z0 |= rotl(y0 & 0x40801800, 17); in Fconf()
336 z0 |= rotl(y0 & 0x88000008, 24); in Fconf()
337 z0 |= (y0 & (uint32_t)0x00000480) >> 7; in Fconf()
[all …]
H A Daes_ct.c45 uint32_t z0, z1, z2, z3, z4, z5, z6, z7, z8, z9; in br_aes_ct_bitslice_Sbox() local
141 z0 = t44 & y15; in br_aes_ct_bitslice_Sbox()
170 t53 = z0 ^ z3; in br_aes_ct_bitslice_Sbox()
/freebsd-13.1/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros78 z0 = a0;
86 z0 = 0;
89 *z0Ptr = z0;
114 z0 = a0;
130 z0 = 0;
133 *z0Ptr = z0;
174 z0 = a0;
204 *z0Ptr = z0;
433 add64( z0, more1, 0, z1, &z0, &z1 );
467 add64( z0, more1, 0, z1, &z0, &z1 );
[all …]
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros115 z0 = a0;
128 z0 = 0;
131 *z0Ptr = z0;
153 z0 = a0;
161 z0 = 0;
164 *z0Ptr = z0;
189 z0 = a0;
205 z0 = 0;
508 add128( z0, more1, 0, z1, &z0, &z1 );
542 add128( z0, more1, 0, z1, &z0, &z1 );
[all …]
/freebsd-13.1/crypto/openssl/crypto/des/
H A Dqud_cksm.c30 DES_LONG z0, z1, t0, t1; in DES_quad_cksum() local
40 z0 = Q_B0((*seed)[0]) | Q_B1((*seed)[1]) | Q_B2((*seed)[2]) | in DES_quad_cksum()
57 t0 += z0; in DES_quad_cksum()
61 z0 = ((((t0 * t0) & 0xffffffffL) + ((t1 * t1) & 0xffffffffL)) in DES_quad_cksum()
71 *lp++ = z0; in DES_quad_cksum()
75 return z0; in DES_quad_cksum()
/freebsd-13.1/contrib/bearssl/src/hash/
H A Dghash_ctmul64.c37 uint64_t z0, z1, z2, z3; in bmul64() local
47 z0 = (x0 * y0) ^ (x1 * y3) ^ (x2 * y2) ^ (x3 * y1); in bmul64()
51 z0 &= (uint64_t)0x1111111111111111; in bmul64()
55 return z0 | z1 | z2 | z3; in bmul64()
100 uint64_t z0, z1, z2, z0h, z1h, z2h; in br_ghash_ctmul64() local
121 z0 = bmul64(y0, h0); in br_ghash_ctmul64()
127 z2 ^= z0 ^ z1; in br_ghash_ctmul64()
133 v0 = z0; in br_ghash_ctmul64()
H A Dghash_pclmul.c220 __m128i z0, z1, z2, z3; \
223 z0 = _mm_shuffle_epi32(z1, 0x0E); \
225 SL_256(z0, z1, z2, z3); \
226 REDUCE_F128(z0, z1, z2, z3); \
227 PBK(z0, z1, dw, dx); \
H A Dghash_ctmul32.c53 uint32_t z0, z1, z2, z3; in bmul32() local
63 z0 = (x0 * y0) ^ (x1 * y3) ^ (x2 * y2) ^ (x3 * y1); in bmul32()
67 z0 &= (uint32_t)0x11111111; in bmul32()
71 return z0 | z1 | z2 | z3; in bmul32()
H A Dghash_ctmul.c169 uint64_t z0, z1, z2, z3; in bmul() local
180 z0 = MUL(x0, y0) ^ MUL(x1, y3) ^ MUL(x2, y2) ^ MUL(x3, y1); in bmul()
184 z0 &= (uint64_t)0x1111111111111111; in bmul()
188 z = z0 | z1 | z2 | z3; in bmul()
/freebsd-13.1/contrib/netbsd-tests/ipf/regress/
H A Dn181 map z0 0/0 -> 1.1.1.1/32 portmap tcp/udp 1:4 sequential
2 map z0 0/0 -> 1.1.1.1/32 portmap tcp/udp 1000:5000 sequential
3 map z0 0/0 -> 1.1.1.1/32 portmap tcp/udp 1000:50000 sequential
/freebsd-13.1/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du4.h16 z5 = _mm_shuffle_epi32(z0, 0x55);
17 z10 = _mm_shuffle_epi32(z0, 0xaa);
19 z0 = _mm_shuffle_epi32(z0, 0x00);
35 orig0 = z0;
94 z0 = orig0;
121 y8 = z0;
157 z0 = _mm_xor_si128(z0, y0);
159 z0 = _mm_xor_si128(z0, r0);
249 y2 = z0;
285 z0 = _mm_xor_si128(z0, y0);
[all …]
H A Du8.h6 __m256i z0 = _mm256_set1_epi32(x[0]); variable
23 __m256i orig0 = z0;
94 z0 = orig0;
106 y4 = _mm256_add_epi32(y4, z0);
121 y8 = z0;
157 z0 = _mm256_xor_si256(z0, y0);
159 z0 = _mm256_xor_si256(z0, r0);
226 y1 = _mm256_add_epi32(y1, z0);
249 y2 = z0;
285 z0 = _mm256_xor_si256(z0, y0);
[all …]
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dtroff19 0 regex/20l \^\\.[A-Za-z][A-Za-z0-9][\ \t] troff or preprocessor input text
21 0 regex/20l \^\\.[A-Za-z][A-Za-z0-9]$ troff or preprocessor input text
/freebsd-13.1/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l154 FILENAME [A-Za-z0-9.][A-Za-z0-9./_-]+
155 VARNAME [A-Za-z][A-Za-z0-9_-]+
/freebsd-13.1/crypto/openssl/crypto/ec/
H A Dec2_oct.c40 int ret = 0, z0; in ec_GF2m_simple_set_compressed_coordinates() local
88 z0 = (BN_is_odd(z)) ? 1 : 0; in ec_GF2m_simple_set_compressed_coordinates()
91 if (z0 != y_bit) { in ec_GF2m_simple_set_compressed_coordinates()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_scalar.c240 #define REC_PQR_DEFINE() v_t x0, y0, z0, xs0, ys0
243 #define REC_PQR_Z z0
/freebsd-13.1/sys/contrib/openzfs/etc/sudoers.d/
H A Dzfs9 # ALL ALL = (root) NOPASSWD: /usr/sbin/smartctl -a /dev/[hsv]d[a-z0-9]*
/freebsd-13.1/contrib/elftoolchain/ar/
H A Dacplex.l72 [-_A-Za-z0-9/:$.\\]+ {
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dkirkwood-rd88f6281-z0.dts17 …compatible = "marvell,rd88f6281-z0", "marvell,rd88f6281","marvell,kirkwood-88f6281", "marvell,kirk…
/freebsd-13.1/usr.bin/ar/
H A Dacplex.l72 [-_A-Za-z0-9/:$.\\]+ {
/freebsd-13.1/contrib/netbsd-tests/lib/libc/regex/data/
H A Dregress.in7 Char \([a-z0-9_]*\)\[.* b Char xyz[k Char xyz[k xyz
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/magnetometer/
H A Dak8975.txt23 "-0.173648177666930", /* z0 */
/freebsd-13.1/sys/contrib/device-tree/Bindings/thermal/
H A Damazon,al-thermal.txt19 thermal-z0 {

1234