/third_party/ffmpeg/libavfilter/x86/ |
D | vf_v360.asm | 2 ;* x86-optimized functions for v360 filter 18 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 28 pb_mask: db 0,4,8,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 29 pw_mask: db 0,1,4, 5, 8, 9,12,13,-1,-1,-1,-1,-1,-1,-1,-1 172 xor yq, yq 180 pmovsxwd m1, [kerq + yq] 181 pmovsxwd m2, [vq + yq] 182 pmovsxwd m3, [uq + yq] 191 movzx tmpq, word [vq + yq + 16] 193 movzx zq, word [uq + yq + 16] [all …]
|
D | colorspacedsp.asm | 2 ;* x86-optimized functions for colorspace filter 20 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 62 %assign %%sh (14 + %1 - %2) 63 %assign %%rnd (1 << (%%sh - 1)) 64 %assign %%uvinoff (128 << (%1 - 8)) 65 %assign %%uvoutoff (128 << (%2 - 8)) 74 %assign %%maxval (1 << %2) - 1 77 %assign %%ypsh %%sh - 1 79 %assign %%yoffsh %%ypsh - 13 84 %assign %%yprnd (1 << (%%yoffsh - 1)) [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | cfhdencdsp.asm | 2 ;* x86-optimized functions for the CFHD encoder 19 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 26 pw_p1_n1: dw 1, -1, 1, -1, 1, -1, 1, -1 27 pw_n1_p1: dw -1, 1, -1, 1, -1, 1, -1, 1 28 pw_p5_n11: dw 5, -11, 5, -11, 5, -11, 5, -11 29 pw_n5_p11: dw -5, 11, -5, 11, -5, 11, -5, 11 30 pw_p11_n5: dw 11, -5, 11, -5, 11, -5, 11, -5 31 pw_n11_p5: dw -11, 5, -11, 5, -11, 5, -11, 5 33 pw_n4: times 8 dw -4 50 movsxdifnidn yq, yd [all …]
|
D | cfhddsp.asm | 2 ;* x86-optimized functions for the CFHD decoder 19 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 26 factor_p1_n1: dw 1, -1, 1, -1, 1, -1, 1, -1, 27 factor_n1_p1: dw -1, 1, -1, 1, -1, 1, -1, 1, 28 factor_p11_n4: dw 11, -4, 11, -4, 11, -4, 11, -4, 60 neg yq 69 mov ymp, yq 73 neg yq 95 imul tempq, -4 233 movsx xq, word [lowq - 2] [all …]
|
D | v210enc.asm | 19 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 31 v210_enc_luma_shuf_10: times 2 db -1,0,1,-1,2,3,4,5,-1,6,7,-1,8,9,10,11 34 v210_enc_chroma_shuf_10: times 2 db 0,1,8,9,-1,2,3,-1,10,11,4,5,-1,12,13,-1 41 v210_enc_luma_shuf_8: times 2 db 6,-1,7,-1,8,-1,9,-1,10,-1,11,-1,-1,-1,-1,-1 44 v210_enc_chroma_shuf1_8: times 2 db 0,-1,1,-1,2,-1,3,-1,8,-1,9,-1,10,-1,11,-1 45 v210_enc_chroma_shuf2_8: times 2 db 3,-1,4,-1,5,-1,7,-1,11,-1,12,-1,13,-1,15,-1 55 lea r0, [yq+2*widthq] 64 movu xm0, [yq+2*widthq] 66 vinserti128 m0, m0, [yq+widthq*2+12], 1 110 add yq, widthq [all …]
|
D | v210.asm | 20 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 28 v210_luma_permute: dd 0,1,2,4,5,6,7,7 ; 32-byte alignment required 29 v210_chroma_shuf2: db 0,1,2,3,4,5,8,9,10,11,12,13,-1,-1,-1,-1 30 v210_luma_shuf_avx2: db 0,1,4,5,6,7,8,9,12,13,14,15,-1,-1,-1,-1 31 v210_chroma_shuf_avx2: db 0,1,4,5,10,11,-1,-1,2,3,8,9,12,13,-1,-1 34 v210_luma_shuf: db 8,9,0,1,2,3,12,13,4,5,6,7,-1,-1,-1,-1 35 v210_chroma_shuf: db 0,1,8,9,6,7,-1,-1,2,3,4,5,12,13,-1,-1 44 lea yq, [yq+2*wq] 77 movu [yq+2*wq], m2 89 movu [yq+2*wq], m2
|
D | sbrdsp.asm | 19 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 25 ; mask equivalent for multiply by -1.0 1.0 30 ps_noise2 times 2 dd -1.0, 0.0 31 ps_noise13 dd 0.0, 1.0, 0.0, -1.0 32 dd 0.0, -1.0, 0.0, 1.0 33 dd 0.0, 1.0, 0.0, -1.0 161 lea X_lowq, [X_lowq + endq*2*4 - 2*2*4] 215 lea r2q, [zq + (64-4)*4] 256 mov cq, 64*4-2*mmsize 297 %define OFFSET (32*4-2*mmsize) [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_ubuntu/ |
D | continuous.sh | 5 set -e # Fail on any error. 6 set -x # Display commands being run. 9 sudo aptitude purge -yq cmake 10 wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add - 11 sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ xenial main' 12 sudo aptitude update -yq 13 sudo aptitude install -yq cmake 14 cmake --version 17 sudo add-apt-repository ppa:ubuntu-toolchain-r/test 18 sudo aptitude update -yq [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | lcldec.c | 3 * Copyright (c) 2002-2004 Roberto Togni 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 93 ofs = FFMIN(ofs, destptr - destptr_bak); in mszh_decomp() 95 cnt = FFMIN(cnt, destptr_end - destptr); in mszh_decomp() 109 if (destptr_end - destptr < 32 || srcptr_end - srcptr < 32) break; in mszh_decomp() 119 return destptr - destptr_bak; in mszh_decomp() 125 * @brief decompress a zlib-compressed data block into decomp_buf 133 LclDecContext *c = avctx->priv_data; in zlib_decomp() 134 int zret = inflateReset(&c->zstream); in zlib_decomp() 139 c->zstream.next_in = src; in zlib_decomp() [all …]
|
/third_party/node/test/parallel/ |
D | test-crypto-dh-stateless.js | 33 key: '-----BEGIN PRIVATE KEY-----\n' + 34 'MIIBoQIBADCB1QYJKoZIhvcNAQMBMIHHAoHBAP//////////yQ/aoiFowjTExmKL\n' + 43 '-----END PRIVATE KEY-----', 48 key: '-----BEGIN PUBLIC KEY-----\n' + 49 'MIIBnzCB1QYJKoZIhvcNAQMBMIHHAoHBAP//////////yQ/aoiFowjTExmKLgNwc\n' + 58 '-----END PUBLIC KEY-----', 63 key: '-----BEGIN PRIVATE KEY-----\n' + 64 'MIIBoQIBADCB1QYJKoZIhvcNAQMBMIHHAoHBAP//////////yQ/aoiFowjTExmKL\n' + 73 '-----END PRIVATE KEY-----', 78 key: '-----BEGIN PUBLIC KEY-----\n' + [all …]
|
D | test-string-decoder-end.js | 34 // Also test just arbitrary bytes from 0-15. 36 const bytes = '.'.repeat(i - 1).split('.').map((_, j) => j + 0x78); 75 testEnd('base64', Buffer.of(0x61), Buffer.of(), 'YQ=='); 76 testEnd('base64', Buffer.of(0x61), Buffer.of(0x61), 'YQ==YQ=='); 78 testEnd('base64', Buffer.of(0x61, 0x61), Buffer.of(0x61), 'YWE=YQ=='); 82 testEnd('base64url', Buffer.of(0x61), Buffer.of(), 'YQ');
|
/third_party/node/test/cctest/ |
D | test_base64.cc | 1 #include "base64-inl.h" 21 test("a", "YQ=="); in TEST() 57 test("\x68\xd9\x16\x25\x5c\x1e\x40\x92\x2d\xfb", "aNkWJVweQJIt-w"); in TEST() 58 test("\xac\xc7\x93\xaa\x83\x6f\xc3\xe3\x3f\x75", "rMeTqoNvw-M_dQ"); in TEST() 71 test("YQ", "a"); in TEST() 76 test("YQ ==", "a"); in TEST() 77 test("YQ == junk", "a"); in TEST() 92 test("rMeTqoNvw-M_dQ", "\xac\xc7\x93\xaa\x83\x6f\xc3\xe3\x3f\x75"); in TEST()
|
/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpencod.txt | 2 # Copyright 2001-2017 The OpenSSL Project Authors. All Rights Reserved. 94 # Truncate 1-3 chars 111 Output = "YQ==YQ==YQ==\n" 139 # CVE 2015-0292 185 # B64_EOF ('-') terminates input and trailing bytes are ignored 188 Output = "T3BlblNTTE9wZW5TU0wK\n-abcd" 192 Output = "T3BlblNTTE9wZW5TU0wK-abcd"
|
/third_party/openssl/ |
D | .travis.yml | 13 - if [ -n "$COVERALLS" ]; then 14 pip install --user cpp-coveralls; 16 - if expr "$CONFIG_OPTS" ":" ".*enable-external-tests" > /dev/null; then 17 git submodule update --init --recursive; 19 - eval "${MATRIX_EVAL}" 22 - amd64 23 - arm64 26 - linux 27 - osx 30 - clang [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SetupRoutine.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 84 Float A = (y0 - y2) * x1 + (y2 - y1) * x0 + (y1 - y0) * x2; // Area in generate() 90 A = IfThenElse(w0w1w2 < 0, -A, A); in generate() 191 Array<Int> Yq(16); in generate() local 198 Yq[i] = Y[i]; in generate() 203 Xq[i] = Xq[i] - *Pointer<Int>(constants + OFFSET(Constants, Xf) + q * sizeof(int)); in generate() 204 Yq[i] = Yq[i] - *Pointer<Int>(constants + OFFSET(Constants, Yf) + q * sizeof(int)); in generate() 211 …Pointer<Byte> leftEdge = Pointer<Byte>(primitive + OFFSET(Primitive, outline->left)) + q * sizeof(… in generate() 212 …Pointer<Byte> rightEdge = Pointer<Byte>(primitive + OFFSET(Primitive, outline->right)) + q * sizeo… in generate() 220 For(Int y = yMin - 1, y < yMax + 1, y++) in generate() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | SetupRoutine.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 89 Float A = (y2 - y0) * x1 + (y1 - y2) * x0 + (y0 - y1) * x2; // Area in generate() 100 A = IfThenElse(w0w1w2 < 0, -A, A); in generate() 206 Array<Int> Yq(16); in generate() local 213 Yq[i] = Y[i]; in generate() 218 Yq[i] = Yq[i] + *Pointer<Int>(constants + OFFSET(Constants,Yf) + q * sizeof(int)); in generate() 225 …Pointer<Byte> leftEdge = Pointer<Byte>(primitive + OFFSET(Primitive,outline->left)) + q * sizeof(P… in generate() 226 …Pointer<Byte> rightEdge = Pointer<Byte>(primitive + OFFSET(Primitive,outline->right)) + q * sizeof… in generate() 234 For(Int y = yMin - 1, y < yMax + 1, y++) in generate() 242 Yq[n] = Yq[0]; in generate() [all …]
|
/third_party/openssl/test/certs/ |
D | pc2-cert.pem | 1 -----BEGIN CERTIFICATE----- 17 9cGMdlEmWxPJg9Nkc557ng4b54xncyw+YQ/1vqkTtBX7w5Y4lFTOaZW3uq3iL1NU 21 -----END CERTIFICATE-----
|
D | ncca3-cert.pem | 1 -----BEGIN CERTIFICATE----- 15 4yQ/ito9qlV4d4SoWLQijc5eJmTvWQKvHfZNCM9nKWQCY/QDMMePT2UO8RLHjkI3 20 -----END CERTIFICATE-----
|
/third_party/openssl/apps/ |
D | dh1024.pem | 1 -----BEGIN DH PARAMETERS----- 2 MIGHAoGBAP//////////yQ/aoiFowjTExmKLgNwc0SkCTgiKZ8x0Agu+pjsTmyJR 5 -----END DH PARAMETERS----- 7 These are the 1024-bit DH parameters from "Internet Key Exchange
|
/third_party/mbedtls/tests/data_files/ |
D | test-ca.key | 1 -----BEGIN RSA PRIVATE KEY----- 2 Proc-Type: 4,ENCRYPTED 3 DEK-Info: DES-EDE3-CBC,A8A95B05D5B7206B 24 X+GnwtgEMyCYyyWuUct8g4RzErcY9+yW9Om5Hzpx4zOuW4NPZgPDTgK+t2RSL/Yq 30 -----END RSA PRIVATE KEY-----
|
/third_party/icu/icu4c/source/test/fuzzer/ |
D | uloc_for_language_tag_fuzzer_seed_corpus.txt | 1 sr-Cyrl-RS 2 zz-UND 5 en-US-u-islamcal 6 zh-CN-a-myext-x-private 7 en-a-myext-b-another 8 de-419-DE 9 a-DE 10 ar-a-aaa-b-bbb-a-ccc 11 sl-rozaj 12 sl-rozaj-biske [all …]
|
D | uloc_get_name_fuzzer_seed_corpus.txt | 1 sr-Cyrl-RS 2 zz-UND 5 en-US-u-islamcal 6 zh-CN-a-myext-x-private 7 en-a-myext-b-another 8 de-419-DE 9 a-DE 10 ar-a-aaa-b-bbb-a-ccc 11 sl-rozaj 12 sl-rozaj-biske [all …]
|
D | uloc_is_right_to_left_fuzzer_seed_corpus.txt | 1 sr-Cyrl-RS 2 zz-UND 5 en-US-u-islamcal 6 zh-CN-a-myext-x-private 7 en-a-myext-b-another 8 de-419-DE 9 a-DE 10 ar-a-aaa-b-bbb-a-ccc 11 sl-rozaj 12 sl-rozaj-biske [all …]
|
D | uloc_open_keywords_fuzzer_seed_corpus.txt | 1 sr-Cyrl-RS 2 zz-UND 5 en-US-u-islamcal 6 zh-CN-a-myext-x-private 7 en-a-myext-b-another 8 de-419-DE 9 a-DE 10 ar-a-aaa-b-bbb-a-ccc 11 sl-rozaj 12 sl-rozaj-biske [all …]
|
D | uloc_canonicalize_fuzzer_seed_corpus.txt | 1 sr-Cyrl-RS 2 zz-UND 5 en-US-u-islamcal 6 zh-CN-a-myext-x-private 7 en-a-myext-b-another 8 de-419-DE 9 a-DE 10 ar-a-aaa-b-bbb-a-ccc 11 sl-rozaj 12 sl-rozaj-biske [all …]
|