Lines Matching defs:KB
87 #define KB *(1U<<10)
327 size_t const labSize = 96 KB;
1060 #define testInputSize (196 KB)
1061 #define testCompressedSize (130 KB)
1062 #define ringBufferSize (8 KB)
1130 { int const sampleSize = 65 KB;
1154 { int const sampleSize = 65 KB;
1387 { U64 const crc64 = XXH64(testInput + 64 KB, testCompressedSize, 0);
1389 LZ4_loadDictHC(&sHC, testInput, 64 KB);
1390 { int const cSize = LZ4_compress_HC_continue(&sHC, testInput + 64 KB, testCompressed, testCompressedSize, testCompressedSize-1);
1393 { int const dSize = LZ4_decompress_safe_usingDict(testCompressed, testVerify, cSize, testCompressedSize, testInput, 64 KB);
1424 { U64 const crc64 = XXH64(testInput + 64 KB, testCompressedSize, 0);
1426 LZ4_loadDictHC(&sHC, testInput, 32 KB);
1427 result = LZ4_compress_HC_continue(&sHC, testInput + 64 KB, testCompressed, testCompressedSize, testCompressedSize-1);
1431 result = LZ4_decompress_safe_usingDict(testCompressed, testVerify, result, testCompressedSize, testInput, 32 KB);
1650 int const dst_buf_size = 6 KB;