Home
last modified time | relevance | path

Searched refs:KB (Results 1 – 6 of 6) sorted by relevance

/lib/lzma/
A Dlzma.txt145 - Small memory requirements for decompressing (16 KB + DictionarySize)
146 - Small code size for decompressing: 5-8 KB
240 compresses file.bin to file.lzma with 64 KB dictionary (2^16=64K)
330 state_size = (4 + (1.5 << (lc + lp))) KB
331 by default (lc=3, lp=0), state_size = 16 KB.
358 - LZMA Internal Structures: state_size (16 KB for default settings)
410 - Buffer for input stream: any size (for example, 16 KB)
411 - Buffer for output stream: any size (for example, 16 KB)
412 - LZMA Internal Structures: state_size (16 KB for default settings)
/lib/
A Dlz4.c90 #define KB (1 <<10) macro
168 const int checkOffset = ((safeDecode) && (dictSize < (int)(64 * KB))); in LZ4_decompress_generic()
A DKconfig1109 to 64KB long. With this option, tables are instead placed in the
/lib/zstd/common/
A Dzstd_internal.h59 #define KB *(1 <<10) macro
/lib/mbedtls/external/mbedtls/
A DCONTRIBUTING.md81 1. If a [Knowledge Base (KB)](https://mbed-tls.readthedocs.io/en/latest/kb/) article should be adde…
/lib/mbedtls/external/mbedtls/docs/
A D3.0-migration-guide.md206 enabled curves. For example, for P-256 the difference is 1KB; see the documentation

Completed in 19 milliseconds