Home
last modified time | relevance | path

Searched full:improved (Results 1 – 25 of 926) sorted by relevance

12345678910>>...38

/third_party/brotli/
DCHANGELOG.md35 ### Improved subsection
55 ### Improved subsection
66 ### Improved subsection
82 ### Improved subsection
93 ### Improved subsection
108 ### Improved subsection
142 ### Improved subsection
163 ### Improved subsection
184 ### Improved subsection
213 ### Improved subsection
[all …]
/third_party/lz4/
DNEWS10 lib : Improved lz4frame compression speed for small data (up to +160% at 1KB)
22 port : improved Visual Studio compatibility, by @t-mat
30 api : can skip checksum validation for improved decoding speed
44 build: improved meson script, by @eli-schwartz
48 perf: highly improved speed in kernel space, by @terrelln
50 perf: improved dictionary compression speed, by @felixhandte
54 api : improved LZ4F_compressBound() with automatic flushing, by Christopher Harvie
75 perf: improved lz4frame streaming API speed, by @dreambottle
87 build: improved Windows build, by @JPeterMugaas
113 perf: improved decompression speed and binary size, by Alexey Tourbin (@svpv)
[all …]
/third_party/FatFs/source/
D00history.txt40 Improved cluster scan algorithm to write files fast.
92 Improved performance of f_lseek() on moving to the same or following cluster.
192 Improved behavior of volume auto detection.
193 Improved write throughput of f_puts() and f_printf().
284 Improved write throughput at the fragmented file on the exFAT volume.
296 Improved cluster allocation time on stretch a deep buried cluster chain.
297 Improved processing time of f_mkdir() with large cluster size by using FF_USE_LFN = 3.
298Improved NoFatChain flag of the fragmented file to be set after it is truncated and got contiguous.
353 Improved the compatibility in Unix style path name feature.
/third_party/rust/crates/log/
DCHANGELOG.md87 ### Improved subsection
107 ### Improved subsection
114 ### Improved subsection
120 ### Improved subsection
127 ### Improved subsection
133 ### Improved subsection
139 ### Improved subsection
/third_party/lz4/contrib/debian/
Dchangelog4 * Improved: Small decompression speed boost (+4%)
5 * Improved: Performance on ARMv6 and ARMv7
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dranden.cc25 // 1) Reverie (see "A Robust and Sponge-Like PRNG with Improved Efficiency") is
31 // Function" constructs up to 1024-bit permutations using an improved
37 // property" extends the same kind of improved Feistel block shuffle to 16
Dranden_traits.h36 // 1) Reverie (see "A Robust and Sponge-Like PRNG with Improved Efficiency") is
42 // Function" constructs up to 1024-bit permutations using an improved
48 // property" extends the same kind of improved Feistel block shuffle to 16
/third_party/astc-encoder/Docs/
DChangeLog-3x.md60 improved.
175 * **Feature:** Normal map image quality has been improved.
176 * **Feature:** Two component image quality has been improved, provided
179 * **Bug-fix:** Improved stability when trying to compress complex blocks that
192 * **Bug-fix:** Improved stability when new contexts were created while other
194 * **Bug-fix:** Improved stability when decompressing blocks with invalid
238 * **Feature:** Image quality has been improved. In general we see significant
271 * **Feature:** The code has been significantly cleaned up, with improved
/third_party/rust/crates/clang-sys/
DCHANGELOG.md91 - Improved version selection algorithm in the case where there are multiple
100 - Improved panic error message when calling an unloaded function
152 - Improved error message when an invocation of an executable is not successful
240 - Improved finding of versioned libraries (e.g., `libclang-3.9.so`)
271 - Improved finding of versioned libraries (e.g., `libclang.so.3.9`)
398 - Improved `libclang` static linking
430 - Improved `libclang` search path
431 - Improved `libclang` static linking
/third_party/protobuf/third_party/abseil-cpp/absl/random/internal/
Dranden_traits.h36 // 1) Reverie (see "A Robust and Sponge-Like PRNG with Improved Efficiency") is
42 // Function" constructs up to 1024-bit permutations using an improved
48 // property" extends the same kind of improved Feistel block shuffle to 16
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd-tutorial.texi68 * Improved processing of POST data::
100 @node Improved processing of POST data
101 @chapter Improved processing of POST data
/third_party/fsverity-utils/
DNEWS.md29 * Improved documentation and test scripts.
73 * Improved the Makefile.
/third_party/python/Lib/idlelib/
DNEWS2x.txt72 - Improved AutoCompleteWindow logic. issue2062, patch by Tal Einat.
88 - Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.
201 - 'syntax' patch adds improved calltips and a new class attribute listbox.
420 improved notification of Tabnanny Token Error.
451 - Improved the RESTART annotation in the shell window when the user restarts
452 the shell while it is generating output. Also improved annotation when user
467 - Improved exception reporting when running commands or scripts from the
496 - Improved I/O response by tweaking the wait parameter in various
535 - Improved formatting in IDLE Help.
/third_party/skia/include/core/
DSkImageEncoder.h28 * higher values correspond to improved visual quality, but less compression.
55 * higher values correspond to improved visual quality, but less compression.
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_fragment_density_map2.adoc23 host latency as well as improved queries for subsampled sampler
39 ==== Improved Host Latency
DVK_EXT_fragment_density_map2.txt23 host latency as well as improved queries for subsampled sampler
44 ==== Improved host latency
/third_party/pulseaudio/
DNEWS98 * Improved hardware support
198 * Improved hardware support
353 * Improved support for ALSA UCM
457 * Improved 5.1 surround channel routing
458 * Improved initial card profile selection for ALSA cards
702 * Improved bluetooth MTU configuration
1045 * Improved float->s16 and s16->float sample conversion for ARM NEON
/third_party/FatFs/documents/
Dupdates.html36 Improved the compatibility in Unix style path name feature.<br>
113 Improved cluster allocation time on stretch a deep buried cluster chain.<br>
114 Improved processing time of <tt>f_mkdir</tt> with large cluster size by using <tt>FF_USE_LFN = 3</t…
115 Improved exFAT <tt>NoFatChain</tt> flag of the fragmented file to be set after it is truncated and …
127 Improved write throughput at the fragmented file on the exFAT volume.<br>
246 Improved behavior of volume auto detection.<br>
247 Improved write throughput of <tt>f_puts</tt> and <tt>f_printf</tt>.<br>
372 Improved performance of <tt>f_lseek</tt> on moving to the same or following cluster.<br>
438 Improved cluster scan algolithm to write files fast.<br>
/third_party/skia/m133/third_party/externals/libwebp/
DNEWS52 * improved progress granularity in WebPReportProgress() when using lossless
53 * improved precision in Sharp YUV (-sharp_yuv) conversion
254 * improved gif2webp tool
257 * improved multi-threaded modes (-mt option)
258 * improved filtering strength determination
/third_party/backends/doc/plustek/
DPlustek-USB.changes31 Improved AFE gain calculation for CIS devices. This should avoid
203 Improved multi-device capability
233 - improved autowarmup feature
234 - improved speedup feature
304 * improved TPA scanning
/third_party/backends/
DNEWS238 - `genesys`: Improved scan quality on Canon LiDE 35/40/50/60 by using brighter LED illumination.
248 - `genesys`: Improved gray scan quality on Canon LiDE 110, 120, 210, 220
278 - Improved documentation of `scanimage` concerning options provided by backends.
279 - `scanimage`: Improved help to specify which options are advanced.
576 * Reduced compiler warnings, improved code (see Note 4).
598 number of long-standing bugs, curated our bug tracker, improved our
624 * Improved build system (mingw64, bug fixes, default pthread on Linux).
637 * Improved udev rules.
651 * Improved build system.
652 * Improved USB support.
[all …]
/third_party/markupsafe/
DCHANGES.rst135 - Improved Python 3 Support and removed 2to3.
170 - Improved PyPy compatibility.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DChangeLog55 - improved protection against side channel attacks
63 - improved protection against side channel attacks
82 * improved throughput estimation and BSS selection
109 - improved protection against side channel attacks
114 - improved protection against side channel attacks
124 * improved robustness of P2P Action frame scheduling
343 * improved PMF behavior for cases where the AP and STA has different
354 * fixed and improved various FST operations
381 * improved GAS offchannel operations with comeback request
413 * improved Public Action frame addressing
[all …]
/third_party/musl/
DWHATSNEW12 improved security against DoS with tcb shadow passwords by checking
19 greatly improved conformance to the C and POSIX standards regarding
34 been improved to accommodate further ports.
38 standards has been improved.
56 greatly improved temporary file name generation for safety against
69 improved musl-gcc compiler wrapper.
95 reduced syscall load, and improved stdio's handling of error status.
152 improved semaphore performance, and sem_wait is now interruptable by
304 - improved openpty/forkpty failure checks
540 - configure script, improved build system
[all …]
/third_party/ffmpeg/libavutil/
Dimgutils.h132 * memory, which may result in greatly improved performance compared to plain
141 * size (i.e. 64) to get improved performance.
160 * memory, which may result in greatly improved performance compared to plain
169 * size (i.e. 64) to get improved performance.

12345678910>>...38