Home
last modified time | relevance | path

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

123456

/freebsd/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/sys/crypto/openssl/arm/
H A Dsha512-armv4.S21 @ This code is ~4.5 (four and a half) times faster than code generated
38 @ one byte in 23.3 cycles or ~60% faster than integer-only code.
H A Daes-armv4.S21 @ Code uses single 1K S-box and is >2 times faster than code generated
/freebsd/sys/contrib/zstd/
H A DCHANGELOG8 perf: faster huffman decoder, using x64 assembly, by @terrelln
9 perf: slightly faster high speed modes (strategies fast & dfast), by @felixhandte
10 perf: improved binary size and faster compilation times, by @terrelln
12 perf: faster mid-level compression speed in presence of highly repetitive patterns, by @senhuang42
15 perf: faster compression speed on incompressible data, by @bindhvo
112 perf: faster dictionary compression at medium compression levels, by @felixhandte
207 cli: faster `-t` test mode
237 perf: Slightly faster compression speed when re-using a context by @cyan4973 (#1658)
328 perf: much faster dictionary builder, by @jenniferliu
329 perf: faster dictionary compression on small data when using multiple contexts, by @felixhandte
[all …]
/freebsd/contrib/unbound/
H A DREADME6 little faster.
H A DREADME.md30 builtin alternative is equally capable and a little faster.
/freebsd/crypto/openssl/doc/man3/
H A DBF_encrypt.pod47 of the faster block ciphers. It is quite a bit faster than DES, and much
48 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/usr.bin/compress/doc/
H A Drevision.log52 * Junk chaining; replace with the simpler (and, on the VAX, faster)
101 * save much memory. Do unsigned compares where possible (faster on
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap-gpmc-smsc9221.dtsi6 * or smsc 9218) has faster timings, leading to higher
H A Dlogicpd-torpedo-37xx-devkit.dts62 /* The DM3730 has a faster L3 than OMAP35, so increase pixel clock */
/freebsd/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/sys/contrib/device-tree/Bindings/leds/
H A Dpca963x.txt10 - nxp,period-scale : In some configurations, the chip blinks faster than expected.
/freebsd/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/sys/contrib/device-tree/src/arm/rockchip/
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
/freebsd/contrib/tcsh/nls/C/
H A Dset1115 -f start faster by ignoring the start-up file \n\
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DREADME54 scratch in January 1999. The new version, 1.0, was much faster,
/freebsd/contrib/llvm-project/lld/docs/
H A Dindex.rst5 for system linkers and runs much faster than them. It also provides
75 As you can see, lld is significantly faster than GNU linkers.
/freebsd/contrib/llvm-project/lld/docs/MachO/
H A Dindex.rst5 for system linkers and runs much faster than them. It also provides
/freebsd/contrib/bc/
H A DREADME.md225 math is *much* faster, so any non-trivial script should run faster in my `bc`.)
333 * This `bc` is faster. (See [Performance](#performance).)
338 `bc` is faster than GNU `bc` and can be *much* faster. Full benchmarks can be
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dqca,qca7000.txt29 necessary, which is faster. This setting depends on how
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.def72 // Having constant first makes the range check for isa<Constant> faster
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadf4350.txt46 - adi,band-select-clock-mode-high-enable: Enables faster band

123456