Searched refs:lzo_byte (Results 1 – 1 of 1) sorted by relevance
112 #define lzo_byte U8 macro150 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()