Home
last modified time | relevance | path

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

/u-boot/fs/jffs2/
A Dcompr_lzo.c101 if ((lzo_uint)(ip_end - ip) < (lzo_uint)(x)) goto input_overrun
103 if ((lzo_uint)(op_end - op) < (lzo_uint)(x)) goto output_overrun
108 typedef U32 lzo_uint; typedef
120 #define lzo_uintp lzo_uint *
145 #define pd(a,b) ((lzo_uint) ((a)-(b)))
150 lzo1x_decompress (const lzo_byte * in, lzo_uint in_len, in lzo1x_decompress()
155 register lzo_uint t; in lzo1x_decompress()
399 lzo_uint outlen = destlen; in lzo_decompress()

Completed in 2 milliseconds