Home
last modified time | relevance | path

Searched refs:with (Results 451 - 475 of 2426) sorted by relevance

1...<<11121314151617181920>>...98

/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-armv4.pl5 # this file except in compliance with the License. You can obtain a copy
49 # below and combine it with reduction algorithm from x86 module.
65 # bit shift operation is neatly fused with 128-bit xor here, and
74 # namely with *least* significant dword of 128-bit value at *lower*
76 # do with ldm instruction and order in which dwords are "consumed" by
292 moveq pc,lr @ be binary compatible with V4, yet
293 bx lr @ interoperable with Thumb ISA:-)
375 moveq pc,lr @ be binary compatible with V4, yet
376 bx lr @ interoperable with Thumb ISA:-)
550 s/\bbx\s+lr\b/.word\t0xe12fff1e/go; # make it possible to compile with
[all...]
/third_party/openssl/crypto/modes/asm/
H A Dghash-armv4.pl5 # this file except in compliance with the License. You can obtain a copy
49 # below and combine it with reduction algorithm from x86 module.
65 # bit shift operation is neatly fused with 128-bit xor here, and
74 # namely with *least* significant dword of 128-bit value at *lower*
76 # do with ldm instruction and order in which dwords are "consumed" by
292 moveq pc,lr @ be binary compatible with V4, yet
293 bx lr @ interoperable with Thumb ISA:-)
375 moveq pc,lr @ be binary compatible with V4, yet
376 bx lr @ interoperable with Thumb ISA:-)
550 s/\bbx\s+lr\b/.word\t0xe12fff1e/go; # make it possible to compile with
[all...]
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak8 # invoke with
14 # Keep the following in sync with the version - see common/unicode/uvernum.h
77 # The directory that contains colfiles.mk files along with *.txt collation data files
82 # The directory that contains rbnffiles.mk files along with *.txt RBNF data files
87 # The directory that contains trfiles.mk files along with *.txt transliterator files
92 # The directory that contains resfiles.mk files along with *.txt break iterator files
239 # that here seems to cause confusion with the building of the stub library of the same name.
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
H A Dmodule_config.mk40 BOOT_ASFLAGS = -mabi=ilp32 -march=rv32imc -x assembler-with-cpp -Os -Wall -Werror -nostdinc -fno-common
/test/testfwk/developer_test/
H A Dstart.bat3 @rem you may not use this file except in compliance with the License.
/third_party/ffmpeg/libavcodec/arm/
H A Dvideodsp_armv5te.S18 @ License along with FFmpeg; if not, write to the Free Software
/third_party/ffmpeg/libavutil/tests/
H A Ddict.c17 * License along with FFmpeg; if not, write to the Free Software
124 printf("\nTesting av_dict_set() with existing AVDictionaryEntry.key as key\n"); in main()
/third_party/gn/src/gn/
H A Dfunction_get_target_outputs.cc44 same result (though with guaranteed absolute file paths), as
/third_party/ffmpeg/libavutil/x86/
H A Demms.asm17 ;* License along with FFmpeg; if not, write to the Free Software
/third_party/ffmpeg/tests/fate/
H A Dexif.mak13 # test exif metadata in MP3 with embedded JPEG images
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTrie.java16 * sequences with mapped values.
26 * (prefix, subValues) -> trie.root().with(prefix, subSpan -> process(subSpan, subValues));
59 // An extended span with the given prefix included.
80 * Extends the current span by creating a new span with the given ASCII
86 public void with(String prefix, Consumer<Span> withFn) { in with() method in Trie.Span
100 /** Returns the root span with no current prefix data. */
H A DLikelySubtagsBuilder.java162 // Note: We could pre-load this indexer with common locales to give them small in build()
167 // The runtime lookup returns 0 for an intermediate match with no value, so we in build()
171 // The runtime lookup returns 1 for an intermediate match with a value. in build()
197 (language, scripts) -> rootSpan.with( in writeLsrTable()
222 (script, regions) -> languageSpan.with( in writeScripts()
231 // Prune anything ending with '*' (either <language-*-*> or <language-script-*>) in writeRegions()
238 (region, lsr) -> languageOrScriptSpan.with( in writeRegions()
/third_party/libsnd/Scripts/
H A Dandroid-configure.sh7 # Redistribution and use in source and binary forms, with or without
96 ./configure --host=${CROSS_COMPILE} --with-sysroot=${SYSROOT} "$@"
/third_party/mbedtls/programs/test/
H A Dgenerate_cpp_dummy_build.sh29 * can be included and built with a C++ compiler.
/third_party/musl/src/thread/powerpc/
H A Dclone.s48 # compare sc result with 0
/third_party/libphonenumber/debian/
H A Drules7 # you may not use this file except in compliance with the License.
53 # dh $@ --with javahelper
65 ln -sf cpp-build-1.0-SNAPSHOT.jar tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar
/third_party/rust/crates/cxx/gen/build/src/
H A Derror.rs25 let _ = $expr; // ensure it doesn't fall out of sync with CFG definition
/third_party/skia/third_party/externals/tint/kokoro/windows/cmake-msvc2019-debug/
H A Dbuild.bat4 @rem you may not use this file except in compliance with the License.
/third_party/skia/third_party/externals/tint/kokoro/windows/cmake-msvc2019-release/
H A Dbuild.bat4 @rem you may not use this file except in compliance with the License.
/third_party/rust/crates/clap/src/error/
H A Dkind.rs75 /// Occurs when the user provides a value for an argument with a custom validation and the
155 /// Occurs when the user provides two values which conflict with each other and can't be used
328 Some("an argument cannot be used with one or more of the other specified arguments") in as_str()
/third_party/skia/build/fuchsia/skqp/
H A Dappend_assets_to_manifest44 with open(base_manifest, 'r') as in_file:
/third_party/rust/crates/once_cell/src/
H A Dimp_cs.rs16 // Thread A creates a `OnceCell` and shares it with
48 critical_section::with(|cs| {
/third_party/musl/
H A Dconfigure32 --enable-debug build with debugging information [disabled]
33 --disable-warnings build with recommended warnings flags [enabled]
39 --with-malloc=... choose malloc implementation [mallocng]
175 --with-malloc=*) malloc_dir=${arg#*=} ;;
176 --enable-*|--disable-*|--with-*|--without-*|--*dir=*) ;;
390 # linked with such object files. Fix this.
406 # functions with volatile...
432 # Possibly add a -O option to CFLAGS and select modules to optimize with
522 # work anyway (issues with atomic ops).
534 # to start from a clean slate. So use -w if building with clan
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dsparccpuid.S4 ! this file except in compliance with the License. You can obtain a copy
189 ! Note that you do not have to link with libthread to call thr_yield,
191 ! with *either* libpthread or libthread...
216 .word 0xd7e2100a !cas [%o0],%o2,%o3, compare [%o0] with %o2 and swap %o3
263 ! (*) result has lesser to do with VIS instruction latencies, rdtick
/third_party/openssl/crypto/
H A Dsparccpuid.S4 ! this file except in compliance with the License. You can obtain a copy
189 ! Note that you do not have to link with libthread to call thr_yield,
191 ! with *either* libpthread or libthread...
216 .word 0xd7e2100a !cas [%o0],%o2,%o3, compare [%o0] with %o2 and swap %o3
263 ! (*) result has lesser to do with VIS instruction latencies, rdtick

Completed in 9 milliseconds

1...<<11121314151617181920>>...98