Searched refs:op_end (Results 1 – 2 of 2) sorted by relevance
/u-boot/lib/lzo/ |
A D | lzo1x_decompress.c | 21 #define HAVE_OP(x, op_end, op) ((size_t)(op_end - op) < (x)) argument 145 unsigned char * const op_end = out + *out_len; in lzo1x_decompress_safe() local 156 if (HAVE_OP(t, op_end, op)) in lzo1x_decompress_safe() 181 if (HAVE_OP(t + 3, op_end, op)) in lzo1x_decompress_safe() 220 if (HAVE_OP(3, op_end, op)) in lzo1x_decompress_safe() 237 if (HAVE_OP(t + 3 - 1, op_end, op)) in lzo1x_decompress_safe() 284 if (HAVE_OP(2, op_end, op)) in lzo1x_decompress_safe() 294 if (HAVE_OP(t + 3 - 1, op_end, op)) in lzo1x_decompress_safe() 325 if (HAVE_OP(t, op_end, op)) in lzo1x_decompress_safe()
|
/u-boot/fs/jffs2/ |
A D | compr_lzo.c | 98 #define TEST_OP (op <= op_end) 103 if ((lzo_uint)(op_end - op) < (lzo_uint)(x)) goto output_overrun 160 lzo_byte *const op_end = out + *out_len; in lzo1x_decompress() local
|
Completed in 4 milliseconds