Home
last modified time | relevance | path

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

123456

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h120 const T2& v2) { in AssertPred2Helper()
133 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure) \ argument
138 #define GTEST_PRED2_(pred, v1, v2, on_failure) \ argument
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
157 const T1& v1, const T2& v2, const T3& v3) { in AssertPred3Helper()
171 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure) \ argument
176 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure) \ 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/less/
H A Dlesskey.h70 #define SNPRINTF2(str, size, fmt, v1, v2) snprintf((str), (size), (fmt), (v1), (v2)) argument
71 #define SNPRINTF3(str, size, fmt, v1, v2, v3) snprintf((str), (size), (fmt), (v1), (v2), (v3)) argument
72 #define SNPRINTF4(str, size, fmt, v1, v2, v3, v4) snprintf((str), (size), (fmt), (v1), (v2), (v3), … argument
76 #define SNPRINTF2(str, size, fmt, v1, v2) sprintf((str), (fmt), (v1), (v2)) argument
77 #define SNPRINTF3(str, size, fmt, v1, v2, v3) sprintf((str), (fmt), (v1), (v2), (v3)) argument
78 #define SNPRINTF4(str, size, fmt, v1, v2, v3, v4) sprintf((str), (fmt), (v1), (v2), (v3), (v4)) argument
/freebsd/crypto/krb5/src/util/support/
H A Dt_json.c92 k5_json_number v2; in test_array() local
152 k5_json_string s, v2; in test_object() local
224 k5_json_value v, v2; in test_json() local
H A Dhashtab.c60 sipround(uint64_t *v0, uint64_t *v1, uint64_t *v2, uint64_t *v3) in sipround()
81 uint64_t v2 = k0 ^ 0x6C7967656E657261; in siphash24() 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
149 #define H_CHECK_MATCH_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
[all …]
/freebsd/contrib/libarchive/test_utils/
H A Dtest_common.h170 #define assertEqualInt(v1,v2) \ argument
172 #define assertEqualAddress(v1,v2) \ argument
175 #define assertEqualString(v1,v2) \ argument
177 #define assertEqualUTF8String(v1,v2) \ argument
180 #define assertEqualWString(v1,v2) \ argument
183 #define assertEqualMem(v1, v2, l) \ argument
444 #define assertEqualIntA(a,v1,v2) \ argument
446 #define assertEqualStringA(a,v1,v2) \ argument
/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
185 #define KTR_COUNTER4(m, egroup, ident, counter, a0, v0, a1, v1, a2, v2, a3, v3)\ 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
[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/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()
471 const T1& v1, const T2& v2) { in PredFormatFunction2()
834 bool PredFunction3(T1 v1, T2 v2, T3 v3) { in PredFunction3()
840 bool PredFunction3Int(int v1, int v2, int v3) { return v1 + v2 + v3 > 0; } in PredFunction3Int()
841 bool PredFunction3Bool(Bool v1, Bool v2, Bool v3) { return v1 + v2 + v3 > 0; } in PredFunction3Bool()
855 const T2& v2, const T3& v3) { in PredFormatFunction3()
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()
[all …]
/freebsd/sys/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py40 v2 = "" variable
43 v2 = v2 + \ variable
/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_siphashx24_ref.c11 uint64_t v2 = 0x6c7967656e657261ULL; in crypto_shorthash_siphashx24() local
H A Dshorthash_siphash24_ref.c12 uint64_t v2 = 0x6c7967656e657261ULL; in crypto_shorthash_siphash24() 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/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.c349 U32 v2 = seed + PRIME32_2; in XXH32_endian_align() local
449 U64 v2 = seed + PRIME64_2; in XXH64_endian_align() local
614 U32 v2 = state->v2; in XXH32_update_endian() local
733 U64 v2 = state->v2; in XXH64_update_endian() local
778 U64 const v2 = state->v2; in XXH64_digest_endian() local
H A Dxxhash.h257 unsigned v2; member
268 unsigned long long v2; member
/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/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/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
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_termination.cpp68 u64 v1, u64 v2) { in CheckFailed()
/freebsd/crypto/krb5/src/lib/gssapi/generic/
H A Dmaptest.c47 elt v1 = { 1, 2 }, v2 = { 3, 4 }; in main() local

123456