Home
last modified time | relevance | path

Searched refs:lzo_uintp (Results 1 – 3 of 3) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dlzo_wrapper.h64 int (*compress) (const lzo_bytep, lzo_uint, lzo_bytep, lzo_uintp,
75 int lzo1x_999_wrapper(const lzo_bytep, lzo_uint, lzo_bytep, lzo_uintp,
Dlzo_wrapper.c419 lzo_uintp compsize, lzo_voidp workspace) in lzo1x_999_wrapper()
/external/u-boot/fs/jffs2/
Dcompr_lzo.c120 #define lzo_uintp lzo_uint * macro
151 lzo_byte * out, lzo_uintp out_len, lzo_voidp wrkmem) in lzo1x_decompress()