Home
last modified time | relevance | path

Searched defs:v2 (Results 1 – 25 of 131) sorted by relevance

123456

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h120 const T2& v2) { in AssertPred2Helper()
143 #define EXPECT_PRED_FORMAT2(pred_format, v1, v2) \ argument
145 #define EXPECT_PRED2(pred, v1, v2) \ argument
147 #define ASSERT_PRED_FORMAT2(pred_format, v1, v2) \ argument
149 #define ASSERT_PRED2(pred, v1, v2) \ argument
184 #define EXPECT_PRED3(pred, v1, v2, v3) \ argument
188 #define ASSERT_PRED3(pred, v1, v2, v3) \ argument
225 #define EXPECT_PRED4(pred, v1, v2, v3, v4) \ argument
229 #define ASSERT_PRED4(pred, v1, v2, v3, v4) \ argument
270 #define EXPECT_PRED5(pred, v1, v2, v3, v4, v5) \ argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvelintrin_approx.h14 __vr v2, v3, v4, v5; in _vel_approx_vfdivs_vvvl() local
29 __vr v2, v3, v4, v5; in _vel_approx_pvfdiv_vvvl() local
44 __vr v1, v2, v3, v4; in _vel_approx_vfdivs_vsvl() local
59 __vr v1, v2; in _vel_approx_vfdivs_vvsl() local
68 __vr v1, v2, v3; in _vel_approx_vfdivd_vsvl() local
86 __vr v1, v2, v3; in _vel_approx_vfsqrtd_vvl() local
103 __vr v1, v2, v3; in _vel_approx_vfsqrts_vvl() local
/freebsd/contrib/atf/atf-c/
H A Dmacros_test.c118 #define H_CHECK_EQ(id, v1, v2) \ argument
123 #define H_CHECK_STREQ(id, v1, v2) \ argument
128 #define H_CHECK_MATCH(id, v1, v2) \ argument
135 #define H_CHECK_EQ_MSG(id, v1, v2, msg) \ argument
142 #define H_CHECK_STREQ_MSG(id, v1, v2, msg) \ argument
169 #define H_REQUIRE_EQ(id, v1, v2) \ argument
174 #define H_REQUIRE_STREQ(id, v1, v2) \ argument
179 #define H_REQUIRE_MATCH(id, v1, v2) \ argument
186 #define H_REQUIRE_EQ_MSG(id, v1, v2, msg) \ argument
386 const char *v2; member
[all …]
/freebsd/contrib/libarchive/test_utils/
H A Dtest_common.h167 #define assertEqualInt(v1,v2) \ argument
169 #define assertEqualAddress(v1,v2) \ argument
172 #define assertEqualString(v1,v2) \ argument
174 #define assertEqualUTF8String(v1,v2) \ argument
177 #define assertEqualWString(v1,v2) \ argument
180 #define assertEqualMem(v1, v2, l) \ argument
441 #define assertEqualIntA(a,v1,v2) \ argument
443 #define assertEqualStringA(a,v1,v2) \ argument
/freebsd/contrib/xz/src/liblzma/check/
H A Dcrc_x86_clmul.h132 __m128i v2, v3; in crc_simd_body() local
267 __m128i v0, v1, v2; in crc32_arch_optimized() local
355 __m128i v0, v1, v2; in crc64_arch_optimized() local
/freebsd/contrib/bearssl/src/int/
H A Di62_modpow2.c35 #define FMA1(hi, lo, x, y, v1, v2) do { \ argument
51 #define FMA2(hi, lo, x1, y1, x2, y2, v1, v2) do { \ argument
64 #define FMA1(hi, lo, x, y, v1, v2) do { \ argument
80 #define FMA2(hi, lo, x1, y1, x2, y2, v1, v2) do { \ argument
/freebsd/crypto/openssl/crypto/siphash/
H A Dsiphash.c147 uint64_t v2 = ctx->v2; in SipHash_Update() local
204 uint64_t v2 = ctx->v2; in SipHash_Final() local
/freebsd/sys/sys/
H A Dktr.h148 #define KTR_EVENT3(m, egroup, ident, etype, edat, a0, v0, a1, v1, a2, v2)\ argument
152 a0, v0, a1, v1, a2, v2, a3, v3) \ argument
165 #define KTR_STATE3(m, egroup, ident, state, a0, v0, a1, v1, a2, v2) \ argument
168 #define KTR_STATE4(m, egroup, ident, state, a0, v0, a1, v1, a2, v2, a3, v3)\ argument
182 #define KTR_COUNTER3(m, egroup, ident, counter, a0, v0, a1, v1, a2, v2) \ argument
198 #define KTR_POINT3(m, egroup, ident, point, a0, v0, a1, v1, a2, v2) \ argument
201 #define KTR_POINT4(m, egroup, ident, point, a0, v0, a1, v1, a2, v2, a3, v3)\ argument
221 #define KTR_START3(m, egroup, ident, key, a0, v0, a1, v1, a2, v2)\ argument
225 a0, v0, a1, v1, a2, v2, a3, v3) \ argument
241 #define KTR_STOP3(m, egroup, ident, key, a0, v0, a1, v1, a2, v2)\ argument
[all …]
/freebsd/usr.bin/gprof/
H A Dprintgprof.c71 timecmp(const void *v1, const void *v2) in timecmp()
263 totalcmp(const void *v1, const void *v2) in totalcmp()
687 namecmp(const void *v1, const void *v2) in namecmp()
/freebsd/sys/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py40 v2 = "" variable
43 v2 = v2 + \ variable
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc451 bool PredFunction2(T1 v1, T2 v2) { in PredFunction2()
457 bool PredFunction2Int(int v1, int v2) { return v1 + v2 > 0; } in PredFunction2Int()
458 bool PredFunction2Bool(Bool v1, Bool v2) { return v1 + v2 > 0; } in PredFunction2Bool()
834 bool PredFunction3(T1 v1, T2 v2, T3 v3) { in PredFunction3()
1232 bool PredFunction4(T1 v1, T2 v2, T3 v3, T4 v4) { in PredFunction4()
1238 bool PredFunction4Int(int v1, int v2, int v3, int v4) { in PredFunction4Int()
1241 bool PredFunction4Bool(Bool v1, Bool v2, Bool v3, Bool v4) { in PredFunction4Bool()
1257 const T1& v1, const T2& v2, in PredFormatFunction4()
1648 bool PredFunction5(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) { in PredFunction5()
1654 bool PredFunction5Int(int v1, int v2, int v3, int v4, int v5) { in PredFunction5Int()
[all …]
/freebsd/contrib/bearssl/src/symcipher/
H A Dpoly1305_ctmulq.c140 uint64_t v0, v1, v2; in poly1305_inner_big() local
239 uint64_t v0, v1, v2; in poly1305_inner_small() local
322 uint32_t v0, v1, v2, v3, v4; in br_poly1305_ctmulq_run() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/
H A Dshorthash_siphash24_ref.c12 uint64_t v2 = 0x6c7967656e657261ULL; in crypto_shorthash_siphash24() local
H A Dshorthash_siphashx24_ref.c11 uint64_t v2 = 0x6c7967656e657261ULL; in crypto_shorthash_siphashx24() local
/freebsd/sys/dev/altera/avgen/
H A Daltera_avgen.c90 uint16_t v2; in altera_avgen_read() local
152 uint16_t v2; in altera_avgen_write() local
/freebsd/crypto/openssl/test/
H A Dverify_extra_test.c111 ASN1_OCTET_STRING *v = NULL, *v2 = NULL; in test_distinguishing_id() local
146 ASN1_OCTET_STRING *v = NULL, *v2 = NULL; in test_req_distinguishing_id() local
/freebsd/crypto/openssl/ssl/record/
H A Ddtls1_bitmap.c14 static int satsub64be(const unsigned char *v1, const unsigned char *v2) in satsub64be()
/freebsd/sbin/ipf/libipf/
H A Dsave_v2trap.c207 snmpv2_opts_t *v2 = ctx; in snmpv2_destroy() local
224 snmpv2_opts_t *v2 = ctx; in snmpv2_send() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.c348 U32 v2 = seed + PRIME32_2; in XXH32_endian_align() local
448 U64 v2 = seed + PRIME64_2; in XXH64_endian_align() local
613 U32 v2 = state->v2; in XXH32_update_endian() local
732 U64 v2 = state->v2; in XXH64_update_endian() local
777 U64 const v2 = state->v2; in XXH64_digest_endian() local
H A Dxxhash.h256 unsigned v2; member
267 unsigned long long v2; member
/freebsd/contrib/less/
H A Dless.h204 #define SNPRINTF2(str, size, fmt, v1, v2) snprintf((str), (size), (fmt), (v1), (v2)) argument
205 #define SNPRINTF3(str, size, fmt, v1, v2, v3) snprintf((str), (size), (fmt), (v1), (v2), (v3)) argument
206 #define SNPRINTF4(str, size, fmt, v1, v2, v3, v4) snprintf((str), (size), (fmt), (v1), (v2), (v3), … argument
210 #define SNPRINTF2(str, size, fmt, v1, v2) sprintf((str), (fmt), (v1), (v2)) argument
211 #define SNPRINTF3(str, size, fmt, v1, v2, v3) sprintf((str), (fmt), (v1), (v2), (v3)) argument
212 #define SNPRINTF4(str, size, fmt, v1, v2, v3, v4) sprintf((str), (fmt), (v1), (v2), (v3), (v4)) argument
/freebsd/contrib/nvi/common/
H A Dutil.h45 #define NADD_SLONG(sp, v1, v2) \ argument
53 #define NADD_USLONG(sp, v1, v2) \ argument
/freebsd/contrib/libarchive/libarchive/
H A Dxxhash.c249 U32 v2 = seed + PRIME32_2; in XXH32_endian_align() local
330 U32 v2; member
406 U32 v2 = state->v2; in XXH32_update_endian() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_termination.cpp68 u64 v1, u64 v2) { in CheckFailed()
/freebsd/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, \ argument

123456