Searched refs:huf_compress (Results 1 – 2 of 2) sorted by relevance
171 huf_compress_f huf_compress; in ZSTD_compressLiterals() local173 huf_compress = singleStream ? HUF_compress1X_repeat : HUF_compress4X_repeat; in ZSTD_compressLiterals()174 cLitSize = huf_compress(ostart+lhSize, dstCapacity-lhSize, in ZSTD_compressLiterals()
19 compress/huf_compress.o \