| /third_party/json/single_include/nlohmann/ |
| H A D | json.hpp | 2765 // allows to call any std function as if (e.g. with begin): 2839 @ref basic_json::is_number() (with @ref basic_json::is_number_integer(), 2852 value with the default value for a given type 2878 string; however, making a binary array directly comparable with a string would 2945 occurrences of @a f are replaced with @a t 2946 @param[in] f the substring to replace with @a t 2950 enforced with an assertion.** 2961 s.replace(pos, f.size(), t), // replace with t, and in replace_substring() 3091 // working with C++11 variadic templates). `absl::integer_sequence` is designed 3271 // doesn't work with SFINA [all...] |
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | vp9intrapred.asm | 26 ;* License along with FFmpeg; if not, write to the Free Software
|
| H A D | vp9intrapred_16bpp.asm | 20 ;* License along with FFmpeg; if not, write to the Free Software
|
| /third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/aes/ |
| H A D | bsaes-x86_64.s | 2604 # "GNU" encoded with .byte, since .asciz isn't supported
|
| H A D | aes-x86_64.s | 2665 # "GNU" encoded with .byte, since .asciz isn't supported
|
| H A D | aesni-x86_64.s | 4492 # "GNU" encoded with .byte, since .asciz isn't supported
|
| H A D | aesni-sha1-x86_64.s | 3042 # "GNU" encoded with .byte, since .asciz isn't supported
|
| /third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/ |
| H A D | bsaes-x86_64.s | 2604 # "GNU" encoded with .byte, since .asciz isn't supported
|
| H A D | aes-x86_64.s | 2665 # "GNU" encoded with .byte, since .asciz isn't supported
|
| H A D | aesni-sha1-x86_64.s | 3042 # "GNU" encoded with .byte, since .asciz isn't supported
|
| /third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/chacha/ |
| H A D | chacha-x86_64.s | 2200 # "GNU" encoded with .byte, since .asciz isn't supported
|
| /third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/chacha/ |
| H A D | chacha-x86_64.s | 2200 # "GNU" encoded with .byte, since .asciz isn't supported
|
| /third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/aes/ |
| H A D | bsaes-x86_64.s | 2604 # "GNU" encoded with .byte, since .asciz isn't supported
|
| /third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/aes/ |
| H A D | bsaes-x86_64.s | 2604 # "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 | bsaes-x86_64.s | 2604 # "GNU" encoded with .byte, since .asciz isn't supported
|
| /third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/chacha/ |
| H A D | chacha-x86_64.s | 2200 # "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 | bsaes-x86_64.s | 2604 # "GNU" encoded with .byte, since .asciz isn't supported
|
| /third_party/pulseaudio/src/modules/alsa/ |
| H A D | alsa-mixer.c | 18 along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. 265 /* store the ucm device with the sequence of priority from low to high. this in pa_alsa_jack_add_ucm_device() 266 * could guarantee when the jack state is changed, the device with highest in pa_alsa_jack_add_ucm_device() 1076 * step. *db_value is replaced with the value from the db_values table. 1108 * But even with accurate nearest dB volume step is not selected, so that is why we need 1722 /* Check that the kernel driver returns consistent limits with in element_probe_volume() 1822 pa_log_warn("Volume element %s with no channels?", buf); in element_probe_volume() 1834 * don't support elements with more than POSITION_MASK_CHANNELS in element_probe_volume() 1979 * never be called with a NULL mapping. */ in jack_probe() 3649 * Every state is a subset of itself (with caveat in element_is_subset() [all...] |
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | jidctint.c | 23 * Algorithms with 11 Multiplications", Proc. Int'l. Conf. on Acoustics, 26 * We use their alternate method with 12 multiplies and 32 adds. 29 * scaled fixed-point arithmetic, with a minimal number of shifts. 31 * We also provide IDCT routines with various output sample block sizes for 66 Sorry, this code only copes with 8x8 DCT blocks. /* deliberate syntax err */ 85 * multiplication we have to divide the product by CONST_SCALE, with proper 88 * as long as possible so that partial sums can be added together with 94 * with the recommended scaling. (To scale up 12-bit sample data further, an 147 * For 8-bit samples with the recommended scaling, all the variable 201 * DC coefficient (with scal in jpeg_idct_islow() [all...] |
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2test.c | 17 Redistribution and use in source and binary forms, with or without 25 documentation and/or other materials provided with the distribution. 51 pcre2test.c is compiled only once, and linked with all the enabled libraries. 119 set here, to make it easier to fiddle with them, and removed "b" from the input 263 clash with those in the libraries. Also, although pcre2_internal.h does itself 264 include pcre2.h, we explicitly include it beforehand, along with pcre2posix.h, 417 /* Table of names for newline types. Must be kept in step with the definitions 762 /* Controls and options that are supported for use with the POSIX interface. */ 782 /* Control bits that are not ignored with 'push'. */ 792 /* Controls that apply only at compile time with 'pus [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | bc.c | 15 bc is a command-line calculator with a Turing-complete language. 622 "This is free software with ABSOLUTELY NO WARRANTY.\n"; 2596 // is so the parser doesn't get inundated with whitespace. in bc_lex_next() 2674 static void bc_lex_assign(BcLex *l, BcLexType with, BcLexType without) { in bc_lex_assign() argument 2677 l->t = with; in bc_lex_assign() 5746 // with a backslash to the parser, which in bc_vm_stdin()
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | descriptor.pb.h | 13 #error incompatible with your Protocol Buffer headers. Please update 18 #error incompatible with your Protocol Buffer headers. Please 19 #error regenerate this file with a newer version of protoc.
|
| /third_party/node/deps/llhttp/src/ |
| H A D | llhttp.c | 5957 state->reason = "Content-Length can't be present with Transfer-Encoding"; in llhttp__internal__run() 13918 state->reason = "Content-Length can't be present with Transfer-Encoding"; in llhttp__internal__run()
|
| /third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/poly1305/ |
| H A D | poly1305-x86_64.s | 3593 # "GNU" encoded with .byte, since .asciz isn't supported
|
| /third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/chacha/ |
| H A D | chacha-x86_64.s | 3435 # "GNU" encoded with .byte, since .asciz isn't supported
|