/third_party/ntfs-3g/libntfs-3g/ |
D | cache.c | 479 struct CACHED_GENERIC *qc; in ntfs_create_cache() local 512 qc = (struct CACHED_GENERIC*)((char*)pc in ntfs_create_cache() 514 pc->next = qc; in ntfs_create_cache() 517 pc = qc; in ntfs_create_cache()
|
/third_party/ffmpeg/libavcodec/ |
D | aacenc_utils.h | 71 float qc = scaled[i] * Q34; in quantize_bands() local 72 int tmp = (int)FFMIN(qc + rounding, (float)maxval); in quantize_bands()
|
/third_party/mbedtls/tests/data_files/ |
D | rsa_pkcs1_1024_des.pem | 5 F6S1xLJn+qc/BVv7/0RjykUUqvLR12OcChmOFo3hboC5omWrmPzhhy1IS9XuVZuy
|
/third_party/openssl/test/ |
D | testrsa2048.pem | 12 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
|
/third_party/toybox/toys/pending/ |
D | sh.c | 522 int i, j, quote = 0, q, qc = 0; in parse_word() local 544 if (*end == '(') qc++; in parse_word() 545 else if (qc) qc--; in parse_word()
|
/third_party/openssl/test/recipes/90-test_sslapi_data/ |
D | dhparams.pem | 106 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
|
/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evppkey_mismatch.txt | 52 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
|
D | evppkey_rsa.txt | 33 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
|
D | evppkey_rsa_common.txt | 31 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/release/ |
D | License.rtf | 16 \pard\pardeftab720\qc
|
/third_party/libjpeg-turbo/release/ |
D | License.rtf | 16 \pard\pardeftab720\qc
|
/third_party/node/deps/npm/docs/src/images/ |
D | terminal-icon.svg | 1 …UsLFu1nd5l576PAFpSRlr6i4zZ3enJI0prrF2bmRqsW0PsW3MfUPTlZSRV+/Q0T2sex3V1+egI/qc/vf6DdzPD+2yzmeRAAAAA…
|
/third_party/protobuf/ |
D | CONTRIBUTORS.txt | 59 Vincent Choinière <Choiniere.Vincent@hydro.qc.ca>
|
/third_party/typescript/tests/baselines/reference/ |
D | hugeDeclarationOutputGetsTruncatedWithError.types | 6 …" | "ps" | "pt" | "pu" | "pv" | "pw" | "px" | "py" | "pz" | "qa" | "qb" | "qc" | "qd" | "qe" | "qf… 9 …qc: "aa.qc"; qd: "aa.qd"; qe: "aa.qe"; qf: "aa.qf"; qg: "aa.qg"; qh: "aa.qh"; qi: "aa.qi"; qj: "aa… 10 …qc: "aa.qc"; qd: "aa.qd"; qe: "aa.qe"; qf: "aa.qf"; qg: "aa.qg"; qh: "aa.qh"; qi: "aa.qi"; qj: "aa…
|
D | hugeDeclarationOutputGTruncatedWithError.ts.types | 6 …" | "ps" | "pt" | "pu" | "pv" | "pw" | "px" | "py" | "pz" | "qa" | "qb" | "qc" | "qd" | "qe" | "qf… 9 …qc: "aa.qc"; qd: "aa.qd"; qe: "aa.qe"; qf: "aa.qf"; qg: "aa.qg"; qh: "aa.qh"; qi: "aa.qi"; qj: "aa… 10 …qc: "aa.qc"; qd: "aa.qd"; qe: "aa.qe"; qf: "aa.qf"; qg: "aa.qg"; qh: "aa.qh"; qi: "aa.qi"; qj: "aa…
|
D | fixSignatureCaching.errors.txt | 352 …|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-…
|
/third_party/ltp/testcases/commands/ar/ |
D | ar01.sh | 115 ROD ar -qc"$MOD" lib.a $TST_DATAROOT/file1.in \> ar.out
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | BasicTest.java | 661 static final int qcToInt(Normalizer.QuickCheckResult qc) { in qcToInt() argument 662 if(qc==Normalizer.NO) { in qcToInt() 664 } else if(qc==Normalizer.YES) { in qcToInt()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | demo-compiled.js | 503 function qc(a){var b=T,c=O(a);a=w(a,1);if(!(a in I))return 1;a=P(b,a,Q(a));return pc(b,c,a,-1)}func… function 672 …****Validation Results:****");var m=qc(e);var v=0==m||4==m;d.g("\nResult from isPossibleNumber(): …
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
D | BasicTest.java | 664 static final int qcToInt(Normalizer.QuickCheckResult qc) { in qcToInt() argument 665 if(qc==Normalizer.NO) { in qcToInt() 667 } else if(qc==Normalizer.YES) { in qcToInt()
|
/third_party/tzdata/ |
D | backzone | 513 # https://www.justice.gouv.qc.ca/en/department/ministre/functions-and-responsabilities/legal-time-i… 517 # CQLR c T-5.1 <http://legisquebec.gouv.qc.ca/en/ShowDoc/cs/T-5.1>.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_path_rendering.txt | 1262 no associated texture coordinate set, the sc, tc, rc, and qc values 4433 q = qc 4443 q = qc 4452 q = qc 4459 q = qc 4469 q = qc 4478 q = qc 4485 q = qc 4495 q = qc 4502 q = qc [all …]
|
/third_party/openGLES/extensions/NV/ |
D | NV_path_rendering.txt | 1262 no associated texture coordinate set, the sc, tc, rc, and qc values 4433 q = qc 4443 q = qc 4452 q = qc 4459 q = qc 4469 q = qc 4478 q = qc 4485 q = qc 4495 q = qc 4502 q = qc [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_fragment_shader.txt | 582 qc (if any of qa, qb, or qc are less than or equal to zero, results are
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_fragment_shader.txt | 592 qc (if any of qa, qb, or qc are less than or equal to zero, results are
|