/freebsd-src/contrib/googletest/googletest/include/gtest/ |
H A D | gtest_pred_impl.h | 88 Pred pred, const T1& v1) { in AssertPred1Helper() 99 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure) \ argument 104 #define GTEST_PRED1_(pred, v1, on_failure) \ argument 108 #define EXPECT_PRED_FORMAT1(pred_format, v1) \ argument 110 #define EXPECT_PRED1(pred, v1) GTEST_PRED1_(pred, v1, GTEST_NONFATAL_FAILURE_) argument 111 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ argument 113 #define ASSERT_PRED1(pred, v1) GTEST_PRED1_(pred, v1, GTEST_FATAL_FAILURE_) argument 119 const char* e2, Pred pred, const T1& v1, in AssertPred2Helper() 133 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure) \ argument 138 #define GTEST_PRED2_(pred, v1, v2, on_failure) \ argument [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | velintrin_approx.h | 12 static inline __vr _vel_approx_vfdivs_vvvl(__vr v0, __vr v1, int l) { in _vel_approx_vfdivs_vvvl() 27 static inline __vr _vel_approx_pvfdiv_vvvl(__vr v0, __vr v1, int l) { in _vel_approx_pvfdiv_vvvl() 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-src/contrib/libarchive/test_utils/ |
H A D | test_common.h | 172 #define assertEqualAddress(v1,v2) \ argument 177 #define assertEqualUTF8String(v1,v argument 167 assertEqualInt(v1,v2) global() argument 169 assertEqualAddress(v1,v2) global() argument 174 assertEqualUTF8String(v1,v2) global() argument 180 assertEqualMem(v1,v2,l) global() argument 183 assertMemoryFilledWith(v1,l,b) global() argument 441 assertEqualIntA(a,v1,v2) global() argument 443 assertEqualStringA(a,v1,v2) global() argument [all...] |
/freebsd-src/contrib/libucl/klib/ |
H A D | kvec.h | 87 #define kv_copy_safe(type, v1, v0, el) do { \ argument 109 #define kv_concat_safe(type, v1, v0, el) do { \ argument 133 #define kv_copy(type, v1, v0) do { \ argument 155 #define kv_concat(type, v1, v0) do { \ argument
|
/freebsd-src/contrib/atf/atf-c/ |
H A D | macros_test.c | 118 #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-src/sys/sys/ |
H A D | ktr.h | 145 #define KTR_EVENT2(m, egroup, ident, etype, edat, a0, v0, a1, v1) \ argument 148 #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 163 #define KTR_STATE2(m, egroup, ident, state, a0, v0, a1, v1) \ 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 180 #define KTR_COUNTER2(m, egroup, ident, counter, a0, v0, a1, v1) \ 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 196 #define KTR_POINT2(m, egroup, ident, point, a0, v0, a1, v1) \ argument [all …]
|
/freebsd-src/sys/libkern/arm/ |
H A D | muldi3.c | 108 #define v1 v.ul[H] in __muldi3() macro 187 u_int u1, u0, v1, v0, udiff, vdiff, high, mid, low; in __lmulq() local
|
/freebsd-src/lib/libc/quad/ |
H A D | muldi3.c | 105 #define v1 v.ul[H] in __muldi3() macro 184 u_long u1, u0, v1, v0, udiff, vdiff, high, mid, low; in __lmulq() local
|
/freebsd-src/contrib/xz/src/liblzma/check/ |
H A D | crc_x86_clmul.h | 75 crc_simd_body(const uint8_t *buf, const size_t size, __m128i *v0, __m128i *v1, in crc_simd_body() argument 267 __m128i v0, v1, v2; crc32_arch_optimized() local 355 __m128i v0, v1, v2; crc64_arch_optimized() local [all...] |
/freebsd-src/crypto/openssl/crypto/des/ |
H A D | cfb64ede.c | 29 register DES_LONG v0, v1; in DES_ede3_cfb64_encrypt() local 96 register DES_LONG d0, d1, v0, v1; in DES_ede3_cfb_encrypt() local
|
H A D | cfb64enc.c | 28 register DES_LONG v0, v1; in DES_cfb64_encrypt() local
|
H A D | ofb64enc.c | 27 register DES_LONG v0, v1, t; in DES_ofb64_encrypt() local
|
/freebsd-src/contrib/googletest/googletest/test/ |
H A D | gtest_pred_impl_unittest.cc | 75 bool PredFunction1(T1 v1) { in PredFunction1() 81 bool PredFunction1Int(int v1) { return v1 > 0; } in PredFunction1Int() 82 bool PredFunction1Bool(Bool v1) { return v1 > 0; } in PredFunction1Bool() 94 testing::AssertionResult PredFormatFunction1(const char* e1, const T1& v1) { in PredFormatFunction1() 451 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() [all …]
|
/freebsd-src/contrib/bearssl/src/int/ |
H A D | i62_modpow2.c | 35 #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-src/crypto/openssl/crypto/siphash/ |
H A D | siphash.c | 146 uint64_t v1 = ctx->v1; in SipHash_Update() local 203 uint64_t v1 = ctx->v1; in SipHash_Final() local
|
/freebsd-src/usr.bin/gprof/ |
H A D | printgprof.c | 71 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-src/sys/contrib/libsodium/regen-msvc/ |
H A D | regen-msvc.py | 34 v1 = "" variable 37 v1 = v1 + \ variable
|
/freebsd-src/contrib/less/ |
H A D | less.h | 203 SNPRINTF1(str,size,fmt,v1) global() argument 204 SNPRINTF2(str,size,fmt,v1,v2) global() argument 205 SNPRINTF3(str,size,fmt,v1,v2,v3) global() argument 206 SNPRINTF4(str,size,fmt,v1,v2,v3,v4) global() argument 209 SNPRINTF1(str,size,fmt,v1) global() argument 210 SNPRINTF2(str,size,fmt,v1,v2) global() argument 211 SNPRINTF3(str,size,fmt,v1,v2,v3) global() argument 212 SNPRINTF4(str,size,fmt,v1,v2,v3,v4) global() argument [all...] |
/freebsd-src/contrib/bearssl/src/symcipher/ |
H A D | poly1305_ctmulq.c | 140 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-src/sys/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/ |
H A D | shorthash_siphash24_ref.c | 11 uint64_t v1 = 0x646f72616e646f6dULL; in crypto_shorthash_siphash24() local
|
H A D | shorthash_siphashx24_ref.c | 10 uint64_t v1 = 0x646f72616e646f83ULL; in crypto_shorthash_siphashx24() local
|
/freebsd-src/sys/dev/altera/avgen/ |
H A D | altera_avgen.c |
|
/freebsd-src/crypto/openssl/crypto/idea/ |
H A D | i_cfb64.c | 30 register unsigned long v0, v1, t; in IDEA_cfb64_encrypt() local
|
/freebsd-src/crypto/openssl/crypto/rc5/ |
H A D | rc5cfb64.c | 29 register unsigned long v0, v1, t; in RC5_32_cfb64_encrypt() local
|
/freebsd-src/crypto/openssl/crypto/rc2/ |
H A D | rc2cfb64.c | 29 register unsigned long v0, v1, t; in RC2_cfb64_encrypt() local
|