Searched refs:LZ4_compress_generic (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 498 static int LZ4_compress_generic( in LZ4_compress_generic() function 720 …result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, 0, notLimited, byU16, noDict, n… in LZ4_compress() 722 …result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, 0, notLimited, LZ4_64bits() ? b… in LZ4_compress() 740 …result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, maxOutputSize, limitedOutput, b… in LZ4_compress_limitedOutput() 742 …result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, maxOutputSize, limitedOutput, L… in LZ4_compress_limitedOutput() 861 …result = LZ4_compress_generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, wi… in LZ4_compress_continue_generic() 863 …result = LZ4_compress_generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, wi… in LZ4_compress_continue_generic() 873 …result = LZ4_compress_generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, us… in LZ4_compress_continue_generic() 875 …result = LZ4_compress_generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, us… in LZ4_compress_continue_generic() 905 …result = LZ4_compress_generic(LZ4_dict, source, dest, inputSize, 0, notLimited, byU32, usingExtDic… in LZ4_compress_forceExtDict() [all …]
|