Searched refs:LZ4HC_compress_hashChain (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4hc.c | 310 static int LZ4HC_compress_hashChain ( in LZ4HC_compress_hashChain() function 511 …case 10: return LZ4HC_compress_hashChain(ctx, source, dest, inputSize, maxOutputSize, 1 << (16-1),… in LZ4HC_compress_generic() 517 …return LZ4HC_compress_hashChain(ctx, source, dest, inputSize, maxOutputSize, 1 << (compressionLeve… in LZ4HC_compress_generic()
|