Searched refs:lzf_compress (Results 1 - 5 of 5) sorted by relevance

/external/liblzf/
H A Dlzf.h63 * lzf_compress might use different algorithms on different systems and
77 lzf_compress (const void *const in_data, unsigned int in_len,
81 * Decompress data compressed with some version of the lzf_compress
H A Dlzf_c.c99 lzf_compress (const void *const in_data, unsigned int in_len, function
H A Dlzf.c187 cs = lzf_compress (&buf1[MAX_HDR_SIZE], us, &buf2[MAX_HDR_SIZE], us > 4 ? us - 4 : us);
/external/liblzf/src/org/liblzf/
H A DCLZF.java153 public static int lzf_compress (byte[] in_data, int in_len,byte[] out_data, int out_len) method in class:CLZF
/external/liblzf/cs/
H A DCLZF.cs153 public int lzf_compress (byte[] in_data, int in_len,byte[] out_data, int out_len) method in class:LZF.NET.CLZF

Completed in 153 milliseconds