/third_party/unity/test/tests/ |
H A D | test_unity_integers.c | 82 UNITY_UINT16 v0, v1; in testNotEqualUInts() local 85 v1 = 9001; in testNotEqualUInts() 88 TEST_ASSERT_EQUAL_UINT(v0, v1); in testNotEqualUInts() 94 UNITY_UINT8 v0, v1; in testNotEqualUInt8s() local 97 v1 = 255; in testNotEqualUInt8s() 100 TEST_ASSERT_EQUAL_UINT8(v0, v1); in testNotEqualUInt8s() 106 UNITY_UINT16 v0, v1; in testNotEqualUInt16s() local 109 v1 = 65534u; in testNotEqualUInt16s() 112 TEST_ASSERT_EQUAL_UINT16(v0, v1); in testNotEqualUInt16s() 118 UNITY_UINT32 v0, v1; in testNotEqualUInt32s() local 130 UNITY_UINT8 v0, v1; testNotEqualHex8s() local 142 UNITY_INT8 v0, v1; testNotEqualHex8sIfSigned() local 154 UNITY_UINT16 v0, v1; testNotEqualHex16s() local 166 UNITY_INT16 v0, v1; testNotEqualHex16sIfSigned() local 178 UNITY_UINT32 v0, v1; testNotEqualHex32s() local 190 UNITY_INT32 v0, v1; testNotEqualHex32sIfSigned() local 202 int v0, v1; testEqualInts() local 222 UNITY_INT8 v0, v1; testEqualInt8s() local 247 char v0, v1; testEqualChars() local 273 UNITY_INT16 v0, v1; testEqualInt16s() local 292 UNITY_INT16 v0, v1; testEqualInt16sNegatives() local 317 UNITY_INT32 v0, v1; testEqualInt32s() local 336 UNITY_INT32 v0, v1; testEqualInt32sNegatives() local 356 unsigned int v0, v1; testEqualUints() local 377 UNITY_UINT8 v0, v1; testEqualUint8s() local 402 UNITY_UINT16 v0, v1; testEqualUint16s() local 427 UNITY_UINT32 v0, v1; testEqualUint32s() local 457 UNITY_UINT8 v0, v1; testEqualHex8s() local 482 UNITY_UINT8 v0, v1; testEqualHex8sNegatives() local 501 UNITY_UINT16 v0, v1; testEqualHex16s() local 526 UNITY_UINT32 v0, v1; testEqualHex32s() local 546 UNITY_UINT32 v1 = 0x55550000; testEqualBits() local 580 UNITY_UINT32 v1 = 0x55550000; testNotEqualBitsHigh() local 591 UNITY_UINT32 v1 = 0x55550000; testNotEqualBitsLow() local 601 short v0, v1; testEqualShorts() local 621 unsigned short v0, v1; testEqualUShorts() local 641 unsigned char v0, v1; testEqualUInts() local 661 unsigned char v0, v1; testEqualUChars() local 680 int v0, v1; testEqualPointers() local 1191 UNITY_INT v0, v1; testNotEqualINT() local 1214 UNITY_INT8 v0, v1; testNotEqualINT8() local 1237 char v0, v1; testNotEqualCHAR() local 1260 UNITY_INT16 v0, v1; testNotEqualINT16() local 1283 UNITY_INT32 v0, v1; testNotEqualINT32() local 1306 UNITY_UINT v0, v1; testNotEqualUINT() local 1329 UNITY_UINT8 v0, v1; testNotEqualUINT8() local 1352 UNITY_UINT16 v0, v1; testNotEqualUINT16() local 1375 UNITY_UINT32 v0, v1; testNotEqualUINT32() local 1398 UNITY_UINT8 v0, v1; testNotEqualHEX8() local 1421 UNITY_UINT16 v0, v1; testNotEqualHEX16() local 1444 UNITY_UINT32 v0, v1; testNotEqualHEX32() local 1469 UNITY_INT v0, v1; testGreaterThan() local 1492 UNITY_INT v0, v1; testGreaterThanINT() local 1515 UNITY_INT8 v0, v1; testGreaterThanINT8() local 1538 char v0, v1; testGreaterThanCHAR() local 1561 UNITY_INT16 v0, v1; testGreaterThanINT16() local 1584 UNITY_INT32 v0, v1; testGreaterThanINT32() local 1607 UNITY_UINT v0, v1; testGreaterThanUINT() local 1630 UNITY_UINT8 v0, v1; testGreaterThanUINT8() local 1653 UNITY_UINT16 v0, v1; testGreaterThanUINT16() local 1676 UNITY_UINT32 v0, v1; testGreaterThanUINT32() local 1699 UNITY_UINT8 v0, v1; testGreaterThanHEX8() local 1722 UNITY_UINT16 v0, v1; testGreaterThanHEX16() local 1745 UNITY_UINT32 v0, v1; testGreaterThanHEX32() local 1768 UNITY_INT v0, v1, v2; testGreaterOrEqual() local 1797 UNITY_INT v0, v1, v2; testGreaterOrEqualINT() local 1826 UNITY_INT8 v0, v1, v2; testGreaterOrEqualINT8() local 1855 char v0, v1, v2; testGreaterOrEqualCHAR() local 1884 UNITY_INT16 v0, v1, v2; testGreaterOrEqualINT16() local 1913 UNITY_INT32 v0, v1, v2; testGreaterOrEqualINT32() local 1942 UNITY_UINT v0, v1, v2; testGreaterOrEqualUINT() local 1971 UNITY_UINT8 v0, v1, v2; testGreaterOrEqualUINT8() local 2000 UNITY_UINT16 v0, v1, v2; testGreaterOrEqualUINT16() local 2029 UNITY_UINT32 v0, v1, v2; testGreaterOrEqualUINT32() local 2058 UNITY_UINT8 v0, v1, v2; testGreaterOrEqualHEX8() local 2087 UNITY_UINT16 v0, v1, v2; testGreaterOrEqualHEX16() local 2116 UNITY_UINT32 v0, v1, v2; testGreaterOrEqualHEX32() local 2147 UNITY_INT v0, v1; testLessThan() local 2170 UNITY_INT v0, v1; testLessThanINT() local 2193 UNITY_INT8 v0, v1; testLessThanINT8() local 2216 char v0, v1; testLessThanCHAR() local 2239 UNITY_INT16 v0, v1; testLessThanINT16() local 2262 UNITY_INT32 v0, v1; testLessThanINT32() local 2285 UNITY_UINT v0, v1; testLessThanUINT() local 2308 UNITY_UINT8 v0, v1; testLessThanUINT8() local 2331 UNITY_UINT16 v0, v1; testLessThanUINT16() local 2354 UNITY_UINT32 v0, v1; testLessThanUINT32() local 2377 UNITY_UINT8 v0, v1; testLessThanHEX8() local 2400 UNITY_UINT16 v0, v1; testLessThanHEX16() local 2423 UNITY_UINT32 v0, v1; testLessThanHEX32() local 2446 UNITY_INT v0, v1, v2; testLessOrEqual() local 2475 UNITY_INT v0, v1, v2; testLessOrEqualINT() local 2504 UNITY_INT8 v0, v1, v2; testLessOrEqualINT8() local 2533 char v0, v1, v2; testLessOrEqualCHAR() local 2562 UNITY_INT16 v0, v1, v2; testLessOrEqualINT16() local 2591 UNITY_INT32 v0, v1, v2; testLessOrEqualINT32() local 2620 UNITY_UINT v0, v1, v2; testLessOrEqualUINT() local 2649 UNITY_UINT8 v0, v1, v2; testLessOrEqualUINT8() local 2678 UNITY_UINT16 v0, v1, v2; testLessOrEqualUINT16() local 2707 UNITY_UINT32 v0, v1, v2; testLessOrEqualUINT32() local 2736 UNITY_UINT8 v0, v1, v2; testLessOrEqualHEX8() local 2765 UNITY_UINT16 v0, v1, v2; testLessOrEqualHEX16() local 2794 UNITY_UINT32 v0, v1, v2; testLessOrEqualHEX32() local [all...] |
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest_pred_impl.h | 48 // ASSERT_PRED_FORMAT1(pred_format, v1) 49 // ASSERT_PRED_FORMAT2(pred_format, v1, v2) 60 // ASSERT_PRED1(pred, v1) 61 // ASSERT_PRED2(pred, v1, v2) 65 // and the values v1, v2, ..., must support the << operator for 88 Pred pred, const T1& v1) { in AssertPred1Helper() 89 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 94 << e1 << " evaluates to " << ::testing::PrintToString(v1); in AssertPred1Helper() 99 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure) \ 100 GTEST_ASSERT_(pred_format(#v1, v 87 AssertPred1Helper(const char* pred_text, const char* e1, Pred pred, const T1& v1) AssertPred1Helper() argument 118 AssertPred2Helper(const char* pred_text, const char* e1, const char* e2, Pred pred, const T1& v1, const T2& v2) AssertPred2Helper() 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) AssertPred3Helper() 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) AssertPred4Helper() 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) AssertPred5Helper() argument [all...] |
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest_pred_impl.h | 48 // ASSERT_PRED_FORMAT1(pred_format, v1) 49 // ASSERT_PRED_FORMAT2(pred_format, v1, v2) 60 // ASSERT_PRED1(pred, v1) 61 // ASSERT_PRED2(pred, v1, v2) 65 // and the values v1, v2, ..., must support the << operator for 88 Pred pred, const T1& v1) { in AssertPred1Helper() 89 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 94 << e1 << " evaluates to " << ::testing::PrintToString(v1); in AssertPred1Helper() 99 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure) \ 100 GTEST_ASSERT_(pred_format(#v1, v 87 AssertPred1Helper(const char* pred_text, const char* e1, Pred pred, const T1& v1) AssertPred1Helper() argument 118 AssertPred2Helper(const char* pred_text, const char* e1, const char* e2, Pred pred, const T1& v1, const T2& v2) AssertPred2Helper() 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) AssertPred3Helper() 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) AssertPred4Helper() 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) AssertPred5Helper() argument [all...] |
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest_pred_impl.h | 46 // ASSERT_PRED_FORMAT1(pred_format, v1) 47 // ASSERT_PRED_FORMAT2(pred_format, v1, v2) 58 // ASSERT_PRED1(pred, v1) 59 // ASSERT_PRED2(pred, v1, v2) 63 // and the values v1, v2, ..., must support the << operator for 90 const T1& v1) { in AssertPred1Helper() 91 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 96 << e1 << " evaluates to " << ::testing::PrintToString(v1); in AssertPred1Helper() 101 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ 102 GTEST_ASSERT_(pred_format(#v1, v 87 AssertPred1Helper(const char* pred_text, const char* e1, Pred pred, const T1& v1) AssertPred1Helper() argument 130 AssertPred2Helper(const char* pred_text, const char* e1, const char* e2, Pred pred, const T1& v1, const T2& v2) AssertPred2Helper() argument 180 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) AssertPred3Helper() argument 236 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) AssertPred4Helper() argument 298 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) AssertPred5Helper() argument [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-cpu-features-aarch64.cc | 756 TEST_NEON(abs_0, abs(v0.V8B(), v1.V8B())) 757 TEST_NEON(abs_1, abs(v0.V16B(), v1.V16B())) 758 TEST_NEON(abs_2, abs(v0.V4H(), v1.V4H())) 759 TEST_NEON(abs_3, abs(v0.V8H(), v1.V8H())) 760 TEST_NEON(abs_4, abs(v0.V2S(), v1.V2S())) 761 TEST_NEON(abs_5, abs(v0.V4S(), v1.V4S())) 762 TEST_NEON(abs_6, abs(v0.V2D(), v1.V2D())) 764 TEST_NEON(addhn_0, addhn(v0.V8B(), v1.V8H(), v2.V8H())) 765 TEST_NEON(addhn_1, addhn(v0.V4H(), v1.V4S(), v2.V4S())) 766 TEST_NEON(addhn_2, addhn(v0.V2S(), v1 [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | algorithm_test.cc | 27 std::vector<int> v1{1, 2, 3}; in TEST() 28 std::vector<int> v2 = v1; in TEST() 32 EXPECT_TRUE(absl::equal(v1.begin(), v1.end(), v2.begin(), v2.end())); in TEST() 33 EXPECT_FALSE(absl::equal(v1.begin(), v1.end(), v3.begin(), v3.end())); in TEST() 34 EXPECT_FALSE(absl::equal(v1.begin(), v1.end(), v4.begin(), v4.end())); in TEST() 49 std::vector<int> v1{1, 2, 3}; in TEST() 53 EXPECT_FALSE(absl::equal(v1 in TEST() [all...] |
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_sdwa.cpp | 31 //>> v1: %a, v1: %b, s1: %c, s1: %d = p_startpgm 32 if (!setup_cs("v1 v1 s1 s1", (amd_gfx_level)i)) 37 SDWA_instruction *sdwa = &bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], inputs[1]).instr->sdwa(); 42 sdwa = &bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], inputs[1]).instr->sdwa(); 52 //>> v1: %a, v1: %b, s1: %c, s1: %d = p_startpgm 53 if (!setup_cs("v1 v1 s [all...] |
/third_party/skia/tests/ |
H A D | PathOpsDVectorTest.cpp | 25 SkDVector v1 = tests[index + 1] - tests[index]; in DEF_TEST() local 26 SkASSERT(ValidVector(v1)); in DEF_TEST() 29 v1 += v2; in DEF_TEST() 30 REPORTER_ASSERT(reporter, v1.fX == 0 && v1.fY == 0); in DEF_TEST() 33 v1 = tests[index + 1] - tests[index]; in DEF_TEST() 34 v1 /= 2; in DEF_TEST() 35 v1 *= 2; in DEF_TEST() 36 v1 -= tests[index + 1] - tests[index]; in DEF_TEST() 37 REPORTER_ASSERT(reporter, v1 in DEF_TEST() [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | test-vector.cc | 37 hb_vector_t<int> v1 {1, 2}; in main() 38 hb_vector_t<int> v2 {v1}; in main() 39 hb_vector_t<int> V2 {v1}; in main() 40 assert (v1.length == 2); in main() 41 assert (v1[0] == 1); in main() 42 assert (v1[1] == 2); in main() 50 hb_vector_t<int> v1 {1, 2}; in main() 51 hb_vector_t<int> v2 = v1; in main() 52 hb_vector_t<int> V2 = v1; in main() 53 assert (v1 in main() [all...] |
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 279 UNITY_UINT16 v0, v1; in testNotEqualUInts() local 282 v1 = 9001; in testNotEqualUInts() 285 TEST_ASSERT_EQUAL_UINT(v0, v1); in testNotEqualUInts() 291 UNITY_UINT8 v0, v1; in testNotEqualUInt8s() local 294 v1 = 255; in testNotEqualUInt8s() 297 TEST_ASSERT_EQUAL_UINT8(v0, v1); in testNotEqualUInt8s() 303 UNITY_UINT16 v0, v1; in testNotEqualUInt16s() local 306 v1 = 65534; in testNotEqualUInt16s() 309 TEST_ASSERT_EQUAL_UINT16(v0, v1); in testNotEqualUInt16s() 315 UNITY_UINT32 v0, v1; in testNotEqualUInt32s() local 327 UNITY_UINT8 v0, v1; testNotEqualHex8s() local 339 UNITY_INT8 v0, v1; testNotEqualHex8sIfSigned() local 351 UNITY_UINT16 v0, v1; testNotEqualHex16s() local 363 UNITY_INT16 v0, v1; testNotEqualHex16sIfSigned() local 375 UNITY_UINT32 v0, v1; testNotEqualHex32s() local 387 UNITY_INT32 v0, v1; testNotEqualHex32sIfSigned() local 399 int v0, v1; testEqualInts() local 419 UNITY_INT8 v0, v1; testEqualInt8s() local 444 UNITY_INT16 v0, v1; testEqualInt16s() local 463 UNITY_INT16 v0, v1; testEqualInt16sNegatives() local 488 UNITY_INT32 v0, v1; testEqualInt32s() local 507 UNITY_INT32 v0, v1; testEqualInt32sNegatives() local 527 unsigned int v0, v1; testEqualUints() local 548 UNITY_UINT8 v0, v1; testEqualUint8s() local 573 UNITY_UINT16 v0, v1; testEqualUint16s() local 598 UNITY_UINT32 v0, v1; testEqualUint32s() local 628 UNITY_UINT8 v0, v1; testEqualHex8s() local 653 UNITY_UINT8 v0, v1; testEqualHex8sNegatives() local 672 UNITY_UINT16 v0, v1; testEqualHex16s() local 697 UNITY_UINT32 v0, v1; testEqualHex32s() local 717 UNITY_UINT32 v1 = 0x55550000; testEqualBits() local 751 UNITY_UINT32 v1 = 0x55550000; testNotEqualBitsHigh() local 762 UNITY_UINT32 v1 = 0x55550000; testNotEqualBitsLow() local 772 short v0, v1; testEqualShorts() local 792 unsigned short v0, v1; testEqualUShorts() local 812 signed char v0, v1; testEqualChars() local 832 unsigned char v0, v1; testEqualUChars() local 851 int v0, v1; testEqualPointers() local 1313 UNITY_INT v0, v1; testGreaterThan() local 1329 UNITY_INT v0, v1; testGreaterThanINT() local 1346 UNITY_INT8 v0, v1; testGreaterThanINT8() local 1362 UNITY_INT16 v0, v1; testGreaterThanINT16() local 1378 UNITY_INT32 v0, v1; testGreaterThanINT32() local 1394 UNITY_UINT v0, v1; testGreaterThanUINT() local 1411 UNITY_UINT8 v0, v1; testGreaterThanUINT8() local 1427 UNITY_UINT16 v0, v1; testGreaterThanUINT16() local 1443 UNITY_UINT32 v0, v1; testGreaterThanUINT32() local 1459 UNITY_UINT8 v0, v1; testGreaterThanHEX8() local 1475 UNITY_UINT16 v0, v1; testGreaterThanHEX16() local 1491 UNITY_UINT32 v0, v1; testGreaterThanHEX32() local 1515 UNITY_INT v0, v1; testLessThan() local 1531 UNITY_INT v0, v1; testLessThanINT() local 1548 UNITY_INT8 v0, v1; testLessThanINT8() local 1564 UNITY_INT16 v0, v1; testLessThanINT16() local 1580 UNITY_INT32 v0, v1; testLessThanINT32() local 1596 UNITY_UINT v0, v1; testLessThanUINT() local 1613 UNITY_UINT8 v0, v1; testLessThanUINT8() local 1629 UNITY_UINT16 v0, v1; testLessThanUINT16() local 1645 UNITY_UINT32 v0, v1; testLessThanUINT32() local 1661 UNITY_UINT8 v0, v1; testLessThanHEX8() local 1677 UNITY_UINT16 v0, v1; testLessThanHEX16() local 1693 UNITY_UINT32 v0, v1; testLessThanHEX32() local [all...] |
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | sbrdsp_neon.S | 50 ld1 {v1.4S}, [x1], #16 51 fadd v0.4S, v0.4S, v1.4S 66 1: ld1 {v1.4S}, [x0], #16 67 fmla v0.4S, v1.4S, v1.4S 78 ld2 {v0.4S, v1.4S}, [x0], #32 79 eor v1.16B, v1.16B, v5.16B 82 st2 {v0.4S, v1.4S}, [x1], #32 84 ld2 {v0.4S, v1 [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Adapter.cpp | 43 mLimits.v1.maxVertexBufferArrayStride = in Initialize() 44 std::min(mLimits.v1.maxVertexBufferArrayStride, kMaxVertexBufferArrayStride); in Initialize() 45 mLimits.v1.maxBindGroups = std::min(mLimits.v1.maxBindGroups, kMaxBindGroups); in Initialize() 46 mLimits.v1.maxVertexAttributes = in Initialize() 47 std::min(mLimits.v1.maxVertexAttributes, uint32_t(kMaxVertexAttributes)); in Initialize() 48 mLimits.v1.maxVertexBuffers = in Initialize() 49 std::min(mLimits.v1.maxVertexBuffers, uint32_t(kMaxVertexBuffers)); in Initialize() 50 mLimits.v1.maxInterStageShaderComponents = in Initialize() 51 std::min(mLimits.v1 in Initialize() [all...] |
/third_party/node/deps/openssl/openssl/crypto/des/ |
H A D | cfb_enc.c | 34 register DES_LONG d0, d1, v0, v1; in DES_cfb_encrypt() local 56 c2l(iv, v1); in DES_cfb_encrypt() 61 ti[1] = v1; in DES_cfb_encrypt() 74 v0 = v1; in DES_cfb_encrypt() 75 v1 = d0; in DES_cfb_encrypt() 78 v1 = d1; in DES_cfb_encrypt() 83 l2c(v1, iv); in DES_cfb_encrypt() 87 sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1; in DES_cfb_encrypt() 96 v0 = sh[0], v1 = sh[1]; in DES_cfb_encrypt() 100 c2l(iv, v1); in DES_cfb_encrypt() [all...] |
H A D | cfb64ede.c | 29 register DES_LONG v0, v1; in DES_ede3_cfb64_encrypt() local 40 c2l(iv, v1); in DES_ede3_cfb64_encrypt() 43 ti[1] = v1; in DES_ede3_cfb64_encrypt() 46 v1 = ti[1]; in DES_ede3_cfb64_encrypt() 50 l2c(v1, iv); in DES_ede3_cfb64_encrypt() 62 c2l(iv, v1); in DES_ede3_cfb64_encrypt() 65 ti[1] = v1; in DES_ede3_cfb64_encrypt() 68 v1 = ti[1]; in DES_ede3_cfb64_encrypt() 72 l2c(v1, iv); in DES_ede3_cfb64_encrypt() 82 v0 = v1 in DES_ede3_cfb64_encrypt() 96 register DES_LONG d0, d1, v0, v1; DES_ede3_cfb_encrypt() local [all...] |
/third_party/openssl/crypto/des/ |
H A D | cfb_enc.c | 34 register DES_LONG d0, d1, v0, v1; in DES_cfb_encrypt() local 56 c2l(iv, v1); in DES_cfb_encrypt() 61 ti[1] = v1; in DES_cfb_encrypt() 74 v0 = v1; in DES_cfb_encrypt() 75 v1 = d0; in DES_cfb_encrypt() 78 v1 = d1; in DES_cfb_encrypt() 83 l2c(v1, iv); in DES_cfb_encrypt() 87 sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1; in DES_cfb_encrypt() 96 v0 = sh[0], v1 = sh[1]; in DES_cfb_encrypt() 100 c2l(iv, v1); in DES_cfb_encrypt() [all...] |
H A D | cfb64ede.c | 29 register DES_LONG v0, v1; in DES_ede3_cfb64_encrypt() local 40 c2l(iv, v1); in DES_ede3_cfb64_encrypt() 43 ti[1] = v1; in DES_ede3_cfb64_encrypt() 46 v1 = ti[1]; in DES_ede3_cfb64_encrypt() 50 l2c(v1, iv); in DES_ede3_cfb64_encrypt() 62 c2l(iv, v1); in DES_ede3_cfb64_encrypt() 65 ti[1] = v1; in DES_ede3_cfb64_encrypt() 68 v1 = ti[1]; in DES_ede3_cfb64_encrypt() 72 l2c(v1, iv); in DES_ede3_cfb64_encrypt() 82 v0 = v1 in DES_ede3_cfb64_encrypt() 96 register DES_LONG d0, d1, v0, v1; DES_ede3_cfb_encrypt() local [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | xtea.c | 61 uint32_t v0, v1; in xtea_crypt_ecb() local 70 v1 = AV_RB32(src + 4); in xtea_crypt_ecb() 78 v1 -= (((v0 << 4) ^ (v0 >> 5)) + v0) ^ (sum + ctx->key[(sum >> 11) & 3]); in xtea_crypt_ecb() 80 v0 -= (((v1 << 4) ^ (v1 >> 5)) + v1) ^ (sum + ctx->key[sum & 3]); in xtea_crypt_ecb() 84 v1 -= (((v0 << 4) ^ (v0 >> 5)) + v0) ^ (SUM + K0); \ in xtea_crypt_ecb() 85 v0 -= (((v1 << 4) ^ (v1 >> 5)) + v1) in xtea_crypt_ecb() 181 uint32_t v0, v1; xtea_le_crypt_ecb() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_line.c | 51 const float (*v1)[4]; member 85 float a1 = info->v1[vert_attr][i]; in linear_coef() 96 (dadx * (info->v1[0][0] - setup->pixel_offset) + in linear_coef() 97 dady * (info->v1[0][1] - setup->pixel_offset))); in linear_coef() 117 float a1 = info->v1[vert_attr][i] * info->v1[0][3]; in perspective_coef() 128 (dadx * (info->v1[0][0] - setup->pixel_offset) + in perspective_coef() 129 dady * (info->v1[0][1] - setup->pixel_offset))); in perspective_coef() 185 constant_coef(setup, info, slot+1, info->v1[vert_attr][i], i); in setup_line_coefficients() 247 const float (*v1)[ in print_line() 246 print_line(struct lp_setup_context *setup, const float (*v1)[4], const float (*v2)[4]) print_line() argument 280 try_setup_line( struct lp_setup_context *setup, const float (*v1)[4], const float (*v2)[4]) try_setup_line() argument 718 lp_setup_line_discard(struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4]) lp_setup_line_discard() argument 724 lp_setup_line(struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4]) lp_setup_line() argument [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/aes/ |
H A D | aesv8-armx.S | 38 ld1 {v1.4s,v2.4s},[x3],#32 56 eor v6.16b,v6.16b,v1.16b 58 shl v1.16b,v1.16b,#1 62 ld1 {v1.4s},[x3] 73 eor v6.16b,v6.16b,v1.16b 75 shl v1.16b,v1.16b,#1 87 eor v6.16b,v6.16b,v1.16b 123 eor v6.16b,v6.16b,v1 [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/aes/ |
H A D | aesv8-armx.S | 38 ld1 {v1.4s,v2.4s},[x3],#32 56 eor v6.16b,v6.16b,v1.16b 58 shl v1.16b,v1.16b,#1 62 ld1 {v1.4s},[x3] 73 eor v6.16b,v6.16b,v1.16b 75 shl v1.16b,v1.16b,#1 87 eor v6.16b,v6.16b,v1.16b 123 eor v6.16b,v6.16b,v1 [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/aes/ |
H A D | aesv8-armx.S | 38 ld1 {v1.4s,v2.4s},[x3],#32 56 eor v6.16b,v6.16b,v1.16b 58 shl v1.16b,v1.16b,#1 62 ld1 {v1.4s},[x3] 73 eor v6.16b,v6.16b,v1.16b 75 shl v1.16b,v1.16b,#1 87 eor v6.16b,v6.16b,v1.16b 123 eor v6.16b,v6.16b,v1 [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/aes/ |
H A D | aesv8-armx.S | 38 ld1 {v1.4s,v2.4s},[x3],#32 56 eor v6.16b,v6.16b,v1.16b 58 shl v1.16b,v1.16b,#1 62 ld1 {v1.4s},[x3] 73 eor v6.16b,v6.16b,v1.16b 75 shl v1.16b,v1.16b,#1 87 eor v6.16b,v6.16b,v1.16b 123 eor v6.16b,v6.16b,v1 [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | AdapterD3D12.cpp | 166 GetDefaultLimits(&limits->v1); in InitializeSupportedLimitsImpl() 171 limits->v1.maxTextureDimension1D = D3D12_REQ_TEXTURE1D_U_DIMENSION; in InitializeSupportedLimitsImpl() 172 limits->v1.maxTextureDimension2D = D3D12_REQ_TEXTURE2D_U_OR_V_DIMENSION; in InitializeSupportedLimitsImpl() 173 limits->v1.maxTextureDimension3D = D3D12_REQ_TEXTURE3D_U_V_OR_W_DIMENSION; in InitializeSupportedLimitsImpl() 174 limits->v1.maxTextureArrayLayers = D3D12_REQ_TEXTURE2D_ARRAY_AXIS_DIMENSION; in InitializeSupportedLimitsImpl() 177 limits->v1.maxVertexBuffers = 16; in InitializeSupportedLimitsImpl() 178 limits->v1.maxVertexAttributes = D3D12_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT; in InitializeSupportedLimitsImpl() 219 ASSERT(maxUAVsAllStages / 4 > limits->v1.maxStorageTexturesPerShaderStage); in InitializeSupportedLimitsImpl() 220 ASSERT(maxUAVsAllStages / 4 > limits->v1.maxStorageBuffersPerShaderStage); in InitializeSupportedLimitsImpl() 223 limits->v1 in InitializeSupportedLimitsImpl() [all...] |
/third_party/python/Lib/distutils/tests/ |
H A D | test_version.py | 35 for v1, v2, wanted in versions: 37 res = StrictVersion(v1)._cmp(StrictVersion(v2)) 44 % (v1, v2)) 47 (v1, v2, wanted, res)) 48 res = StrictVersion(v1)._cmp(v2) 51 (v1, v2, wanted, res)) 52 res = StrictVersion(v1)._cmp(object()) 55 (v1, v2, res)) 69 for v1, v2, wanted in versions: 70 res = LooseVersion(v1) [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/modes/ |
H A D | aes-gcm-armv8_64.S | 60 fmov v1.d[1], x9 //CTR block 1 80 aese v1.16b, v18.16b 81 aesmc v1.16b, v1.16b //AES block 1 - round 0 107 aese v1.16b, v19.16b 108 aesmc v1.16b, v1.16b //AES block 1 - round 1 119 aese v1.16b, v20.16b 120 aesmc v1.16b, v1 [all...] |