Home
last modified time | relevance | path

Searched refs:faster (Results 1 – 25 of 143) sorted by relevance

123456

/freebsd-13.1/sys/crypto/openssl/arm/
H A Dsha512-armv4.S22 @ This code is ~4.5 (four and a half) times faster than code generated
39 @ one byte in 23.3 cycles or ~60% faster than integer-only code.
H A Dsha256-armv4.S39 @ byte in 12.5 cycles or 23% faster than integer-only code. Snapdragon
/freebsd-13.1/contrib/unbound/compat/
H A Dgetentropy_osx.c208 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; in getentropy_fallback() local
231 faster = 1; in getentropy_fallback()
234 faster = 0; in getentropy_fallback()
279 if (!faster) { in getentropy_fallback()
H A Dgetentropy_solaris.c256 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; in getentropy_fallback() local
272 faster = 1; in getentropy_fallback()
275 faster = 0; in getentropy_fallback()
299 if (!faster) { in getentropy_fallback()
H A Dgetentropy_linux.c336 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; in getentropy_fallback() local
351 faster = 1; in getentropy_fallback()
354 faster = 0; in getentropy_fallback()
379 if (!faster) { in getentropy_fallback()
/freebsd-13.1/contrib/unbound/
H A DREADME6 little faster.
H A DREADME.md27 builtin alternative is equally capable and a little faster.
/freebsd-13.1/crypto/openssl/doc/man3/
H A DBF_encrypt.pod39 of the faster block ciphers. It is quite a bit faster than DES, and much
40 faster than IDEA or RC2.
H A DBN_add.pod62 This function is faster than BN_mul(r,a,a).
99 (C<r=a^p>). This function is faster than repeated applications of
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A Dindex.rst5 for system linkers and runs much faster than them. It also provides
85 As you can see, lld is significantly faster than GNU linkers.
144 Noticed that the new linker is much faster than the MSVC linker.
152 that the linker was faster than the GNU linkers, but we weren't sure
/freebsd-13.1/sys/contrib/zstd/
H A DCHANGELOG7 perf: faster dictionary compression at medium compression levels, by @felixhandte
102 cli: faster `-t` test mode
132 perf: Slightly faster compression speed when re-using a context by @cyan4973 (#1658)
223 perf: much faster dictionary builder, by @jenniferliu
224 perf: faster dictionary compression on small data when using multiple contexts, by @felixhandte
225 perf: faster dictionary decompression when using a very large number of dictionaries simultaneously
237 perf: much faster dictionary compression, by @felixhandte
252 perf: faster speed (especially decoding speed) on recent cpus (haswell+)
257 cli : added command --fast=#, for faster compression modes
270 perf: faster zstd_opt strategy (levels 16-19)
[all …]
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Domap-gpmc-smsc9221.dtsi6 * or smsc 9218) has faster timings, leading to higher
H A Drk3288-veyron-mickey.dts86 * and don't let the GPU go faster than 400 MHz.
188 * the CPU can't go faster than 1.4 GHz. Note that we won't
H A Dlogicpd-torpedo-37xx-devkit.dts62 /* The DM3730 has a faster L3 than OMAP35, so increase pixel clock */
/freebsd-13.1/usr.bin/compress/doc/
H A Drevision.log53 * Junk chaining; replace with the simpler (and, on the VAX, faster)
102 * save much memory. Do unsigned compares where possible (faster on
/freebsd-13.1/sys/contrib/device-tree/Bindings/leds/
H A Dpca963x.txt10 - nxp,period-scale : In some configurations, the chip blinks faster than expected.
/freebsd-13.1/contrib/bzip2/
H A DREADME68 effort to upgrade to use version 1.0, since it is both faster and more
147 * Approx 10% faster compression, 30% faster decompression
/freebsd-13.1/contrib/bc/
H A DREADME.md223 math is *much* faster, so any non-trivial script should run faster in my `bc`.)
331 * This `bc` is faster. (See [Performance](#performance).)
336 `bc` is faster than GNU `bc` and can be *much* faster. Full benchmarks can be
/freebsd-13.1/contrib/tcsh/nls/C/
H A Dset1115 -f start faster by ignoring the start-up file \n\
/freebsd-13.1/sys/contrib/libsodium/
H A DChangeLog3 - Signatures computations and verifications are now way faster on
25 - Argon2 and scrypt are slightly faster on Linux.
123 - SHA-2 is about 20% faster, which also gives a speed boost to
161 - AVX2 detection was fixed, resulting in faster Blake2b hashing on
195 - Some implementations are now slightly faster when using the Clang
231 Intel platforms. `crypto_generichash()` is now faster than MD5 and SHA1
454 - poly1305-ref has been replaced by a faster implementation,
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dqca,qca7000.txt29 necessary, which is faster. This setting depends on how
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.def72 // Having constant first makes the range check for isa<Constant> faster
/freebsd-13.1/sys/contrib/zstd/programs/
H A Dzstd.1.md111 The higher the value, the faster the compression speed,
166 compression ratio, and the faster compression levels will see a small
193 better and potentially faster compression, especially for smaller source sizes.
345 algorithm will run faster with d <= _8_.
437 There are 9 strategies numbered from 1 to 9, from faster to stronger:
458 faster, but requires more memory during compression.
/freebsd-13.1/sys/contrib/device-tree/Bindings/bus/
H A Dsocionext,uniphier-system-bus.yaml18 be optimized for faster bus access.
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadf4350.txt46 - adi,band-select-clock-mode-high-enable: Enables faster band

123456