Lines Matching defs:KB
68 #define KB *(1U<<10)
72 static const U32 nbTestsDefault = 256 KB;
246 if (cBound < 64 KB) goto _output_error;
251 DISPLAYLEVEL(3, "LZ4F_compressBound(1 KB, autoFlush=1) = ");
256 cBound = LZ4F_compressBound(1 KB, &autoFlushPrefs);
257 if (cBound > 64 KB) goto _output_error;
262 DISPLAYLEVEL(3, "LZ4F_compressBound(1 KB, autoFlush=0) = ");
263 { size_t const cBound = LZ4F_compressBound(1 KB, &prefs);
264 if (cBound < 64 KB) goto _output_error;
421 DISPLAYLEVEL(3, "Using 64 KB block : ");
432 DISPLAYLEVEL(3, "Using 256 KB block : ");
588 { size_t const dictSize = 7 KB; /* small enough for LZ4_MEMORY_USAGE == 10 */
589 size_t const srcSize = 65 KB; /* must be > 64 KB to avoid short-size optimizations */