Searched refs:KB (Results 1 – 6 of 6) sorted by relevance
145 - Small memory requirements for decompressing (16 KB + DictionarySize)146 - Small code size for decompressing: 5-8 KB240 compresses file.bin to file.lzma with 64 KB dictionary (2^16=64K)330 state_size = (4 + (1.5 << (lc + lp))) KB331 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)
90 #define KB (1 <<10) macro168 const int checkOffset = ((safeDecode) && (dictSize < (int)(64 * KB))); in LZ4_decompress_generic()
1109 to 64KB long. With this option, tables are instead placed in the
59 #define KB *(1 <<10) macro
81 1. If a [Knowledge Base (KB)](https://mbed-tls.readthedocs.io/en/latest/kb/) article should be adde…
206 enabled curves. For example, for P-256 the difference is 1KB; see the documentation
Completed in 19 milliseconds