/third_party/boost/libs/units/test/ |
D | test_information_units.cpp | 110 BOOST_CONSTEXPR_OR_CONST quantity<info, long> ql(2 * byte); in BOOST_AUTO_TEST_CASE() local 111 BOOST_CHECK_EQUAL(ql.value(), long(2)); in BOOST_AUTO_TEST_CASE() 118 BOOST_CONSTEXPR_OR_CONST quantity<hu::byte::info, long> ql(2 * byte); in BOOST_AUTO_TEST_CASE() local 119 BOOST_CHECK_EQUAL(ql.value(), long(2)); in BOOST_AUTO_TEST_CASE() 126 BOOST_CONSTEXPR_OR_CONST quantity<hu::bit::info, long> ql(2 * bit); in BOOST_AUTO_TEST_CASE() local 127 BOOST_CHECK_EQUAL(ql.value(), long(2)); in BOOST_AUTO_TEST_CASE() 134 BOOST_CONSTEXPR_OR_CONST quantity<hu::nat::info, long> ql(2 * nat); in BOOST_AUTO_TEST_CASE() local 135 BOOST_CHECK_EQUAL(ql.value(), long(2)); in BOOST_AUTO_TEST_CASE() 142 BOOST_CONSTEXPR_OR_CONST quantity<hu::hartley::info, long> ql(2 * hartley); in BOOST_AUTO_TEST_CASE() local 143 BOOST_CHECK_EQUAL(ql.value(), long(2)); in BOOST_AUTO_TEST_CASE() [all …]
|
/third_party/musl/src/network/ |
D | res_query.c | 7 int ql = __res_mkquery(0, name, class, type, 0, 0, 0, q, sizeof q); in res_query() local 8 if (ql < 0) return ql; in res_query() 9 return __res_send(q, ql, dest, len); in res_query()
|
/third_party/libjpeg-turbo/release/ |
D | Welcome.rtf | 6 \pard\pardeftab720\ql\qnatural 10 \pard\pardeftab720\ql\qnatural 13 \pard\pardeftab720\ql\qnatural
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/release/ |
D | Welcome.rtf | 6 \pard\pardeftab720\ql\qnatural 10 \pard\pardeftab720\ql\qnatural 13 \pard\pardeftab720\ql\qnatural
|
/third_party/ffmpeg/libavcodec/ |
D | intrax8dsp.c | 349 int ql = (quant + 10) >> 3; in x8_loop_filter() local 363 t = (FFABS(p1 - p2) <= ql) + in x8_loop_filter() 364 (FFABS(p2 - p3) <= ql) + in x8_loop_filter() 365 (FFABS(p3 - p4) <= ql) + in x8_loop_filter() 366 (FFABS(p4 - p5) <= ql); in x8_loop_filter() 370 t += (FFABS(p5 - p6) <= ql) + in x8_loop_filter() 371 (FFABS(p6 - p7) <= ql) + in x8_loop_filter() 372 (FFABS(p7 - p8) <= ql) + in x8_loop_filter() 373 (FFABS(p8 - p9) <= ql) + in x8_loop_filter() 374 (FFABS(p0 - p1) <= ql); in x8_loop_filter()
|
/third_party/skia/src/gpu/geometry/ |
D | GrQuad.cpp | 14 static bool aa_affects_rect(float ql, float qt, float qr, float qb) { in aa_affects_rect() argument 15 return !SkScalarIsInt(ql) || !SkScalarIsInt(qr) || !SkScalarIsInt(qt) || !SkScalarIsInt(qb); in aa_affects_rect()
|
/third_party/openssl/crypto/bn/ |
D | bn_div.c | 398 BN_ULONG ql, qh; in bn_div_fixed_top() local 401 ql = LBITS(q); in bn_div_fixed_top() 403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in bn_div_fixed_top()
|
/third_party/flutter/skia/src/gpu/geometry/ |
D | GrQuad.cpp | 14 static bool aa_affects_rect(float ql, float qt, float qr, float qb) { in aa_affects_rect() argument 15 return !SkScalarIsInt(ql) || !SkScalarIsInt(qr) || !SkScalarIsInt(qt) || !SkScalarIsInt(qb); in aa_affects_rect()
|
/third_party/python/Mac/PythonLauncher/English.lproj/ |
D | Credits.rtf | 4 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | pt.txt | 1025 one{"{0} ql"} 1026 other{"{0} ql"} 1654 one{"{0} ql"} 1655 other{"{0} ql"}
|
/third_party/typescript/tests/baselines/reference/ |
D | hugeDeclarationOutputGTruncatedWithError.ts.types | 6 …" | "qb" | "qc" | "qd" | "qe" | "qf" | "qg" | "qh" | "qi" | "qj" | "qk" | "ql" | "qm" | "qn" | "qo… 9 …ql: "aa.ql"; qm: "aa.qm"; qn: "aa.qn"; qo: "aa.qo"; qp: "aa.qp"; qq: "aa.qq"; qr: "aa.qr"; qs: "aa… 10 …ql: "aa.ql"; qm: "aa.qm"; qn: "aa.qn"; qo: "aa.qo"; qp: "aa.qp"; qq: "aa.qq"; qr: "aa.qr"; qs: "aa…
|
D | hugeDeclarationOutputGetsTruncatedWithError.types | 6 …" | "qb" | "qc" | "qd" | "qe" | "qf" | "qg" | "qh" | "qi" | "qj" | "qk" | "ql" | "qm" | "qn" | "qo… 9 …ql: "aa.ql"; qm: "aa.qm"; qn: "aa.qn"; qo: "aa.qo"; qp: "aa.qp"; qq: "aa.qq"; qr: "aa.qr"; qs: "aa… 10 …ql: "aa.ql"; qm: "aa.qm"; qn: "aa.qn"; qo: "aa.qo"; qp: "aa.qp"; qq: "aa.qq"; qr: "aa.qr"; qs: "aa…
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | ejdb2_node.c | 1330 JNQL ql = *qlp; in jn_jnql_destroy_mt() local 1331 if (ql->jql) { in jn_jnql_destroy_mt() 1332 jql_destroy(&ql->jql); in jn_jnql_destroy_mt() 1334 free(ql); in jn_jnql_destroy_mt()
|
/third_party/libxml2/ |
D | HTMLparser.c | 3463 int q, ql; in htmlParseComment() local 3487 q = CUR_CHAR(ql); in htmlParseComment() 3490 NEXTL(ql); in htmlParseComment() 3528 COPY_BUF(ql,buf,len,q); in htmlParseComment() 3535 ql = rl; in htmlParseComment()
|
D | parser.c | 4758 int q, ql; in xmlParseCommentComplex() local 4779 q = CUR_CHAR(ql); in xmlParseCommentComplex() 4789 NEXTL(ql); in xmlParseCommentComplex() 4824 COPY_BUF(ql,buf,len,q); in xmlParseCommentComplex() 4826 ql = rl; in xmlParseCommentComplex()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | HTMLparser.c | 3323 int q, ql; in htmlParseComment() local 3346 q = CUR_CHAR(ql); in htmlParseComment() 3349 NEXTL(ql); in htmlParseComment() 3371 COPY_BUF(ql,buf,len,q); in htmlParseComment() 3373 ql = rl; in htmlParseComment()
|
D | parser.c | 4709 int q, ql; in xmlParseCommentComplex() local 4727 q = CUR_CHAR(ql); in xmlParseCommentComplex() 4737 NEXTL(ql); in xmlParseCommentComplex() 4779 COPY_BUF(ql,buf,len,q); in xmlParseCommentComplex() 4781 ql = rl; in xmlParseCommentComplex()
|
/third_party/icu/icu4c/source/data/unit/ |
D | pt.txt | 1266 one{"{0} ql"} 1267 other{"{0} ql"}
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | pt.txt | 1266 one{"{0} ql"} 1267 other{"{0} ql"}
|
/third_party/quickjs/ |
D | libbf.c | 1979 limb_t l, h, rh, ql, qh, c, i; in mp_sqrtrem_rec() local 2009 ql = mp_shr(tabs, tabs, l, 1, qh & 1); in mp_sqrtrem_rec() 2011 if (ql) in mp_sqrtrem_rec() 6000 limb_t l, h, rh, ql, qh, c, i; in mp_sqrtrem_rec_dec() local 6026 ql = mp_div1_dec(tabs, tabs, l, 2, qh & 1); in mp_sqrtrem_rec_dec() 6028 if (ql) in mp_sqrtrem_rec_dec()
|
/third_party/gstreamer/gstplugins_bad/tests/files/ |
D | test.ts | 543 … 0A�2xCɔ��_�ڦX _���8!�?�%8� x���9<������}qW�k`��.uCe2G�G�k��ql[��É@���2|��� ���4��N… 721 ]:��\�r�LtY�O" �����ql��
|
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …;BB6BC3DF0EH-GJ-JM2ON9RQ?TREUSD\ZC\\D\]Oaaaihxrq�{z��~������È�����{�ys�to�ql�qm�rn�vp�wr�wr�to�sk…
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …;BB6BC3DF0EH-GJ-JM2ON9RQ?TREUSD\ZC\\D\]Oaaaihxrq�{z��~������È�����{�ys�to�ql�qm�rn�vp�wr�wr�to�sk…
|
/third_party/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …;BB6BC3DF0EH-GJ-JM2ON9RQ?TREUSD\ZC\\D\]Oaaaihxrq�{z��~������È�����{�ys�to�ql�qm�rn�vp�wr�wr�to�sk…
|
/third_party/skia/ |
D | go.sum | 3159 modernc.org/ql v1.0.0 h1:bIQ/trWNVjQPlinI6jdOQsi195SIturGo3mp5hsDqVU= 3160 modernc.org/ql v1.0.0/go.mod h1:xGVyrLIatPcO2C1JvI/Co8c0sr6y91HKFNy4pt9JXEY=
|