Searched refs:v3 (Results 1 - 25 of 103) sorted by relevance

12345

/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/
H A Dshorthash_siphash_ref.h12 v2 += v3; \
13 v3 = ROTL64(v3, 16); \
14 v3 ^= v2; \
15 v0 += v3; \
16 v3 = ROTL64(v3, 21); \
17 v3 ^= v0; \
H A Dshorthash_siphashx24_ref.c12 uint64_t v3 = 0x7465646279746573ULL; local
21 v3 ^= k1;
27 v3 ^= m;
57 v3 ^= b;
66 b = v0 ^ v1 ^ v2 ^ v3;
73 b = v0 ^ v1 ^ v2 ^ v3;
H A Dshorthash_siphash24_ref.c13 uint64_t v3 = 0x7465646279746573ULL; local
22 v3 ^= k1;
28 v3 ^= m;
58 v3 ^= b;
67 b = v0 ^ v1 ^ v2 ^ v3;
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h184 const T3& v3) {
185 if (pred(v1, v2, v3)) return AssertionSuccess();
193 << "\n" << e3 << " evaluates to " << v3;
198 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\
199 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3), \
204 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\
208 #v3, \
212 v3), on_failure)
215 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \
177 AssertPred3Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, Pred pred, const T1& v1, const T2& v2, const T3& v3) argument
233 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
296 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/freebsd-12-stable/crypto/openssl/crypto/siphash/
H A Dsiphash_local.h17 uint64_t v3; member in struct:siphash_st
H A Dsiphash.c61 v2 += v3; \
62 v3 = ROTL(v3, 16); \
63 v3 ^= v2; \
64 v0 += v3; \
65 v3 = ROTL(v3, 21); \
66 v3 ^= v0; \
136 ctx->v3 = 0x7465646279746573ULL ^ k1;
153 uint64_t v3 local
210 uint64_t v3 = ctx->v3; local
[all...]
/freebsd-12-stable/contrib/tcpdump/
H A Dnfs.h132 #define NFSX_FH(v3) ((v3) ? (NFSX_V3FHMAX + NFSX_UNSIGNED) : \
134 #define NFSX_SRVFH(v3) ((v3) ? NFSX_V3FH : NFSX_V2FH)
135 #define NFSX_FATTR(v3) ((v3) ? NFSX_V3FATTR : NFSX_V2FATTR)
136 #define NFSX_PREOPATTR(v3) ((v3) ? (7 * NFSX_UNSIGNED) : 0)
137 #define NFSX_POSTOPATTR(v3) ((v3)
[all...]
H A Dprint-nfs.c450 register const uint32_t *dp, int v3)
454 if (v3) {
511 register const uint32_t *dp, int v3)
513 dp = parsefh(ndo, dp, v3);
528 int v3; local
540 v3 = (EXTRACT_32BITS(&rp->rm_call.cb_vers) == NFS_VER3);
543 if (!v3 && proc < NFS_NPROCS)
556 parsefh(ndo, dp, v3) != NULL)
566 parsefhn(ndo, dp, v3) != NULL)
572 (dp = parsefh(ndo, dp, v3)) !
449 parsefh(netdissect_options *ndo, register const uint32_t *dp, int v3) argument
510 parsefhn(netdissect_options *ndo, register const uint32_t *dp, int v3) argument
1048 parsefattr(netdissect_options *ndo, const uint32_t *dp, int verbose, int v3) argument
1117 parseattrstat(netdissect_options *ndo, const uint32_t *dp, int verbose, int v3) argument
1150 parselinkres(netdissect_options *ndo, const uint32_t *dp, int v3) argument
1167 parsestatfs(netdissect_options *ndo, const uint32_t *dp, int v3) argument
1451 register int v3; local
[all...]
/freebsd-12-stable/sys/nfs/
H A Dnfsproto.h177 #define NFSX_FH(v3) ((v3) ? (NFSX_V3FHMAX + NFSX_UNSIGNED) : \
179 #define NFSX_SRVFH(v3) ((v3) ? NFSX_V3FH : NFSX_V2FH)
180 #define NFSX_FATTR(v3) ((v3) ? NFSX_V3FATTR : NFSX_V2FATTR)
181 #define NFSX_PREOPATTR(v3) ((v3) ? (7 * NFSX_UNSIGNED) : 0)
182 #define NFSX_POSTOPATTR(v3) ((v3)
[all...]
H A Dnfs_fha.h95 int (*get_fh)(uint64_t *fh, int v3, struct mbuf **md, caddr_t *dpos);
98 int (*get_offset)(struct mbuf **md, caddr_t *dpos, int v3, struct
/freebsd-12-stable/sys/nfsclient/
H A Dnfsm_subs.h62 int nfsm_fhtom_xx(struct vnode *v, int v3, struct mbuf **mb,
78 #define nfsm_fhtom(v, v3) \
81 t1 = nfsm_fhtom_xx((v), (v3), &mb, &bpos); \
123 int nfsm_mtofh_xx(struct vnode *d, struct vnode **v, int v3, int *f,
125 int nfsm_getfh_xx(nfsfh_t **f, int *s, int v3, struct mbuf **md,
134 #define nfsm_mtofh(d, v, v3, f) \
137 t1 = nfsm_mtofh_xx((d), &(v), (v3), &(f), &md, &dpos); \
141 #define nfsm_getfh(f, s, v3) \
144 t1 = nfsm_getfh_xx(&(f), &(s), (v3), &md, &dpos); \
/freebsd-12-stable/contrib/gdb/gdb/
H A Dgdb_indent.sh50 v3=`echo "${version}" | sed 's/^.* \([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)$/\3/'`
52 if test $m1 -ne $v1 -o $m2 -ne $v2 -o $m3 -gt $v3
58 if test $m3 -ne $v3
/freebsd-12-stable/contrib/apr-util/crypto/
H A Dapr_siphash.c51 v2 += v3; v3=ROTL64(v3,16); v3 ^= v2; \
52 v0 += v3; v3=ROTL64(v3,21); v3 ^= v0; \
59 apr_uint64_t v0, v1, v2, v3, m; \
65 v3
[all...]
/freebsd-12-stable/contrib/bearssl/mk/
H A DmkT0.cmd10 if exist "%SystemRoot%\Microsoft.NET\Framework\v3.5\csc.exe" (
11 set CSC="%SystemRoot%\Microsoft.NET\Framework\v3.5\csc.exe"
18 if exist "%SystemRoot%\Microsoft.NET\Framework64\v3.5\csc.exe" (
19 set CSC="%SystemRoot%\Microsoft.NET\Framework64\v3.5\csc.exe"
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblamka-round-ref.h27 #define BLAKE2_ROUND_NOMSG(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, \
33 G(v3, v7, v11, v15); \
37 G(v3, v4, v9, v14); \
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Dxxhash.c242 U32 v3 = seed + 0; local
249 v3 += XXH_get32bits(p) * PRIME32_2; v3 = XXH_rotl32(v3, 13); v3 *= PRIME32_1; p+=4;
253 h32 = XXH_rotl32(v1, 1) + XXH_rotl32(v2, 7) + XXH_rotl32(v3, 12) + XXH_rotl32(v4, 18);
323 U32 v3; member in struct:XXH_state32_t
345 state->v3 = seed + 0;
387 state->v3 += XXH_readLE32(p32, endian) * PRIME32_2; state->v3
399 U32 v3 = state->v3; local
[all...]
/freebsd-12-stable/secure/lib/libcrypto/aarch64/
H A Daesv8-armx.S37 ld1 {v3.16b},[x0],#16
47 tbl v6.16b,{v3.16b},v2.16b
48 ext v5.16b,v0.16b,v3.16b,#12
49 st1 {v3.4s},[x2],#16
53 eor v3.16b,v3.16b,v5.16b
55 eor v3.16b,v3.16b,v5.16b
58 eor v3.16b,v3
[all...]
H A Dghashv8-armx.S14 ext v3.16b,v17.16b,v17.16b,#8
18 ushr v18.2d,v3.2d,#63
21 shl v3.2d,v3.2d,#1
24 orr v3.16b,v3.16b,v18.16b //H<<<=1
25 eor v20.16b,v3.16b,v16.16b //twisted H
108 ext v3.16b,v17.16b,v17.16b,#8
110 pmull v0.1q,v20.1d,v3.1d //H.lo��Xi.lo
111 eor v17.16b,v17.16b,v3
[all...]
H A Dvpaes-armv8.S150 tbl v0.16b, {v24.16b}, v3.16b // vpshufb %xmm3, %xmm12, %xmm0 # 0 = sb1t
154 tbl v2.16b, {v26.16b}, v3.16b // vpshufb %xmm3, %xmm14, %xmm2 # 2 = sb2t
156 tbl v3.16b, {v0.16b}, v1.16b // vpshufb %xmm1, %xmm0, %xmm3 # 0 = B
159 eor v3.16b, v3.16b, v2.16b // vpxor %xmm2, %xmm3, %xmm3 # 0 = 2A+B
160 tbl v4.16b, {v3.16b}, v1.16b // vpshufb %xmm1, %xmm3, %xmm4 # 0 = 2B+C
161 eor v0.16b, v0.16b, v3.16b // vpxor %xmm3, %xmm0, %xmm0 # 3 = 2A+B+D
172 tbl v3.16b, {v18.16b}, v0.16b // vpshufb %xmm0, %xmm10, %xmm3 # 3 = 1/i
174 eor v3.16b, v3
[all...]
/freebsd-12-stable/contrib/bearssl/src/hash/
H A Dghash_ctmul64.c101 uint64_t v0, v1, v2, v3; local
136 v3 = z1h;
138 v3 = (v3 << 1) | (v2 >> 63);
145 v3 ^= v1 ^ (v1 >> 1) ^ (v1 >> 2) ^ (v1 >> 7);
149 y1 = v3;
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl209 tbl v0.16b, {$sb1u}, v3.16b // vpshufb %xmm3, %xmm12, %xmm0 # 0 = sb1t
213 tbl v2.16b, {$sb2u}, v3.16b // vpshufb %xmm3, %xmm14, %xmm2 # 2 = sb2t
215 tbl v3.16b, {v0.16b}, v1.16b // vpshufb %xmm1, %xmm0, %xmm3 # 0 = B
218 eor v3.16b, v3.16b, v2.16b // vpxor %xmm2, %xmm3, %xmm3 # 0 = 2A+B
219 tbl v4.16b, {v3.16b}, v1.16b // vpshufb %xmm1, %xmm3, %xmm4 # 0 = 2B+C
220 eor v0.16b, v0.16b, v3.16b // vpxor %xmm3, %xmm0, %xmm0 # 3 = 2A+B+D
231 tbl v3.16b, {$invlo}, v0.16b // vpshufb %xmm0, %xmm10, %xmm3 # 3 = 1/i
233 eor v3.16b, v3
[all...]
/freebsd-12-stable/sys/nfsserver/
H A Dnfsm_subs.h72 int nfsm_srvmtofh_xx(fhandle_t *f, int v3, struct mbuf **md, caddr_t *dpos);
153 void nfsm_srvfhtom_xx(fhandle_t *f, int v3, struct mbuf **mb,
159 #define nfsm_srvfhtom(f, v3) \
160 nfsm_srvfhtom_xx((f), (v3), &mb, &bpos)
/freebsd-12-stable/tools/regression/include/stdatomic/
H A Dlogic.c68 T v3 = rndnum(); \
69 if (atomic_compare_exchange_##name(a, &v2, v3)) \
72 assert(atomic_compare_exchange_##name(a, &v2, v3)); \
73 assert(atomic_load(a) == v3); \
/freebsd-12-stable/sys/contrib/zstd/lib/common/
H A Dxxhash.c362 U32 v3 = seed + 0; local
368 v3 = XXH32_round(v3, XXH_get32bits(p)); p+=4;
372 h32 = XXH_rotl32(v1, 1) + XXH_rotl32(v2, 7) + XXH_rotl32(v3, 12) + XXH_rotl32(v4, 18);
462 U64 v3 = seed + 0; local
468 v3 = XXH64_round(v3, XXH_get64bits(p)); p+=8;
472 h64 = XXH_rotl64(v1, 1) + XXH_rotl64(v2, 7) + XXH_rotl64(v3, 12) + XXH_rotl64(v4, 18);
475 h64 = XXH64_mergeRound(h64, v3);
573 state.v3
627 U32 v3 = state->v3; local
744 U64 v3 = state->v3; local
789 U64 const v3 = state->v3; local
[all...]
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc893 bool PredFunction3(T1 v1, T2 v2, T3 v3) { argument
894 return v1 + v2 + v3 > 0;
900 bool PredFunction3Int(int v1, int v2, int v3) { argument
901 return v1 + v2 + v3 > 0;
903 bool PredFunction3Bool(Bool v1, Bool v2, Bool v3) { argument
904 return v1 + v2 + v3 > 0;
912 const T3& v3) {
913 return v1 + v2 + v3 > 0;
924 const T3& v3) {
925 if (PredFunction3(v1, v2, v3))
910 operator ()(const T1& v1, const T2& v2, const T3& v3) argument
919 PredFormatFunction3(const char* e1, const char* e2, const char* e3, const T1& v1, const T2& v2, const T3& v3) argument
1364 PredFunction4(T1 v1, T2 v2, T3 v3, T4 v4) argument
1371 PredFunction4Int(int v1, int v2, int v3, int v4) argument
1374 PredFunction4Bool(Bool v1, Bool v2, Bool v3, Bool v4) argument
1381 operator ()(const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
1391 PredFormatFunction4(const char* e1, const char* e2, const char* e3, const char* e4, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
1411 operator ()(const char* e1, const char* e2, const char* e3, const char* e4, const T1& v1, const T2& v2, const T3& v3, const T4& v4) const argument
1877 PredFunction5(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) argument
1884 PredFunction5Int(int v1, int v2, int v3, int v4, int v5) argument
1887 PredFunction5Bool(Bool v1, Bool v2, Bool v3, Bool v4, Bool v5) argument
1894 operator ()(const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
1905 PredFormatFunction5(const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
1927 operator ()(const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) const argument
[all...]

Completed in 260 milliseconds

12345