/third_party/node/tools/v8_gypfiles/ |
D | v8.gyp | 16 "<(V8_ROOT)/src/builtins/array-copywithin.tq", 17 "<(V8_ROOT)/src/builtins/array-every.tq", 18 "<(V8_ROOT)/src/builtins/array-filter.tq", 19 "<(V8_ROOT)/src/builtins/array-find.tq", 20 "<(V8_ROOT)/src/builtins/array-findindex.tq", 21 "<(V8_ROOT)/src/builtins/array-foreach.tq", 22 "<(V8_ROOT)/src/builtins/array-from.tq", 23 "<(V8_ROOT)/src/builtins/array-isarray.tq", 24 "<(V8_ROOT)/src/builtins/array-join.tq", 25 "<(V8_ROOT)/src/builtins/array-lastindexof.tq", [all …]
|
/third_party/boost/libs/thread/test/sync/mutual_exclusion/sync_pq/ |
D | tq_multi_thread_pass.cpp | 84 sync_tq tq; in test_push_while_pull() local 85 BOOST_TEST(tq.empty()); in test_push_while_pull() 88 tg.create_thread(boost::bind(call_push, &tq, start)); in test_push_while_pull() 89 tg.create_thread(boost::bind(call_pull, &tq, start)); in test_push_while_pull() 91 BOOST_TEST(tq.empty()); in test_push_while_pull() 96 sync_tq tq; in test_push_while_pull_until() local 97 BOOST_TEST(tq.empty()); in test_push_while_pull_until() 100 tg.create_thread(boost::bind(call_push, &tq, start)); in test_push_while_pull_until() 101 tg.create_thread(boost::bind(call_pull_until, &tq, start)); in test_push_while_pull_until() 103 BOOST_TEST(tq.empty()); in test_push_while_pull_until() [all …]
|
D | tq_single_thread_pass.cpp | 113 boost::concurrent::sync_timed_queue<boost::function<void()> > tq; in test_deque_times() local 118 tq.push(fn, d); in test_deque_times() 120 while(!tq.empty()) in test_deque_times() 122 boost::function<void()> fn = tq.pull(); in test_deque_times() 134 boost::concurrent::sync_timed_queue<boost::executors::work> tq; 138 tq.push(func2, d); 140 while(!tq.empty()) 142 boost::executors::work fn = tq.pull();
|
/third_party/ffmpeg/libavfilter/x86/ |
D | af_afir.asm | 33 add tq, lenq 39 movsldup m0, [tq + lenq] 40 movsldup m3, [tq + lenq+mmsize] 47 movshdup m2, [tq + lenq] 48 movshdup m5, [tq + lenq+mmsize] 59 movss xm0, [tq + lenq]
|
/third_party/typescript/tests/baselines/reference/ |
D | literals1.types | 42 var k = 'q\tq'; 44 >'q\tq' : "q\tq"
|
D | literals1.symbols | 32 var k = 'q\tq';
|
D | hugeDeclarationOutputGTruncatedWithError.ts.types | 6 …" | "tg" | "th" | "ti" | "tj" | "tk" | "tl" | "tm" | "tn" | "to" | "tp" | "tq" | "tr" | "ts" | "tt… 9 …tq: "aa.tq"; tr: "aa.tr"; ts: "aa.ts"; tt: "aa.tt"; tu: "aa.tu"; tv: "aa.tv"; tw: "aa.tw"; tx: "aa… 10 …tq: "aa.tq"; tr: "aa.tr"; ts: "aa.ts"; tt: "aa.tt"; tu: "aa.tu"; tv: "aa.tv"; tw: "aa.tw"; tx: "aa…
|
D | hugeDeclarationOutputGetsTruncatedWithError.types | 6 …" | "tg" | "th" | "ti" | "tj" | "tk" | "tl" | "tm" | "tn" | "to" | "tp" | "tq" | "tr" | "ts" | "tt… 9 …tq: "aa.tq"; tr: "aa.tr"; ts: "aa.ts"; tt: "aa.tt"; tu: "aa.tu"; tv: "aa.tv"; tw: "aa.tw"; tx: "aa… 10 …tq: "aa.tq"; tr: "aa.tr"; ts: "aa.ts"; tt: "aa.tt"; tu: "aa.tu"; tv: "aa.tv"; tw: "aa.tw"; tx: "aa…
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.cpp | 236 …de, const tcu::IVec2& dstSize, const tcu::IVec2& srcSize, const tcu::Vec3& sq, const tcu::Vec3& tq) in computeNonProjectedTriLod() argument 240 float dvx = (tq.z() - tq.x()) * (float)srcSize.y(); in computeNonProjectedTriLod() 241 float dvy = (tq.y() - tq.x()) * (float)srcSize.y(); in computeNonProjectedTriLod() 277 … dstSize, const tcu::IVec3& srcSize, const tcu::Vec3& sq, const tcu::Vec3& tq, const tcu::Vec3& rq) in computeNonProjectedTriLod() argument 281 float dvx = (tq.z() - tq.x()) * (float)srcSize.y(); in computeNonProjectedTriLod() 282 float dvy = (tq.y() - tq.x()) * (float)srcSize.y(); in computeNonProjectedTriLod() 428 …t, const tcu::Texture2DView& rawSrc, const tcu::Vec4& sq, const tcu::Vec4& tq, const ReferencePara… in sampleTextureNonProjected() argument 441 tcu::Vec3 triT[2] = { tq.swizzle(0, 1, 2), tq.swizzle(3, 2, 1) }; in sampleTextureNonProjected() 512 …t, const tcu::Texture2DView& rawSrc, const tcu::Vec4& sq, const tcu::Vec4& tq, const ReferencePara… in sampleTextureProjected() argument 523 tcu::Vec4 vq = tq * (float)src.getHeight(); in sampleTextureProjected() [all …]
|
D | gluTextureTestUtil.hpp | 182 …e, const tcu::IVec2& dstSize, const tcu::IVec2& srcSize, const tcu::Vec3& sq, const tcu::Vec3& tq); 183 … dstSize, const tcu::IVec3& srcSize, const tcu::Vec3& sq, const tcu::Vec3& tq, const tcu::Vec3& rq…
|
/third_party/libwebsockets/lib/system/async-dns/ |
D | async-dns.c | 643 lws_adns_q_t tq; member 754 memset(&tmq.tq, 0, sizeof(tmq.tq)); in lws_async_dns_query() 755 tmq.tq.opaque = opaque; in lws_async_dns_query() 758 lws_dll2_add_head(&wsi->adns, &tmq.tq.wsi_adns); in lws_async_dns_query() 760 tmq.tq.standalone_cb = cb; in lws_async_dns_query() 778 lws_async_dns_complete(&tmq.tq, c); in lws_async_dns_query() 790 lws_async_dns_complete(&tmq.tq, c); in lws_async_dns_query()
|
/third_party/node/test/fixtures/keys/ |
D | agent6-key.pem | 13 PtBX1uqzk81cOYkO2YkCQBUVMew70XetUXgh/2KOWyG/87uYy/s/NZ/LGImvo+tq
|
/third_party/libnl/include/linux-private/linux/can/ |
D | netlink.h | 34 __u32 tq; /* Time quanta (TQ) in nanoseconds */ member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureSwizzleTests.cpp | 175 …const tcu::Vec4 tq = tcu::Vec4(texCoord[0+1], texCoord[2+1], texCoord[4+1], texCoord[6+1]… in iterate() local 180 { tq.swizzle(0, 1, 2), tq.swizzle(3, 2, 1) } in iterate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | libtommath.c | 1611 mp_int ta, tb, tq, q; in mp_div() local 1633 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL)) != MP_OKAY) { in mp_div() 1638 mp_set(&tq, 1); in mp_div() 1643 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) { in mp_div() 1650 ((res = mp_add(&q, &tq, &q)) != MP_OKAY)) { in mp_div() 1655 ((res = mp_div_2d(&tq, 1, &tq, NULL)) != MP_OKAY)) { in mp_div() 1672 mp_clear_multi(&ta, &tb, &tq, &q, NULL); in mp_div()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | libtommath.c | 1611 mp_int ta, tb, tq, q; in mp_div() local 1633 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL)) != MP_OKAY) { in mp_div() 1638 mp_set(&tq, 1); in mp_div() 1643 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) { in mp_div() 1650 ((res = mp_add(&q, &tq, &q)) != MP_OKAY)) { in mp_div() 1655 ((res = mp_div_2d(&tq, 1, &tq, NULL)) != MP_OKAY)) { in mp_div() 1672 mp_clear_multi(&ta, &tb, &tq, &q, NULL); in mp_div()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 784 struct threaded_query *tq = threaded_query(query); in tc_call_destroy_query() local 786 if (list_is_linked(&tq->head_unflushed)) in tc_call_destroy_query() 787 list_del(&tq->head_unflushed); in tc_call_destroy_query() 827 struct threaded_query *tq = threaded_query(p->query); in tc_call_end_query() local 829 if (!list_is_linked(&tq->head_unflushed)) in tc_call_end_query() 830 list_add(&tq->head_unflushed, &p->tc->unflushed_queries); in tc_call_end_query() 840 struct threaded_query *tq = threaded_query(query); in tc_end_query() local 847 tq->flushed = false; in tc_end_query() 858 struct threaded_query *tq = threaded_query(query); in tc_get_query_result() local 860 bool flushed = tq->flushed; in tc_get_query_result() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | af_dynaudnorm.c | 466 static double gaussian_filter(DynamicAudioNormalizerContext *s, cqueue *q, cqueue *tq) in gaussian_filter() argument 472 tsum += cqueue_peek(tq, i) * s->weights[i]; in gaussian_filter() 473 result += cqueue_peek(q, i) * s->weights[i] * cqueue_peek(tq, i); in gaussian_filter()
|
/third_party/libnl/lib/route/link/ |
D | can.c | 229 ci->ci_bittiming.tq); in can_dump_details()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuAstcUtil.cpp | 298 deUint32 tq; //!< Trit or quint value, depending on ISE mode. member 643 dst[i].tq = trits[i]; in decodeISETritBlock() 694 dst[i].tq = quints[i]; in decodeISEQuintBlock() 766 dst[endpointNdx] = (((iseResults[endpointNdx].tq*C + B) ^ A) >> 2) | (A & 0x80); in unquantizeColorEndpoints() 1249 dst[weightNdx] = (((weightGrid[weightNdx].tq*C + B) ^ A) >> 2) | (A & 0x20); in unquantizeWeights()
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/ |
D | collationtest.txt | 557 <3 tq
|
/third_party/icu/icu4c/source/test/testdata/ |
D | collationtest.txt | 557 <3 tq
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | collationtest.txt | 557 <3 tq
|
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/ |
D | uri.all.min.js.map | 1 …harCode(digitToBasic(t + qMinusT % baseMinusT, 0))\n\t\t\t\t\t);\n\t\t\t\t\tq = floor(qMinusT / ba…
|
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …-4-%46!BI'Wc;q�W��m��}����������������Ȕ�Н�ӫ�Ү�ѭ�˥�����������������������{{�tq�k_sWM]BIO3JM0KK/./1,…
|