/third_party/optimized-routines/string/aarch64/ |
D | strcmp-mte.S | 33 #define data3 x7 macro 136 ldr data3, [src2], 8 138 rev data3, data3 141 orr data3, data3, tmp 142 sub has_nul, data3, zeroones 143 orr tmp, data3, REP8_7f 152 ldr data3, [src1, off1] 155 rev data3, data3 157 sub has_nul, data3, zeroones 158 orr tmp, data3, REP8_7f [all …]
|
/third_party/ffmpeg/libavutil/tests/ |
D | hmac.c | 43 uint8_t key1[20], key3[131], data3[50]; in main() local 56 memset(data3, 0xdd, sizeof(data3)); in main() 66 test(hmac, key3, hmac->hashlen, data3, sizeof(data3)); in main() 80 test(hmac, key3, 20, data3, sizeof(data3)); in main()
|
/third_party/boost/libs/spirit/test/karma/ |
D | regression_adapt_adt.cpp | 75 class data3 class 81 data3(double data = 0.0) in data3() function in data3 90 data3, 144 BOOST_TEST(test("x=0.0\n", "x=" << double_ << "\n", data3(0))); in main() 145 BOOST_TEST(test("x=1.1\n", "x=" << double_ << "\n", data3(1.1))); in main() 146 BOOST_TEST(test("x=1.0e10\n", "x=" << double_ << "\n", data3(1e10))); in main() 153 data3(std::numeric_limits<double>::infinity()))); in main() 156 data3(std::numeric_limits<double>::quiet_NaN()))); in main() 160 data3(std::numeric_limits<double>::signaling_NaN()))); in main()
|
/third_party/boost/libs/ptr_container/test/ |
D | test_data.hpp | 37 data3(r.data3), data(r.data) in Base() 48 int data1, data2, data3; member in test::Base 53 Base() : data1(1), data2(2), data3(rand()%256), in Base() 78 return data3 < b.data3; in less_than() 85 data3 == b.data3 && in equal() 157 boost::hash_combine( seed, b.data3 ); in hash_value()
|
/third_party/boost/libs/numeric/odeint/examples/ |
D | elliptic.py | 18 data3 = loadtxt("elliptic3.dat") variable 22 sn3,cn3,dn3,phi3 = special.ellipj( data3[:,0] , 0.51 ) 26 semilogy( data3[:,0] , abs(data3[:,1]-sn3) , '--' )
|
/third_party/pyyaml/tests/lib/ |
D | test_input_output.py | 68 data3 = yaml.dump(value, encoding=encoding, allow_unicode=allow_unicode) 78 assert isinstance(data3, unicode), (type(data3), encoding) 81 assert isinstance(data3, str), (type(data3), encoding) 82 data3.decode(encoding) 103 data3 = open(filename, 'rb').read().decode('utf-16-le')[1:].encode('utf-8') 109 assert data1 == data3, (data1, data3)
|
/third_party/boost/libs/spirit/repository/example/qi/ |
D | derived.cpp | 65 derived3(const std::string &name, unsigned int data2, double data3) : in derived3() 67 data3(data3) {} in derived3() 68 double data3; member 73 os<<", "<<data3; in output() 100 (double, data3)
|
/third_party/pyyaml/tests/lib3/ |
D | test_input_output.py | 58 data3 = yaml.dump(value, encoding=encoding, allow_unicode=allow_unicode) 60 assert isinstance(data3, bytes) 61 data3 = data3.decode(encoding) 98 data3 = open(filename, 'r', encoding='utf-16-le').read() 104 assert data1 == data3, (data1, data3)
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_hue_sat_map.cpp | 337 HSBModify *data3 = result->SafeGetDeltas (); in Interpolate() local 344 data3->fHueShift = w1 * data1->fHueShift + in Interpolate() 347 data3->fSatScale = w1 * data1->fSatScale + in Interpolate() 350 data3->fValScale = w1 * data1->fValScale + in Interpolate() 355 data3++; in Interpolate()
|
/third_party/boost/libs/compute/test/ |
D | test_lexicographical_compare.cpp | 48 int data3[] = { 1, 2, 3, 4, 5 }; in BOOST_AUTO_TEST_CASE() local 53 boost::compute::vector<int> vector3(data3, data3 + 5, queue); in BOOST_AUTO_TEST_CASE()
|
D | test_merge.cpp | 106 std::vector<std::pair<int, float> > data3(data1.size() + data2.size()); in BOOST_AUTO_TEST_CASE() local 107 std::fill(data3.begin(), data3.end(), std::make_pair(-1, -1.f)); in BOOST_AUTO_TEST_CASE() 111 boost::compute::vector<std::pair<int, float> > v3(data3.size(), context); in BOOST_AUTO_TEST_CASE() 128 boost::compute::copy(v3.begin(), v3.end(), data3.begin(), queue); in BOOST_AUTO_TEST_CASE()
|
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/ |
D | read-write-only.comp | 13 vec4 data3; 25 data5 = data1 + data3;
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/comp/ |
D | read-write-only.comp | 13 vec4 data3; 25 data5 = data1 + data3;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/comp/ |
D | read-write-only.comp | 19 vec4 data3; 25 _10.data5 = _15.data1 + _21.data3;
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/comp/ |
D | read-write-only.comp | 19 vec4 data3; 25 _10.data5 = _15.data1 + _21.data3;
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/ |
D | read-write-only.comp | 21 float4 data3; 29 _10.data5 = _15.data1 + _21.data3;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/ |
D | read-write-only.comp | 21 float4 data3; 29 _10.data5 = _15.data1 + _21.data3;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | eap_pax_common.c | 90 const u8 *data3, size_t data3_len, in eap_pax_mac() argument 106 addr[2] = data3; in eap_pax_mac() 109 count = (data1 ? 1 : 0) + (data2 ? 1 : 0) + (data3 ? 1 : 0); in eap_pax_mac()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | eap_pax_common.c | 90 const u8 *data3, size_t data3_len, in eap_pax_mac() argument 106 addr[2] = data3; in eap_pax_mac() 109 count = (data1 ? 1 : 0) + (data2 ? 1 : 0) + (data3 ? 1 : 0); in eap_pax_mac()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | CachedFieldSizeTest.java | 59 byte[] data3 = message.getProto3Child().toByteArray(); in testCachedFieldSize() 63 assertEquals(message.getProto3Child(), UnittestProto3.TestPackedTypes.parseFrom(data3)); in testCachedFieldSize()
|
/third_party/curl/tests/data/ |
D | test1419 | 23 <data3> 29 </data3>
|
D | test570 | 28 <data3> 36 </data3>
|
D | test1156 | 39 <data3 nocheck="yes"> 46 </data3>
|
D | test18 | 26 <data3> 32 </data3>
|
/third_party/glib/gio/tests/ |
D | gdbus-threading.c | 441 SyncThreadData data3; in test_method_calls_on_proxy() local 465 data3.proxy = proxy; in test_method_calls_on_proxy() 466 data3.msec = 100; in test_method_calls_on_proxy() 467 data3.num = 40 / divisor; in test_method_calls_on_proxy() 468 data3.async = do_async; in test_method_calls_on_proxy() 471 &data3); in test_method_calls_on_proxy()
|