Searched refs:LZ4HC_CLEVEL_DEFAULT (Results 1 – 5 of 5) sorted by relevance
230 LZ4HC_CLEVEL_DEFAULT); in lz4_compress()
48 #define LZ4HC_CLEVEL_DEFAULT 9 macro
744 …if (cLevel < 1) cLevel = LZ4HC_CLEVEL_DEFAULT; /* note : convention is different from lz4frame, … in LZ4HC_compress_generic_internal()875 LZ4_resetStreamHC(LZ4_streamHCPtr, LZ4HC_CLEVEL_DEFAULT); in LZ4_createStreamHC()910 if (compressionLevel < 1) compressionLevel = LZ4HC_CLEVEL_DEFAULT; in LZ4_setCompressionLevel()
490 LZ4_setCompressionLevel(cdict->HCCtx, LZ4HC_CLEVEL_DEFAULT); in LZ4F_createCDict()
1460 …if ((seedset==0) && (testNb==0)) { FUZ_unitTests(LZ4HC_CLEVEL_DEFAULT); FUZ_unitTests(LZ4HC_CLEVEL… in main()