Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/jffs2/
H A Dcompr_lzo.c112 #define lzo_byte U8 macro
150 lzo1x_decompress (const lzo_byte * in, lzo_uint in_len, in lzo1x_decompress()
151 lzo_byte * out, lzo_uintp out_len, lzo_voidp wrkmem) in lzo1x_decompress()
153 register lzo_byte *op; in lzo1x_decompress()
154 register const lzo_byte *ip; in lzo1x_decompress()
157 register const lzo_byte *m_pos; in lzo1x_decompress()
159 const lzo_byte *const ip_end = in + in_len; in lzo1x_decompress()
160 lzo_byte *const op_end = out + *out_len; in lzo1x_decompress()