Lines Matching refs:KB
70 #define KB *(1U<<10) macro
655 #define testInputSize (192 KB)
656 #define testCompressedSize (128 KB)
657 #define ringBufferSize (8 KB)
764 crcOrig = XXH64(testInput + 64 KB, testCompressedSize, 0); in FUZ_unitTests()
766 LZ4_loadDictHC(&sHC, testInput, 64 KB); in FUZ_unitTests()
767 …result = LZ4_compress_HC_continue(&sHC, testInput + 64 KB, testCompressed, testCompressedSize, tes… in FUZ_unitTests()
770 …ecompress_safe_usingDict(testCompressed, testVerify, result, testCompressedSize, testInput, 64 KB); in FUZ_unitTests()
795 crcOrig = XXH64(testInput + 64 KB, testCompressedSize, 0); in FUZ_unitTests()
797 LZ4_loadDictHC(&sHC, testInput, 32 KB); in FUZ_unitTests()
798 …result = LZ4_compress_HC_continue(&sHC, testInput + 64 KB, testCompressed, testCompressedSize, tes… in FUZ_unitTests()
801 …ecompress_safe_usingDict(testCompressed, testVerify, result, testCompressedSize, testInput, 32 KB); in FUZ_unitTests()
901 const U32 dBufferSize = 64 KB; in FUZ_unitTests()