Home
last modified time | relevance | path

Searched refs:with (Results 2251 - 2275 of 2516) sorted by relevance

1...<<919293949596979899100101

/third_party/lame/
H A Dltmain.sh29 # 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/node/deps/cares/
H A Dltmain.sh29 # 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...]
/third_party/node/deps/cares/config/
H A Dltmain.sh29 # 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...]
/third_party/libevdev/build-aux/
H A Dltmain.sh29 # 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:
690 # Set func_basename_result to FILE with everything up to and including
775 # Invoke $ECHO with al
[all...]
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc209 // we have to use the deserialized ones that are linked together with the
293 // object and overrides the prototype in 'to' with the one from
437 // Since we are creating an initial map for JSFunction objects with in CreateFunctionForBuiltinWithPrototype()
534 // deal with updating the whole transition tree. in SetConstructorInstanceType()
731 // Allocate maps for sloppy functions with readonly prototype. in CreateSloppyModeFunctionMaps()
738 // Allocate maps for sloppy functions with writable prototype. in CreateSloppyModeFunctionMaps()
758 // %ThrowTypeError% must have a name property with an empty string value. Per in GetThrowTypeErrorIntrinsic()
798 // Allocate maps for strict functions with writable prototype. in CreateStrictModeFunctionMaps()
809 // Allocate maps for strict functions with readonly prototype. in CreateStrictModeFunctionMaps()
877 // Set up slow map for literals with to in CreateObjectFunction()
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dltmain.sh29 # 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/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/aes/
H A Daes-s390x.S1655 # with 1K reserved for eventual signal handling
1784 # with the tweak in 128-bit case.
1807 # with 1K reserved for eventual signal handling
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/aes/
H A Daes-s390x.S1655 # with 1K reserved for eventual signal handling
1784 # with the tweak in 128-bit case.
1807 # with 1K reserved for eventual signal handling
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/aes/
H A Daes-s390x.S1655 # with 1K reserved for eventual signal handling
1784 # with the tweak in 128-bit case.
1807 # with 1K reserved for eventual signal handling
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/aes/
H A Daes-s390x.S1655 # with 1K reserved for eventual signal handling
1784 # with the tweak in 128-bit case.
1807 # with 1K reserved for eventual signal handling
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dpoly1305-armv8.pl13 # Numbers are cycles per processed byte with poly1305_blocks alone.
67 stp xzr,xzr,[$ctx,#16] // [along with is_base2_26]
119 ldp $h2,x17,[$ctx,#16] // [along with is_base2_26]
207 ldp $h2,$r0,[$ctx,#16] // [along with is_base2_26]
560 // Note that we start with inp[2:3]*r^2. This is because it
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dpoly1305-armv8.pl13 # Numbers are cycles per processed byte with poly1305_blocks alone.
67 stp xzr,xzr,[$ctx,#16] // [along with is_base2_26]
119 ldp $h2,x17,[$ctx,#16] // [along with is_base2_26]
207 ldp $h2,$r0,[$ctx,#16] // [along with is_base2_26]
560 // Note that we start with inp[2:3]*r^2. This is because it
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dmod.rs3 //! A contiguous growable array type with heap-allocated contents, written
13 //! You can explicitly create a [`Vec`] with [`Vec::new`]:
185 /// It can also initialize each element of a `Vec<T>` with a given value.
265 /// elements that will be added onto the vector. This is not to be confused with
271 /// For example, a vector with capacity 10 and length 0 would be an empty vector
272 /// with space for 10 more elements. Pushing 10 or fewer elements onto the
293 /// if you construct a `Vec` with capacity 0 via [`Vec::new`], [`vec![]`][`vec!`],
310 /// A vector containing the elements `'a'` and `'b'` with capacity 4 can be
362 /// with exactly the requested capacity. If <code>[len] == [capacity]</code>,
427 /// Constructs a new, empty `Vec<T>` with a
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dhpeldsp_arm.S18 @ License along with FFmpeg; if not, write to the Free Software
H A Dsbcdsp_neon.S23 * License along with FFmpeg; if not, write to the Free Software
271 * q2, q3 - scale factors with joint stereo
470 @ combine last part of 'joint' with d24 and save to memory
/third_party/ffmpeg/libavcodec/
H A Djrevdct.c5 * with respect to this software, its quality, accuracy, merchantability, or
16 * this README file must be included, with this copyright and no-warranty
43 * Algorithms with 11 Multiplications", Proc. Int'l. Conf. on Acoustics,
46 * We use their alternate method with 12 multiplies and 32 adds.
49 * scaled fixed-point arithmetic, with a minimal number of shifts.
57 * matrix, perhaps with the difference cases encoded.
91 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
114 * multiplication we have to divide the product by CONST_SCALE, with proper
117 * as long as possible so that partial sums can be added together with
123 * with th
[all...]
/third_party/elfutils/debuginfod/
H A Ddebuginfod-client.c27 the GNU Lesser General Public License along with this program. If
184 /* Data associated with a particular CURL easy handle. Passed to
614 /* Attempt to read an ELF/DWARF section with name SECTION from FD and write
694 Replace the last component of FD_PATH with the path-escaped in extract_section()
778 an ELF/DWARF section with name SCN_NAME. If found, extract the section
818 with the specified build-id and type (debuginfo, executable, source or
873 just return with ENOSYS. Don't even access the cache. */ in debuginfod_query_server()
951 if (filename[0] != '/') // must start with / in debuginfod_query_server()
1151 /* Because of a race with cache cleanup / rmdir, try to mkdir/mkstemp up to twice. */ in debuginfod_query_server()
1247 /* Initialize handle_data with defaul in debuginfod_query_server()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dimdct36.asm18 ;* License along with FFmpeg; if not, write to the Free Software
H A Dvp3dsp.asm18 ;* License along with FFmpeg; if not, write to the Free Software
H A Dvp9lpf_16bpp.asm19 ;* License along with FFmpeg; if not, write to the Free Software
H A Dh264_qpel_8bit.asm22 ;* License along with FFmpeg; if not, write to the Free Software
H A Dvp9mc.asm19 ;* License along with FFmpeg; if not, write to the Free Software
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_fspp.asm20 ;* with FFmpeg; if not, write to the Free Software Foundation, Inc.,
H A Dvf_gblur.asm17 ;* License along with FFmpeg; if not, write to the Free Software
/third_party/ffmpeg/libswresample/x86/
H A Daudio_convert.asm17 ;* License along with FFmpeg; if not, write to the Free Software

Completed in 31 milliseconds

1...<<919293949596979899100101