| /third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/rc4/ |
| H A D | rc4-x86_64.s | 642 # "GNU" encoded with .byte, since .asciz isn't supported
|
| /third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/sha/ |
| H A D | keccak1600-s390x.S | 252 lgr %r7,%r6 # harmonize with the loop top
|
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| H A D | numberformatter.h | 40 * NumberFormatter::with() 55 * std::unique_ptr<UnlocalizedNumberFormatter> template = NumberFormatter::with() 72 * UnlocalizedNumberFormatter formatter = UnlocalizedNumberFormatter::with().notation(Notation::scientific()); 202 * number in the form "#E0", where the number is displayed with one digit before the decimal separator, zero or more 253 * <em>Compact notation</em>, defined in Unicode Technical Standard #35 Part 3 Section 2.4.1, prints numbers with 279 * integer after scaling the number by the corresponding power of 10, but with a digit shown after the decimal 410 * Sets the minimum number of digits to show in the exponent of scientific notation, padding with zeros if 414 * For example, with minExponentDigits=2, the number 123 will be printed as "1.23E02" in <em>en-US</em> instead of 429 * For example, with exponentSignDisplay=ALWAYS, the number 123 will be printed as "1.23E+2" in <em>en-US</em> 475 * <strong>NOTE:</strong> When formatting a <em>double</em>, this method, along with { [all...] |
| /third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
| H A D | yacc.c | 21 # along with this program. If not, see <http://www.gnu.org/licenses/>. 306 /* All symbols defined below should begin with yy or YY, to avoid 500 /* The size of an array large to enough to hold all stacks, each with 568 as returned by yylex, with out-of-bounds checking. */ 763 evaluated with infinite-precision integer arithmetic. */ 907 array allocated with YYSTACK_ALLOC. yy_lac may overwrite the 1121 - If this state is a consistent state with a default action, then 1126 this state is a consistent state with a default action. Thus, 1131 consistent state with a default action. There might have been a 1132 previous inconsistent state, consistent state with [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
| H A D | ecp_nistz256-sparcv9.pl | 5 # this file except in compliance with the License. You can obtain a copy 26 # with/without -DECP_NISTZ256_ASM 81 # this conversion smashes P256_POINT_AFFINE by individual bytes with 178 # they can affect outcome (follow 'and' with $mask). Also keep in mind 179 # that addition with carry is addition with 32-bit carry, even though 180 # CPU is 64-bit. [Addition with 64-bit carry was introduced in T3, see 240 # performed with additions and subtractions alone. Indeed: 750 # above map() describes stack layout with 4 temporary 881 # above map() describes stack layout with 1 [all...] |
| /third_party/openssl/crypto/ec/asm/ |
| H A D | ecp_nistz256-sparcv9.pl | 5 # this file except in compliance with the License. You can obtain a copy 26 # with/without -DECP_NISTZ256_ASM 81 # this conversion smashes P256_POINT_AFFINE by individual bytes with 178 # they can affect outcome (follow 'and' with $mask). Also keep in mind 179 # that addition with carry is addition with 32-bit carry, even though 180 # CPU is 64-bit. [Addition with 64-bit carry was introduced in T3, see 240 # performed with additions and subtractions alone. Indeed: 750 # above map() describes stack layout with 4 temporary 881 # above map() describes stack layout with 1 [all...] |
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| H A D | setox.S | 132 | b) Even with the restrictions above, 183 | will be done away with.) 205 | with an inexact result. Thus, 9.5 always raises the 206 | inexact together with either overflow or underflow. 215 | Notes: This will return X with the appropriate rounding 252 | b) Even with the restriction above, 307 | b) Even with the restriction above,
|
| /kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
| H A D | setox.S | 132 | b) Even with the restrictions above, 183 | will be done away with.) 205 | with an inexact result. Thus, 9.5 always raises the 206 | inexact together with either overflow or underflow. 215 | Notes: This will return X with the appropriate rounding 252 | b) Even with the restriction above, 307 | b) Even with the restriction above,
|
| /kernel/linux/linux-5.10/scripts/ |
| H A D | kernel-doc | 61 -sphinx-version Use the ReST C domain dialect compatible with an 81 -enable-lineno Enable output of #define LINENO lines. Only works with 84 EXPORT_SYMBOL() and EXPORT_SYMBOL_GPL(). To be used with 181 # can be called form interrupts. Unlike other sections you can end it with an 225 my $type_fp_param2 = '\@(\w+->\S+)\(\)'; # Special RST handling for structs with func ptr params 635 # confess "output_highlight got called with no args?\n"; 1632 # (but ignore ones starting with # as these are not parameters 1707 # Ignore functions with a "void" return type. (But don't ignore "void *") 1766 # If you mess with these regexps, it's a good idea to check that 1819 # The function parser can be called with [all...] |
| /kernel/linux/linux-6.6/arch/xtensa/kernel/ |
| H A D | entry.S | 138 wsr a2, depc # terminate user stack trace with 0 807 /* Restore PS to the value before the debug exc but with PS.EXCM set.*/ 987 * the 'ps' register with the rolled back window base. The 'movsp' instruction 1455 * rotated windowstart with only those bits set for frames that haven't been 1722 * We can get here with NMI in the middle of context_switch that 2091 memw # pairs with memw (2) in fast_coprocessor
|
| /kernel/linux/linux-6.6/scripts/ |
| H A D | kernel-doc | 69 my $type_fp_param2 = '\@(\w+->\S+)\(\)'; # Special RST handling for structs with func ptr params 194 # someone was calling it with the variable from outside the 536 # confess "output_highlight got called with no args?\n"; 1597 # (but ignore ones starting with # as these are not parameters 1669 # Ignore functions with a "void" return type. (But don't ignore "void *") 1733 # If you mess with these regexps, it's a good idea to check that 1783 # The function parser can be called with a typedef parameter. 2079 emit_warning("${file}:$.", "This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst\n$_"); 2444 Use the ReST C domain dialect compatible with a specific Sphinx Version. 2492 To be used with [all...] |
| /third_party/curl/tests/ |
| H A D | runtests.pl | 47 # Note that even with these changes a number of tests will still fail (mainly 48 # to do with cookies, those that set environment variables, or those that 68 # usually set by the Makefile, but for out-of-tree builds with direct 284 # to prevent them to interfere with our testing! 422 # compare test results with the expected output, we might filter off 473 # Information to do with servers is displayed in displayserverfeatures, after 528 # set if built with MinGW (as opposed to MinGW-w64) 606 # built with memory tracking support (--enable-curldebug); may be disabled later 608 # curl was built with --enable-debug 680 # run HTTP TLS-SRP tests required when curl is built with http [all...] |
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | simple_idct.asm | 6 ; Conversion from gcc syntax to x264asm syntax with minimal modifications 22 ; License along with FFmpeg; if not, write to the Free Software
|
| H A D | h264_intrapred_10bit.asm | 21 ;* License along with FFmpeg; if not, write to the Free Software 848 ; likewise with 8x8l_down_right
|
| /third_party/ffmpeg/libavfilter/x86/ |
| H A D | colorspacedsp.asm | 19 ;* License along with FFmpeg; if not, write to the Free Software 273 ; unpack y pixels with m15 (shifted round + offset), then multiply
|
| /third_party/alsa-lib/src/alisp/ |
| H A D | alisp.c | 19 * License along with this library; if not, write to the Free Software 862 lisp_warn(instance, "setting the value of an object with non-indentifier"); in check_set_object() 913 lisp_warn(instance, "unset object with a non-indentifier"); in unset_object() 1159 lisp_warn(instance, "sum with a non integer or float operand"); in F_add() 1198 lisp_warn(instance, "concat with a non string or identifier operand"); in F_concat() 1248 lisp_warn(instance, "difference with a non integer or float operand"); in F_sub() 1283 lisp_warn(instance, "product with a non integer or float operand"); in F_mul() 1343 lisp_warn(instance, "quotient with a non integer or float operand"); in F_div() 1393 lisp_warn(instance, "module with a non integer or float operand"); in F_mod() 1435 lisp_warn(instance, "comparison with in F_lt() [all...] |
| /third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
| H A D | ia64-mont.pl | 5 # this file except in compliance with the License. You can obtain a copy 25 # - shorter vector support [with input vectors being fetched only 27 # - 2x unroll with help of n0[1] would make the code scalable on 45 # So far 'openssl speed rsa dsa' output on 900MHz Itanium 2 *with* 56 # ... and *without* (but still with ia64.S): 502 // to measure with help of Interval Time Counter indicated that the 673 // replaced with merged move of np[8] to GPR bank
|
| /third_party/openssl/crypto/bn/asm/ |
| H A D | ia64-mont.pl | 5 # this file except in compliance with the License. You can obtain a copy 25 # - shorter vector support [with input vectors being fetched only 27 # - 2x unroll with help of n0[1] would make the code scalable on 45 # So far 'openssl speed rsa dsa' output on 900MHz Itanium 2 *with* 56 # ... and *without* (but still with ia64.S): 502 // to measure with help of Interval Time Counter indicated that the 673 // replaced with merged move of np[8] to GPR bank
|
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
| H A D | jidctint-mmx.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 12 ; can *not* be assembled with Microsoft's MASM or any compatible
|
| H A D | jidctint-sse2.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 12 ; can *not* be assembled with Microsoft's MASM or any compatible
|
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
| H A D | jidctint-sse2.asm | 12 ; This file should be assembled with NASM (Netwide Assembler), 13 ; can *not* be assembled with Microsoft's MASM or any compatible
|
| /kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
| H A D | fplsp.S | 13 and any warranty against infringement with regard to the SOFTWARE 4959 # j1 exclusive or with the l.s.b. of k. # 6059 # significant bits of X with a bit-1 attached at the 6-th # 6534 # not be caught until gen_except(). Now, with the exceptions being 6790 # b) Even with the restrictions above, # 6842 # inputs will be done away with.) # 6866 # with an inexact result. Thus, 9.5 always raises the # 6867 # inexact together with either overflow or underflow. # 6875 # Notes: This will return X with the appropriate rounding # 6918 # b) Even with th [all...] |
| /kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
| H A D | fplsp.S | 13 and any warranty against infringement with regard to the SOFTWARE 4959 # j1 exclusive or with the l.s.b. of k. # 6059 # significant bits of X with a bit-1 attached at the 6-th # 6534 # not be caught until gen_except(). Now, with the exceptions being 6790 # b) Even with the restrictions above, # 6842 # inputs will be done away with.) # 6866 # with an inexact result. Thus, 9.5 always raises the # 6867 # inexact together with either overflow or underflow. # 6875 # Notes: This will return X with the appropriate rounding # 6918 # b) Even with th [all...] |
| /third_party/eudev/ |
| H A D | ltmain.sh | 29 # along with this program. If not, see <http://www.gnu.org/licenses/>. 42 # Run './libtool --help' for help with using this script from the 52 # with bootstrap, so set those here where they can still be over- 92 # along with this program. If not, see <http://www.gnu.org/licenses/>. 179 # Search for either a program that responds to --version with output 181 # trying all the directories in PATH with each of the elements of 371 # this file will not pollute your global namespace with anything 388 # bash to show function call trace with: 394 # By convention, finish your script with: 647 # Set func_basename_result to FILE with everythin [all...] |
| /third_party/curl/ |
| H A D | ltmain.sh | 29 # along with this program. If not, see <http://www.gnu.org/licenses/>. 42 # Run './libtool --help' for help with using this script from the 52 # with bootstrap, so set those here where they can still be over- 193 # Search for either a program that responds to --version with output 195 # trying all the directories in PATH with each of the elements of 414 # this file will not pollute your global namespace with anything 431 # bash to show function call trace with: 437 # By convention, finish your script with: 678 # Set func_basename_result to FILE with everything up to and including 763 # Invoke $ECHO with al [all...] |