Home
last modified time | relevance | path

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

/linux-2.6.39/lib/lzo/
Dlzo1x_decompress.c24 #define HAVE_OP(x, op_end, op) ((size_t)(op_end - op) < (x)) argument
34 unsigned char * const op_end = out + *out_len; in lzo1x_decompress_safe() local
45 if (HAVE_OP(t, op_end, op)) in lzo1x_decompress_safe()
70 if (HAVE_OP(t + 3, op_end, op)) in lzo1x_decompress_safe()
109 if (HAVE_OP(3, op_end, op)) in lzo1x_decompress_safe()
126 if (HAVE_OP(t + 3 - 1, op_end, op)) in lzo1x_decompress_safe()
173 if (HAVE_OP(2, op_end, op)) in lzo1x_decompress_safe()
183 if (HAVE_OP(t + 3 - 1, op_end, op)) in lzo1x_decompress_safe()
214 if (HAVE_OP(t, op_end, op)) in lzo1x_decompress_safe()
/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_init_ops.h190 u16 op_end = in bnx2x_init_block() local
198 if (op_start == op_end) in bnx2x_init_block()
210 for (i = op_start; i < op_end; i++) { in bnx2x_init_block()