| /third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/rc4/ |
| H A D | rc4-md5-x86_64.s | 1288 # "GNU" encoded with .byte, since .asciz isn't supported
|
| /third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/ |
| H A D | aesni-mb-x86_64.s | 1595 # "GNU" encoded with .byte, since .asciz isn't supported
|
| /third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/rc4/ |
| H A D | rc4-md5-x86_64.s | 1288 # "GNU" encoded with .byte, since .asciz isn't supported
|
| /third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/aes/ |
| H A D | aesni-mb-x86_64.s | 1595 # "GNU" encoded with .byte, since .asciz isn't supported
|
| /third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
| H A D | poly1305-armv8.pl | 5 # this file except in compliance with the License. You can obtain a copy 21 # Numbers are cycles per processed byte with poly1305_blocks alone. 77 stp xzr,xzr,[$ctx,#16] // [along with is_base2_26] 548 // Note that we start with inp[2:3]*r^2. This is because it
|
| /third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
| H A D | chacha-c64xplus.pl | 5 # this file except in compliance with the License. You can obtain a copy 39 # yes, overlaps with @DAT, used only in 2x interleave code path... 780 XOR @X[0],@DAT[0],@DAT[0] ; xor with input
|
| /third_party/node/deps/simdutf/ |
| H A D | simdutf.h | 39 #error simdutf requires a compiler compliant with the C++11 standard 242 // The strcasecmp, strncasecmp, and strcasestr functions do not work with multibyte strings (e.g. UTF-8). 281 It's possible to override AVX512 settings with cmake DCMAKE_CXX_FLAGS. 360 // Marks a block with a name so that MCA analysis can see it. 427 // gcc doesn't seem to disable all warnings with all and extra, add warnings here as necessary 536 TOO_LONG, // We either have too many consecutive continuation bytes or the string starts with a continuation byte. 618 Redistribution and use in source and binary forms, with or without 626 documentation and/or other materials provided with the distribution. 908 * @return a result pair struct (of type simdutf::error containing the two fields error and count) with an error code and either position of the error (in the input in code units) if any, or the number of code units validated if successful. 931 * @return a result pair struct (of type simdutf::error containing the two fields error and count) with a [all...] |
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| H A D | context.rs | 46 checked = $checked:ident with $check_method:ident, 101 " called with ItemId that points to the wrong ItemKind" in from() 120 checked = as_type_id with is_type, 139 checked = as_module_id with is_module, 158 checked = as_var_id with is_var, 177 checked = as_function_id with is_function, 312 /// Clang USR to type map. This is needed to be able to associate types with 337 /// A stack with the current type declarations and types we're parsing. This 345 /// We could also use the `types` HashMap, but my intention with it is that 350 /// A map with al [all...] |
| /third_party/openssl/crypto/chacha/asm/ |
| H A D | chacha-c64xplus.pl | 5 # this file except in compliance with the License. You can obtain a copy 39 # yes, overlaps with @DAT, used only in 2x interleave code path... 780 XOR @X[0],@DAT[0],@DAT[0] ; xor with input
|
| /third_party/openssl/crypto/poly1305/asm/ |
| H A D | poly1305-armv8.pl | 5 # this file except in compliance with the License. You can obtain a copy 21 # Numbers are cycles per processed byte with poly1305_blocks alone. 77 stp xzr,xzr,[$ctx,#16] // [along with is_base2_26] 550 // Note that we start with inp[2:3]*r^2. This is because it
|
| /third_party/skia/third_party/externals/libpng/ |
| H A D | config.guess | 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 92 # headache to deal with in a portable fashion. 227 # kernel version information, so it can be replaced with a 628 echo romp-ibm-bsd"$UNAME_RELEASE" # 4.3 with uname added to 894 # other systems with GNU libc and userland 1055 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. 1062 # number series starting with 2... 1312 # Avoid executing cc on OS X 10.9, as it ships with a stub 1359 # is converted to i386 for consistency with other x86 1436 copies of config.guess and config.sub with th [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | number_skeletons.cpp | 473 return NumberFormatter::with().macros(macros); in create() 480 // Populate the UParseError with the error location in create() 610 // First check for "blueprint" stems, which start with a "signal char" in parseStem() 644 // Stems with meaning on their own, not requiring an option: in parseStem() 1344 // The wildcard character is not allowed with the priority annotation in parseFracSigOption() 1371 // Digits options with both min and max sig require the priority option in parseFracSigOption()
|
| /third_party/pcre2/pcre2/ |
| H A D | RunGrepTest.bat | 39 :: that lacks a -u option. Try to deal with this; better do the test for the -b
|
| /third_party/spirv-tools/test/opt/ |
| H A D | aggressive_dead_code_elim_test.cpp | 5 // you may not use this file except in compliance with the License. 817 // Eliminate stores to private in entry point with no calls 1067 // Eliminate stores to private in entry point with no calls 1781 // Do not eliminate break as conditional branch with merge instruction 2025 // Note: SPIR-V edited to replace AtomicAdd(i,0) with AtomicLoad(i) 3087 // Do not eliminate continue as conditional branch with merge instruction 3297 // %dead is unused. Make sure we remove it along with its name. 3422 // This test that the decoration associated with a variable are removed when the 3642 // We want to remove the names and decorations associated with results that 4380 // Int vector type spec constants built with bot [all...] |
| /third_party/rust/crates/memchr/bench/data/code/ |
| H A D | rust-library.rs | 1549 /// Contrast range_unbounded_unbounded with `iter()`. 1583 // Benchmarks on it have a counterpart in set.rs with the same keys and no values at all. 3323 // Exercise is_dangling() with a DST in slice() 3334 // Exercise is_dangling() with a DST in trait_object() 4545 // Note that there are subtleties with the number of backslashes in test_escape_debug() 4547 // are usually escaped with two backslashes on the right-hand side, as in test_escape_debug() 5378 with $fwd:expr, $bwd:expr; 5402 with $fwd:expr; 5423 with str::split, str::rsplit; 5430 with st [all...] |
| /third_party/libabigail/tests/lib/ |
| H A D | catch.hpp | 125 // can be combined, en-mass, with the _NO_ forms later. 274 // Check if we are compiled with -fno-exceptions or equivalent 340 // work around clang bug with libstdc++ https://bugs.llvm.org/show_bug.cgi?id=31852 364 // This is set by default, because we assume that compilers with no wchar_t support are just rare exceptions. 944 // replaced with std::invoke_result here. 1382 FalseTest = 0x04, // Prefix expression with ! 1622 // NB: call using the function-like syntax to avoid ambiguity with 2800 // Although this is matcher-based, it can be used with just a string 4590 // need to deal with seeding the main state. 4996 return "starts with [all...] |
| /third_party/mbedtls/tests/data_files/ |
| H A D | Makefile | 453 # try to forge a copy of test-int-ca3 with different key 577 server9-with-ca.crt: server9.crt $(test_ca_crt) 579 all_final += server9-with-ca.crt 647 # rsa = crl.pem, rsabadpem = same with pem error, rsaexp = crl_expired.pem 1204 # These instructions assume you are familiar with ASN.1 DER encoding and can 1441 # Generating this with OpenSSL as a comparison point to test we're getting the same result 1587 ### but for comparison with OpenSSL also rules for OpenSSL-generated 1897 # File with an otherwise valid signature signed with an expired cert 1920 # pkcs7 signature file with CER [all...] |
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/ |
| H A D | sha256-armv4.S | 4 @ this file except in compliance with the License. You can obtain a copy 1879 moveq pc,lr @ be binary compatible with V4, yet 1880 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/ |
| H A D | sha256-armv4.S | 4 @ this file except in compliance with the License. You can obtain a copy 1879 moveq pc,lr @ be binary compatible with V4, yet 1880 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
|
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | hevc_mc.asm | 18 ; * License along with FFmpeg; if not, write to the Free Software
|
| /third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/modes/ |
| H A D | ghash-x86_64.s | 1860 # "GNU" encoded with .byte, since .asciz isn't supported
|
| /third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/poly1305/ |
| H A D | poly1305-x86_64.s | 2075 # "GNU" encoded with .byte, since .asciz isn't supported
|
| /third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/bn/ |
| H A D | rsaz-avx2.s | 1751 # "GNU" encoded with .byte, since .asciz isn't supported
|
| H A D | rsaz-x86_64.s | 2022 # "GNU" encoded with .byte, since .asciz isn't supported
|
| /third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/camellia/ |
| H A D | cmll-x86_64.s | 1932 # "GNU" encoded with .byte, since .asciz isn't supported
|