| /freebsd-head/contrib/googletest/googletest/include/gtest/ |
| HD | gtest_pred_impl.h | 120 const T2& v2) { in AssertPred2Helper() argument 121 if (pred(v1, v2)) return AssertionSuccess(); in AssertPred2Helper() 128 << e2 << " evaluates to " << ::testing::PrintToString(v2); in AssertPred2Helper() 133 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure) \ argument 134 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), on_failure) 138 #define GTEST_PRED2_(pred, v1, v2, on_failure) \ argument 139 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, #v1, #v2, pred, v1, v2), \ 143 #define EXPECT_PRED_FORMAT2(pred_format, v1, v2) \ argument 144 GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 145 #define EXPECT_PRED2(pred, v1, v2) \ argument [all …]
|
| /freebsd-head/contrib/llvm-project/clang/lib/Headers/ |
| HD | velintrin_approx.h | 14 __vr v2, v3, v4, v5; in _vel_approx_vfdivs_vvvl() local 19 v2 = _vel_vfmuls_vvvl(v0, v3, l); in _vel_approx_vfdivs_vvvl() 20 v4 = _vel_vfnmsbs_vvvvl(v0, v2, v1, l); in _vel_approx_vfdivs_vvvl() 21 v2 = _vel_vfmads_vvvvl(v2, v5, v4, l); in _vel_approx_vfdivs_vvvl() 22 v0 = _vel_vfnmsbs_vvvvl(v0, v2, v1, l); in _vel_approx_vfdivs_vvvl() 23 v0 = _vel_vfmads_vvvvl(v2, v3, v0, l); in _vel_approx_vfdivs_vvvl() 29 __vr v2, v3, v4, v5; in _vel_approx_pvfdiv_vvvl() local 34 v2 = _vel_pvfmul_vvvl(v0, v3, l); in _vel_approx_pvfdiv_vvvl() 35 v4 = _vel_pvfnmsb_vvvvl(v0, v2, v1, l); in _vel_approx_pvfdiv_vvvl() 36 v2 = _vel_pvfmad_vvvvl(v2, v5, v4, l); in _vel_approx_pvfdiv_vvvl() [all …]
|
| /freebsd-head/sys/crypto/openssl/aarch64/ |
| HD | aes-gcm-armv8_64.S | 69 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.16b //AES block 2 - round 2 141 aese v2.16b, v21.16b 142 aesmc v2.16b, v2.16b //AES block 2 - round 3 155 aese v2.16b, v22.16b [all …]
|
| HD | ghashv8-armx.S | 33 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.16b [all …]
|
| HD | vpaes-armv8.S | 140 tbl v2.16b, {v21.16b}, v0.16b // vpshufb %xmm0, %xmm3, %xmm2 142 eor v0.16b, v0.16b, v2.16b // vpxor %xmm2, %xmm0, %xmm0 149 tbl v4.16b, {v25.16b}, v2.16b // vpshufb %xmm2, %xmm13, %xmm4 # 4 = sb1u 153 tbl v5.16b, {v27.16b}, v2.16b // vpshufb %xmm2, %xmm15, %xmm5 # 4 = sb2u 155 tbl v2.16b, {v26.16b}, v3.16b // vpshufb %xmm3, %xmm14, %xmm2 # 2 = sb2t 158 eor v2.16b, v2.16b, v5.16b // vpxor %xmm5, %xmm2, %xmm2 # 2 = 2A 160 eor v3.16b, v3.16b, v2.16b // vpxor %xmm2, %xmm3, %xmm3 # 0 = 2A+B 177 tbl v2.16b, {v18.16b}, v3.16b // vpshufb %xmm3, %xmm10, %xmm2 # 2 = 1/iak 179 eor v2.16b, v2.16b, v1.16b // vpxor %xmm1, %xmm2, %xmm2 # 2 = io 188 tbl v4.16b, {v22.16b}, v2.16b // vpshufb %xmm2, %xmm4, %xmm4 # 4 = sbou [all …]
|
| /freebsd-head/bin/sh/tests/expansion/ |
| HD | arith6.0 | 3 v2=D 7 while [ ${#v2} -lt 1250 ]; do 8 eval $v2=$((3+${#v2})) $v3=$((4-${#v2})) 9 eval f $(($v2+ $v1 +$v3)) 11 echo bad: $v4 -ne 9 at ${#v2} 13 v2=x$v2
|
| HD | trim4.0 | 3 v2= 7 while [ ${#v2} -lt 2000 ]; do 8 v4="${v2} ${v1%/*} $v3" 9 if [ ${#v4} -ne $((${#v2} + ${#v3} + 8)) ]; then 10 echo bad: ${#v4} -ne $((${#v2} + ${#v3} + 8)) 12 v2=x$v2
|
| /freebsd-head/contrib/less/ |
| HD | lesskey.h | 70 #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-head/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/ |
| HD | b3_aarch64_sse2.S | 82 eor v0.16b, v2.16b, v0.16b 122 add v2.4s, v2.4s, v1.4s 124 add v2.4s, v2.4s, v5.4s 125 eor v3.16b, v2.16b, v3.16b 126 add v2.4s, v2.4s, v0.4s 133 add v2.4s, v2.4s, v5.4s 134 eor v3.16b, v2.16b, v3.16b 141 add v2.4s, v2.4s, v6.4s 145 ext v2.16b, v2.16b, v2.16b, #12 150 add v2.4s, v2.4s, v5.4s [all …]
|
| HD | b3_aarch64_sse41.S | 82 eor v0.16b, v2.16b, v0.16b 155 add v0.4s, v2.4s, v3.4s 156 uzp2 v2.4s, v6.4s, v7.4s 161 add v7.4s, v16.4s, v2.4s 200 uzp2 v19.4s, v19.4s, v2.4s 224 zip1 v17.2d, v18.2d, v2.2d 225 zip2 v2.4s, v2.4s, v18.4s 228 zip1 v18.4s, v2.4s, v16.4s 229 zip1 v2.4s, v16.4s, v2.4s 232 ext v16.16b, v2.16b, v18.16b, #8 [all …]
|
| /freebsd-head/tools/regression/include/stdatomic/ |
| HD | logic.c | 58 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-head/contrib/libarchive/test_utils/ |
| HD | test_common.h | 170 #define assertEqualInt(v1,v2) \ argument 171 assertion_equal_int(__FILE__, __LINE__, (v1), #v1, (v2), #v2, NULL) 172 #define assertEqualAddress(v1,v2) \ argument 173 assertion_equal_address(__FILE__, __LINE__, (v1), #v1, (v2), #v2, NULL) 175 #define assertEqualString(v1,v2) \ argument 176 assertion_equal_string(__FILE__, __LINE__, (v1), #v1, (v2), #v2, NULL, 0) 177 #define assertEqualUTF8String(v1,v2) \ argument 178 assertion_equal_string(__FILE__, __LINE__, (v1), #v1, (v2), #v2, NULL, 1) 180 #define assertEqualWString(v1,v2) \ argument 181 assertion_equal_wstring(__FILE__, __LINE__, (v1), #v1, (v2), #v2, NULL) [all …]
|
| /freebsd-head/contrib/unbound/util/ |
| HD | siphash.c | 62 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 = 0x6c7967656e657261ULL; in siphash() local 109 v2 ^= k0; in siphash() 174 v2 ^= 0xee; in siphash() [all …]
|
| /freebsd-head/sys/contrib/device-tree/src/arm64/rockchip/ |
| HD | rk3588j.dtsi | 11 compatible = "operating-points-v2"; 33 compatible = "operating-points-v2"; 59 compatible = "operating-points-v2"; 85 compatible = "operating-points-v2"; 115 operating-points-v2 = <&cluster1_opp_table>; 119 operating-points-v2 = <&cluster1_opp_table>; 123 operating-points-v2 = <&cluster2_opp_table>; 127 operating-points-v2 = <&cluster2_opp_table>; 131 operating-points-v2 = <&cluster0_opp_table>; 135 operating-points-v2 = <&cluster0_opp_table>; [all …]
|
| HD | rk3399-op1-opp.dtsi | 8 compatible = "operating-points-v2"; 43 compatible = "operating-points-v2"; 86 compatible = "operating-points-v2"; 115 compatible = "operating-points-v2"; 137 operating-points-v2 = <&cluster0_opp>; 141 operating-points-v2 = <&cluster0_opp>; 145 operating-points-v2 = <&cluster0_opp>; 149 operating-points-v2 = <&cluster0_opp>; 153 operating-points-v2 = <&cluster1_opp>; 157 operating-points-v2 = <&cluster1_opp>; [all …]
|
| HD | rk3588-opp.dtsi | 5 compatible = "operating-points-v2"; 37 compatible = "operating-points-v2"; 78 compatible = "operating-points-v2"; 119 compatible = "operating-points-v2"; 157 operating-points-v2 = <&cluster1_opp_table>; 161 operating-points-v2 = <&cluster1_opp_table>; 165 operating-points-v2 = <&cluster2_opp_table>; 169 operating-points-v2 = <&cluster2_opp_table>; 173 operating-points-v2 = <&cluster0_opp_table>; 177 operating-points-v2 = <&cluster0_opp_table>; [all …]
|
| HD | rk3399-op1.dtsi | 10 compatible = "operating-points-v2"; 45 compatible = "operating-points-v2"; 88 compatible = "operating-points-v2"; 117 compatible = "operating-points-v2"; 139 operating-points-v2 = <&cluster0_opp>; 143 operating-points-v2 = <&cluster0_opp>; 147 operating-points-v2 = <&cluster0_opp>; 151 operating-points-v2 = <&cluster0_opp>; 155 operating-points-v2 = <&cluster1_opp>; 159 operating-points-v2 = <&cluster1_opp>; [all …]
|
| HD | rk3399-t-opp.dtsi | 9 compatible = "operating-points-v2"; 32 compatible = "operating-points-v2"; 67 compatible = "operating-points-v2"; 89 operating-points-v2 = <&cluster0_opp>; 93 operating-points-v2 = <&cluster0_opp>; 97 operating-points-v2 = <&cluster0_opp>; 101 operating-points-v2 = <&cluster0_opp>; 105 operating-points-v2 = <&cluster1_opp>; 109 operating-points-v2 = <&cluster1_opp>; 113 operating-points-v2 = <&gpu_opp_table>;
|
| HD | rk3399-t.dtsi | 11 compatible = "operating-points-v2"; 34 compatible = "operating-points-v2"; 69 compatible = "operating-points-v2"; 91 operating-points-v2 = <&cluster0_opp>; 95 operating-points-v2 = <&cluster0_opp>; 99 operating-points-v2 = <&cluster0_opp>; 103 operating-points-v2 = <&cluster0_opp>; 107 operating-points-v2 = <&cluster1_opp>; 111 operating-points-v2 = <&cluster1_opp>; 115 operating-points-v2 = <&gpu_opp_table>;
|
| HD | rk3399-opp.dtsi | 8 compatible = "operating-points-v2"; 39 compatible = "operating-points-v2"; 78 compatible = "operating-points-v2"; 108 operating-points-v2 = <&cluster0_opp>; 112 operating-points-v2 = <&cluster0_opp>; 116 operating-points-v2 = <&cluster0_opp>; 120 operating-points-v2 = <&cluster0_opp>; 124 operating-points-v2 = <&cluster1_opp>; 128 operating-points-v2 = <&cluster1_opp>; 132 operating-points-v2 = <&gpu_opp_table>;
|
| HD | rk3399.dtsi | 10 compatible = "operating-points-v2"; 41 compatible = "operating-points-v2"; 80 compatible = "operating-points-v2"; 110 operating-points-v2 = <&cluster0_opp>; 114 operating-points-v2 = <&cluster0_opp>; 118 operating-points-v2 = <&cluster0_opp>; 122 operating-points-v2 = <&cluster0_opp>; 126 operating-points-v2 = <&cluster1_opp>; 130 operating-points-v2 = <&cluster1_opp>; 134 operating-points-v2 = <&gpu_opp_table>;
|
| /freebsd-head/crypto/openssl/crypto/siphash/ |
| HD | siphash.c | 56 v2 += v3; \ 58 v3 ^= v2; \ 62 v2 += v1; \ 64 v1 ^= v2; \ 65 v2 = ROTL(v2, 32); \ 130 ctx->v2 = 0x6c7967656e657261ULL ^ k0; in SipHash_Init() 147 uint64_t v2 = ctx->v2; in SipHash_Update() local 193 ctx->v2 = v2; in SipHash_Update() 204 uint64_t v2 = ctx->v2; in SipHash_Final() local 240 v2 ^= 0xee; in SipHash_Final() [all …]
|
| /freebsd-head/sys/contrib/device-tree/src/arm64/exynos/ |
| HD | exynos5433-bus.dtsi | 14 operating-points-v2 = <&bus_g2d_400_opp_table>; 22 operating-points-v2 = <&bus_g2d_266_opp_table>; 30 operating-points-v2 = <&bus_gscl_opp_table>; 38 operating-points-v2 = <&bus_hevc_opp_table>; 46 operating-points-v2 = <&bus_g2d_400_opp_table>; 54 operating-points-v2 = <&bus_g2d_400_opp_table>; 62 operating-points-v2 = <&bus_g2d_400_opp_table>; 70 operating-points-v2 = <&bus_hevc_opp_table>; 78 operating-points-v2 = <&bus_hevc_opp_table>; 86 operating-points-v2 = <&bus_noc2_opp_table>; [all …]
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Support/ |
| HD | SipHash.cpp | 40 v2 += v3; \ 42 v3 ^= v2; \ 46 v2 += v1; \ 48 v1 ^= v2; \ 49 v2 = ROTL(v2, 32); \ 72 uint64_t v2 = UINT64_C(0x6c7967656e657261); in siphash() local 82 v2 ^= k0; in siphash() 133 v2 ^= 0xee; in siphash() 135 v2 ^= 0xff; in siphash() 140 b = v0 ^ v1 ^ v2 ^ v3; in siphash() [all …]
|
| /freebsd-head/sys/sys/ |
| HD | ktr.h | 148 #define KTR_EVENT3(m, egroup, ident, etype, edat, a0, v0, a1, v1, a2, v2)\ argument 150 ident, edat, (v0), (v1), (v2)) 152 a0, v0, a1, v1, a2, v2, a3, v3) \ argument 154 ident, edat, (v0), (v1), (v2), (v3)) 165 #define KTR_STATE3(m, egroup, ident, state, a0, v0, a1, v1, a2, v2) \ argument 167 state, a0, (v0), a1, (v1), a2, (v2)) 168 #define KTR_STATE4(m, egroup, ident, state, a0, v0, a1, v1, a2, v2, a3, v3)\ argument 170 state, a0, (v0), a1, (v1), a2, (v2), a3, (v3)) 182 #define KTR_COUNTER3(m, egroup, ident, counter, a0, v0, a1, v1, a2, v2) \ argument 184 counter, a0, (v0), a1, (v1), a2, (v2)) [all …]
|