Searched refs:c4 (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-current/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher_superscalar4.c94 uint64_t a4, b4, c4, d4; local
110 c4 = ctx->superscalar[2].v[3];
125 c4 += b4;
129 d4 += c4;
146 ctx->superscalar[2].v[3] = c4;
159 uint64_t a4, b4, c4, d4; local
175 c4 = ctx->superscalar[2].v[3];
190 c4 += b4;
194 d4 += c4;
211 ctx->superscalar[2].v[3] = c4;
[all...]
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsv_expm1f_inline.h18 float32_t c2, c4, ln2_hi, ln2_lo; member in struct:sv_expm1f_data
26 .c3 = 0x1.12287cp-7, .c4 = 0x1.6b55a2p-10, \
H A Dsv_tanf_3u5.c16 float c0, c2, c4, range_val, shift; member in struct:data
32 .c4 = 0x1.4ef4cep-8, .c5 = 0x1.0e1e74p-7,
89 svfloat32_t p45 = svmla_lane (sv_f32 (d->c4), z2, odd_coeffs, 2);
H A Dsv_expm1f_1u6.c19 float c2, c4, ln2_hi, ln2_lo; member in struct:data
25 .c4 = 0x1.6b55a2p-10,
/freebsd-current/contrib/bearssl/src/kdf/
H A Dshake.c69 uint64_t c0, c1, c2, c3, c4, bnn; local
187 c4 = A[24] ^ kt;
192 A[24] = c4;
203 c4 = A[22] ^ kt;
208 A[22] = c4;
219 c4 = A[20] ^ kt;
224 A[20] = c4;
235 c4 = A[23] ^ kt;
240 A[23] = c4;
251 c4
[all...]
/freebsd-current/contrib/arm-optimized-routines/math/
H A Dsincosf.h23 double c0, c1, c2, c3, c4; /* Cosine polynomial. */ member in struct:__anon19
51 c2 = p->c3 + x2 * p->c4;
90 c2 = p->c3 + x2 * p->c4;
/freebsd-current/tools/test/stress2/misc/
H A Dsnap5.sh49 r=`head -c4 /dev/random | od -N2 -tu4 | sed -ne '1s/ *$//;1s/.* //p'`
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
H A Dprojecttree_002_pos.ksh82 log_must touch $PRJDIR/a1/a2/a3/c4
98 log_must eval "zfs project $PRJDIR/a1/a2/a3/c4 | grep $PRJID2"
102 log_must eval "zfs project $PRJDIR/a1/a2/a3/c4 | grep $PRJID2 | grep -v not"
103 log_must zfs project -p 123 $PRJDIR/a1/a2/a3/c4
105 log_mustnot eval "zfs project -cr -p 123 $PRJDIR/a1/a2 | grep c4 | grep -v not"
/freebsd-current/secure/lib/libcrypt/
H A Dcrypt-blowfish.c101 u_int8_t c1, c2, c3, c4; local
122 c4 = CHAR64(*(p + 3));
123 if (c4 == 255)
125 *bp++ = ((c3 & 0x03) << 6) | c4;
/freebsd-current/contrib/libucl/src/
H A Ducl_hash.c130 unsigned char c1, c2, c3, c4, c5, c6, c7, c8; member in struct:__anon1173::__anon1174
140 u.c.c1 = s[i], u.c.c2 = s[i + 1], u.c.c3 = s[i + 2], u.c.c4 = s[i + 3];
145 u.c.c4 = lc_map[u.c.c4];
165 u.c.c4 = lc_map[(unsigned char)s[i++]];
188 unsigned char c1, c2, c3, c4; local
198 c1 = s[i], c2 = s[i + 1], c3 = s[i + 2], c4 = s[i + 3];
202 cmp1.c[3] = lc_map[c4];
204 c1 = d[i], c2 = d[i + 1], c3 = d[i + 2], c4 = d[i + 3];
208 cmp2.c[3] = lc_map[c4];
551 unsigned char c1, c2, c3, c4; local
[all...]
/freebsd-current/crypto/heimdal/lib/wind/
H A Dutf8.c71 const unsigned c4 = *++p; local
72 if ((c4 & 0xC0) == 0x80) {
76 | (c4 & 0x3F);
/freebsd-current/usr.bin/dtc/
H A Ddtc.cc359 clock_t c4 = clock(); local
374 ((double)(c4-c3))/CLOCKS_PER_SEC);
376 ((double)(c4-c0))/CLOCKS_PER_SEC);
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h136 const uint32_t c4 = 0xa1e38b93; local
159 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
164 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
183 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
189 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
/freebsd-current/contrib/sendmail/src/
H A Dmime.c1101 int c1, c2, c3, c4; local
1126 c4 = sm_io_getc(e->e_dfp, SM_TIME_DEFAULT);
1127 } while (SM_ISSPACE(c4));
1128 if (c4 == SM_IO_EOF)
1167 if (c4 == '=')
1169 c4 = CHAR64(c4);
1170 *fbufp = ((c3 & 0x03) << 6) | c4;
/freebsd-current/crypto/openssl/crypto/chacha/asm/
H A Dchacha-s390x.pl731 $a4,$b4,$c4,$d4, $a5,$b5,$c5,$d5)=map("%v$_",(0..23));
795 vlr ($c4,@K[2]);
807 $c0,$c1,$c2,$c3,$c4,$c5,
813 $c0,$c1,$c2,$c3,$c4,$c5,
933 vaf ($c4,$c4,@K[2]);
940 vperm ($c0,$c4,$c4,$beperm);
/freebsd-current/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c181 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7
192 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \
193 c7,c0,c1,c2,c3,c4,c5,c6, \
194 c6,c7,c0,c1,c2,c3,c4,c5, \
195 c5,c6,c7,c0,c1,c2,c3,c4, \
196 c4,c5,c6,c7,c0,c1,c2,c3, \
197 c3,c4,c5,c6,c7,c0,c1,c2, \
198 c2,c3,c4,c
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h304 typedef char c4 __attribute__((ext_vector_type(4))); typedef
305 c4 rv = __nvvm_ldg_c4(reinterpret_cast<const c4 *>(ptr));
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp1766 uint8_t c4 = frm_nxt[3];
1767 if ((c4 & 0xC0) != 0x80)
1771 if ((((c1 & 7UL) << 18) + ((c2 & 0x3FUL) << 12) + ((c3 & 0x3FUL) << 6) + (c4 & 0x3F)) > Maxcode)
1775 *++to_nxt = static_cast<uint16_t>(0xDC00 | ((c3 & 0x0F) << 6) | (c4 & 0x3F));
1872 uint8_t c4 = frm_nxt[3];
1873 if ((c4 & 0xC0) != 0x80)
1877 if ((((c1 & 7UL) << 18) + ((c2 & 0x3FUL) << 12) + ((c3 & 0x3FUL) << 6) + (c4 & 0x3F)) > Maxcode)
1881 *++to_nxt = static_cast<uint32_t>(0xDC00 | ((c3 & 0x0F) << 6) | (c4 & 0x3F));
1945 uint8_t c4 = frm_nxt[3]; local
1960 if ((c3 & 0xC0) != 0x80 || (c4
2180 uint8_t c4 = frm_nxt[3]; local
[all...]
/freebsd-current/sys/arm/include/
H A Dsysreg.h156 #define CP15_PAR(rr) p15, 0, rr, c7, c4, 0 /* Physical Address Register */
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S926 c4 = r1 // Predicate register define
/freebsd-current/contrib/openbsm/config/
H A Dconfig.guess716 echo c4-convex-bsd
1357 c4*)
1358 echo c4-convex-bsd
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1103 int64_t c4 = 2097151 & (load_4(c + 10) >> 4); local
1165 s4 = c4 + a0 * b4 + a1 * b3 + a2 * b2 + a3 * b1 + a4 * b0;
/freebsd-current/contrib/dialog/
H A Dconfig.guess810 echo c4-convex-bsd
/freebsd-current/crypto/heimdal/
H A Dconfig.guess747 echo c4-convex-bsd
1449 c4*)
1450 echo c4-convex-bsd
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess769 echo c4-convex-bsd

Completed in 281 milliseconds

12