Home
last modified time | relevance | path

Searched refs:lzo_bytep (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.c418 int lzo1x_999_wrapper(const lzo_bytep src, lzo_uint src_len, lzo_bytep dst, in lzo1x_999_wrapper()
/external/u-boot/fs/jffs2/
Dcompr_lzo.c113 #define lzo_bytep U8 * macro
123 #define lzo_bytepp lzo_bytep *
124 #define lzo_sizeof_dict_t sizeof(lzo_bytep)