Searched refs:lzf_compress (Results 1 – 6 of 6) sorted by relevance
/external/liblzf/ |
D | lzf.h | 77 lzf_compress (const void *const in_data, unsigned int in_len,
|
D | Changes | 13 - lzf_compress did sometimes write one octet past the given output 22 - lzf_compress could access memory after the given input buffer
|
D | lzf_c.c | 99 lzf_compress (const void *const in_data, unsigned int in_len, in lzf_compress() function
|
D | lzf.c | 187 cs = lzf_compress (&buf1[MAX_HDR_SIZE], us, &buf2[MAX_HDR_SIZE], us > 4 ? us - 4 : us); in compress_fd()
|
/external/liblzf/src/org/liblzf/ |
D | CLZF.java | 153 public static int lzf_compress (byte[] in_data, int in_len,byte[] out_data, int out_len) in lzf_compress() method in CLZF
|
/external/liblzf/cs/ |
D | CLZF.cs | 153 public int lzf_compress (byte[] in_data, int in_len,byte[] out_data, int out_len) in lzf_compress() method in LZF.NET.CLZF
|