Searched refs:lzo_bytep (Results 1 – 3 of 3) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | lzo_wrapper.h | 64 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,
|
D | lzo_wrapper.c | 418 int lzo1x_999_wrapper(const lzo_bytep src, lzo_uint src_len, lzo_bytep dst, in lzo1x_999_wrapper()
|
/external/u-boot/fs/jffs2/ |
D | compr_lzo.c | 113 #define lzo_bytep U8 * macro 123 #define lzo_bytepp lzo_bytep * 124 #define lzo_sizeof_dict_t sizeof(lzo_bytep)
|