Searched refs:lzo_uint (Results 1 – 1 of 1) sorted by relevance
101 if ((lzo_uint)(ip_end - ip) < (lzo_uint)(x)) goto input_overrun103 if ((lzo_uint)(op_end - op) < (lzo_uint)(x)) goto output_overrun108 typedef U32 lzo_uint; typedef120 #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