Searched refs:z0 (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-12-stable/crypto/openssl/crypto/des/
H A Dqud_cksm.c30 DES_LONG z0, z1, t0, t1; local
40 z0 = Q_B0((*seed)[0]) | Q_B1((*seed)[1]) | Q_B2((*seed)[2]) |
57 t0 += z0;
61 z0 = ((((t0 * t0) & 0xffffffffL) + ((t1 * t1) & 0xffffffffL))
71 *lp++ = z0;
75 return z0;
/freebsd-12-stable/contrib/bearssl/src/hash/
H A Dghash_ctmul64.c37 uint64_t z0, z1, z2, z3; local
47 z0 = (x0 * y0) ^ (x1 * y3) ^ (x2 * y2) ^ (x3 * y1);
51 z0 &= (uint64_t)0x1111111111111111;
55 return z0 | z1 | z2 | z3;
100 uint64_t z0, z1, z2, z0h, z1h, z2h; local
121 z0 = bmul64(y0, h0);
127 z2 ^= z0 ^ z1;
133 v0 = z0;
H A Dghash_ctmul32.c53 uint32_t z0, z1, z2, z3; local
63 z0 = (x0 * y0) ^ (x1 * y3) ^ (x2 * y2) ^ (x3 * y1);
67 z0 &= (uint32_t)0x11111111;
71 return z0 | z1 | z2 | z3;
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_ctmul.c169 uint64_t z0, z1, z2, z3; local
180 z0 = MUL(x0, y0) ^ MUL(x1, y3) ^ MUL(x2, y2) ^ MUL(x3, y1);
184 z0 &= (uint64_t)0x1111111111111111;
188 z = z0 | z1 | z2 | z3;
/freebsd-12-stable/contrib/bearssl/src/symcipher/
H A Ddes_ct.c205 uint32_t x0, x1, x2, x3, x4, x5, z0; local
320 z0 = (y0 & (uint32_t)0x00000004) << 3;
321 z0 |= (y0 & (uint32_t)0x00004000) << 4;
322 z0 |= rotl(y0 & 0x12020120, 5);
323 z0 |= (y0 & (uint32_t)0x00100000) << 6;
324 z0 |= (y0 & (uint32_t)0x00008000) << 9;
325 z0 |= (y0 & (uint32_t)0x04000000) >> 22;
326 z0 |= (y0 & (uint32_t)0x00000001) << 11;
327 z0 |= rotl(y0 & 0x20000200, 12);
328 z0 |
[all...]
/freebsd-12-stable/contrib/amd/amd/
H A Dconf_tok.l114 ALPHANUM [A-Za-z0-9]
115 SYMBOL [A-Za-z0-9_-]
116 PATH [A-Za-z0-9_-/]
H A Dsun_map_tok.l146 WORD_REX [A-Za-z0-9_/&\.$=]+[A-Za-z0-9_/&\.$=-]*
/freebsd-12-stable/usr.sbin/route6d/misc/
H A Dchkrt34 $f[2] =~ /if\(\d:([a-z0-9]+)\)/;
36 $f[3] =~ /gw\(([a-z0-9:]+)\)/;
/freebsd-12-stable/contrib/binutils/binutils/
H A Darlex.l77 [A-Za-z0-9/\\$:.\-\_]+ {
H A Ddeflex.l66 (@)?[A-Za-z$:\-\_?][A-Za-z0-9/$:\-\_@?]* {
/freebsd-12-stable/contrib/elftoolchain/ar/
H A Dacplex.l72 [-_A-Za-z0-9/:$.\\]+ {
/freebsd-12-stable/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
15 z0 = _mm_loadu_si128((__m128i *) (x + 0));
16 z5 = _mm_shuffle_epi32(z0, 0x55);
17 z10 = _mm_shuffle_epi32(z0, 0xaa);
18 z15 = _mm_shuffle_epi32(z0, 0xff);
19 z0 = _mm_shuffle_epi32(z0, 0x00);
35 orig0 = z0;
94 z0 = orig0;
106 y4 = _mm_add_epi32(y4, z0);
[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);
[all...]
/freebsd-12-stable/contrib/binutils/gas/
H A Ditbl-lex.l38 ALNUM [A-Za-z0-9_]
/freebsd-12-stable/usr.bin/ar/
H A Dacplex.l72 [-_A-Za-z0-9/:$.\\]+ {
/freebsd-12-stable/usr.sbin/jail/
H A Djaillex.l87 <_,DQ>[A-Za-z0-9_!%&()\-.:<>?@\[\]^`|~]+ |
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dgather-docs80 $key =~ s/[^a-z0-9]+/ /g;
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dgather-docs80 $key =~ s/[^a-z0-9]+/ /g;
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Dsel-lex.l78 [A-Za-z][-A-Za-z0-9_]* {
/freebsd-12-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.l57 [A-Za-z][-A-Za-z0-9_]* {
/freebsd-12-stable/contrib/bmake/
H A Dmachine.sh29 unknown|*[!A-Za-z0-9_-]*)
/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Dec2_oct.c40 int ret = 0, z0; local
88 z0 = (BN_is_odd(z)) ? 1 : 0;
91 if (z0 != y_bit) {
/freebsd-12-stable/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-12-stable/tools/tools/vt/keymaps/
H A Dconvert-keymap.pl78 if $C =~ m/^([a-z][a-z0-9]*)$/; # key token

Completed in 278 milliseconds

123