Searched refs:v2 (Results 1 - 25 of 244) sorted by relevance

12345678910

/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/
H A Dshorthash_siphash_ref.h12 v2 += v3; \
14 v3 ^= v2; \
18 v2 += v1; \
20 v1 ^= v2; \
21 v2 = ROTL64(v2, 32); \
H A Dshorthash_siphashx24_ref.c11 uint64_t v2 = 0x6c7967656e657261ULL; local
22 v2 ^= k0;
61 v2 ^= 0xee;
66 b = v0 ^ v1 ^ v2 ^ v3;
73 b = v0 ^ v1 ^ v2 ^ v3;
H A Dshorthash_siphash24_ref.c12 uint64_t v2 = 0x6c7967656e657261ULL; local
23 v2 ^= k0;
62 v2 ^= 0xff;
67 b = v0 ^ v1 ^ v2 ^ v3;
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h49 // ASSERT_PRED_FORMAT2(pred_format, v1, v2)
61 // ASSERT_PRED2(pred, v1, v2)
65 // and the values v1, v2, ..., must support the << operator for
120 const T2& v2) {
121 if (pred(v1, v2)) return AssertionSuccess();
128 << e2 << " evaluates to " << ::testing::PrintToString(v2);
133 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure) \
134 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), on_failure)
138 #define GTEST_PRED2_(pred, v1, v2, on_failur
118 AssertPred2Helper(const char* pred_text, const char* e1, const char* e2, Pred pred, const T1& v1, const T2& v2) argument
155 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
194 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
236 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-current/contrib/llvm-project/clang/lib/Headers/
H A Dvelintrin_approx.h3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
14 __vr v2, v3, v4, v5; local
19 v2 = _vel_vfmuls_vvvl(v0, v3, l);
20 v4 = _vel_vfnmsbs_vvvvl(v0, v2, v1, l);
21 v2 = _vel_vfmads_vvvvl(v2, v5, v4, l);
22 v0 = _vel_vfnmsbs_vvvvl(v0, v2, v1, l);
23 v0 = _vel_vfmads_vvvvl(v2, v3, v0, l);
29 __vr v2, v3, v4, v5; local
34 v2
44 __vr v1, v2, v3, v4; local
59 __vr v1, v2; local
68 __vr v1, v2, v3; local
86 __vr v1, v2, v3; local
103 __vr v1, v2, v3; local
[all...]
/freebsd-current/usr.bin/lastcomm/tests/
H A DMakefile11 ${PACKAGE}FILES+= v2-amd64-acct.in
12 ${PACKAGE}FILES+= v2-amd64.out
13 ${PACKAGE}FILES+= v2-i386-acct.in
14 ${PACKAGE}FILES+= v2-i386.out
H A Dlegacy_test.sh25 cat $DIR/v1-$ARCH-acct.in $DIR/v2-$ARCH-acct.in >v1v2-$ARCH-acct.in
26 cat $DIR/v2-$ARCH.out $DIR/v1-$ARCH.out >v1v2-$ARCH.out
32 lastcomm -cesuS -f $DIR/v2-$ARCH-acct.in | check 3 $DIR/v2-$ARCH.out
33 lastcomm -cesuS -f - <$DIR/v2-$ARCH-acct.in | tail -r | check 4 $DIR/v2-$ARCH.out
/freebsd-current/tools/regression/include/stdatomic/
H A Dlogic.c58 T v2 = rndnum(); \
59 assert(atomic_##name(a, v2) == v1); \
65 T v2 = rndnum(); \
67 if (atomic_compare_exchange_##name(a, &v2, v3)) \
68 assert(v1 == v2); \
70 assert(atomic_compare_exchange_##name(a, &v2, v3)); \
86 DO_FETCH_TEST(T, a, exchange, v2); \
87 DO_FETCH_TEST(T, a, fetch_add, v1 + v2); \
88 DO_FETCH_TEST(T, a, fetch_and, v1 & v2); \
89 DO_FETCH_TEST(T, a, fetch_or, v1 | v2); \
[all...]
/freebsd-current/usr.sbin/sa/tests/
H A DMakefile17 ${PACKAGE}FILES+= v2-amd64-sav.in
18 ${PACKAGE}FILES+= v2-amd64-u.out
19 ${PACKAGE}FILES+= v2-amd64-usr.in
20 ${PACKAGE}FILES+= v2-i386-sav.in
21 ${PACKAGE}FILES+= v2-i386-u.out
22 ${PACKAGE}FILES+= v2-i386-usr.in
H A Dprime.sh27 $SANEW -u $LCDIR/v2-$ARCH-acct.in >v2-$ARCH-u.out
34 rm -f v2-$ARCH-sav.in v2-$ARCH-usr.in
35 $SANEW -s -P v2-$ARCH-sav.in -U v2-$ARCH-usr.in acct.in >/dev/null
/freebsd-current/tools/test/stress2/misc/
H A Dshm_open.sh44 v2=`vmstat -m | awk '/shmfd/{gsub("K", ""); print $3}'`
45 v2=$((v2 - v1))
46 [ $v2 -gt 10 ] && { echo "shmfd leaked ${v2}K"; s=1; } || s=0
H A Dmmap13.sh51 v2=`sysctl -n vm.stats.vm.v_user_wire_count`
52 [ $v2 -gt $((v1 + 500)) ] &&
53 echo "vm.stats.vm.v_user_wire_count changed from $v1 to $v2."
/freebsd-current/contrib/unbound/util/
H A Dsiphash.c62 v2 += v3; \
64 v3 ^= v2; \
68 v2 += v1; \
70 v1 ^= v2; \
71 v2 = ROTL(v2, 32); \
81 printf("(%3d) v2 %08x %08x\n", (int)inlen, (uint32_t)(v2 >> 32), \
82 (uint32_t)v2); \
95 uint64_t v2 local
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_verify/sodium/
H A Dverify.c39 volatile __m128i v1, v2, z; local
48 v2 = _mm_loadu_si128((const __m128i *) &y[0]);
49 z = _mm_xor_si128(v1, v2);
52 v2 = _mm_loadu_si128((const __m128i *) &y[i]);
53 z = _mm_or_si128(z, _mm_xor_si128(v1, v2));
56 v1 = zero; v2 = zero; z = zero;
/freebsd-current/crypto/openssl/crypto/siphash/
H A Dsiphash.c56 v2 += v3; \
58 v3 ^= v2; \
62 v2 += v1; \
64 v1 ^= v2; \
65 v2 = ROTL(v2, 32); \
130 ctx->v2 = 0x6c7967656e657261ULL ^ k0;
147 uint64_t v2 = ctx->v2; local
193 ctx->v2
204 uint64_t v2 = ctx->v2; local
[all...]
/freebsd-current/sys/crypto/openssl/aarch64/
H A Daes-gcm-armv8_64.S69 fmov v2.d[1], x9 //CTR block 2
86 aese v2.16b, v18.16b
87 aesmc v2.16b, v2.16b //AES block 2 - round 0
101 aese v2.16b, v19.16b
102 aesmc v2.16b, v2.16b //AES block 2 - round 1
131 aese v2.16b, v20.16b
132 aesmc v2.16b, v2
[all...]
H A Dghashv8-armx.S33 pmull2 v2.1q,v20.2d,v20.2d
36 ext v17.16b,v0.16b,v2.16b,#8 //Karatsuba post-processing
37 eor v18.16b,v0.16b,v2.16b
42 ins v2.d[0],v1.d[1]
48 eor v18.16b,v18.16b,v2.16b
58 pmull2 v2.1q,v20.2d, v22.2d
63 ext v16.16b,v0.16b,v2.16b,#8 //Karatsuba post-processing
65 eor v18.16b,v0.16b,v2.16b
74 ins v2.d[0],v1.d[1]
85 eor v18.16b,v18.16b,v2
[all...]
/freebsd-current/sys/contrib/device-tree/scripts/
H A Dmerge-new-release.sh27 if [ "${v}" = "v2.6.12-rc2-dts" ] ; then
34 v2.6.12*|v2.6.13-rc[123])
35 # Commits from v2.6.12-rc2..v2.6.13-rc3 lacked the date. So use the commit's
/freebsd-current/contrib/nvi/common/
H A Dutil.h45 #define NADD_SLONG(sp, v1, v2) \
47 ((v2) < 0 && \
48 NNFITS(LONG_MIN, (v1), (v2))) ? NUM_UNDER : NUM_OK : \
50 (v2) > 0 && \
51 NPFITS(LONG_MAX, (v1), (v2)) ? NUM_OK : NUM_OVER : \
53 #define NADD_USLONG(sp, v1, v2) \
54 (NPFITS(ULONG_MAX, (v1), (v2)) ? NUM_OK : NUM_OVER)
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_common.h167 #define assertEqualInt(v1,v2) \
168 assertion_equal_int(__FILE__, __LINE__, (v1), #v1, (v2), #v2, NULL)
169 #define assertEqualAddress(v1,v2) \
170 assertion_equal_address(__FILE__, __LINE__, (v1), #v1, (v2), #v2, NULL)
172 #define assertEqualString(v1,v2) \
173 assertion_equal_string(__FILE__, __LINE__, (v1), #v1, (v2), #v2, NULL, 0)
174 #define assertEqualUTF8String(v1,v2) \
[all...]
/freebsd-current/tests/sys/netgraph/
H A Dng_macfilter_test.sh134 local v1="$1" v2="$2" msg="$3"
136 if [ "$v1" = "$v2" ]; then
139 test_not_ok "$v1 vs $v2 $msg"
143 local v1="$1" v2="$2" msg="$3"
145 if [ "$v1" != "$v2" ]; then
148 test_not_ok "$v1 vs $v2 $msg"
152 local v1=$1 v2=$2 msg="$3"
154 if [ "$v1" -lt "$v2" ]; then
157 test_not_ok "$v1 >= $v2 $msg"
161 local v1=$1 v2
[all...]
/freebsd-current/contrib/bearssl/src/hash/
H A Dghash_ctmul64.c101 uint64_t v0, v1, v2, v3; local
135 v2 = z1 ^ z2h;
138 v3 = (v3 << 1) | (v2 >> 63);
139 v2 = (v2 << 1) | (v1 >> 63);
143 v2 ^= v0 ^ (v0 >> 1) ^ (v0 >> 2) ^ (v0 >> 7);
146 v2 ^= (v1 << 63) ^ (v1 << 62) ^ (v1 << 57);
148 y0 = v2;
/freebsd-current/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/
H A Db3_aarch64_sse2.S81 eor v0.16b, v2.16b, v0.16b
121 add v2.4s, v2.4s, v1.4s
123 add v2.4s, v2.4s, v5.4s
124 eor v3.16b, v2.16b, v3.16b
125 add v2.4s, v2.4s, v0.4s
132 add v2.4s, v2
[all...]
/freebsd-current/sys/dev/hyperv/utilities/
H A Dvmbus_icreg.h45 #define VMBUS_ICVER_LE(v1, v2) \
46 (VMBUS_ICVER_SWAP((v1)) <= VMBUS_ICVER_SWAP((v2)))
47 #define VMBUS_ICVER_GT(v1, v2) \
48 (VMBUS_ICVER_SWAP((v1)) > VMBUS_ICVER_SWAP((v2)))
/freebsd-current/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, \
32 G(v2, v6, v10, v14); \
36 G(v2, v7, v8, v13); \

Completed in 500 milliseconds

12345678910