Home
last modified time | relevance | path

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

/lib/lzo/
A Dlzo1x_decompress_safe.c24 #define HAVE_OP(x) ((size_t)(op_end - op) >= (size_t)(x)) macro
26 #define NEED_OP(x) if (!HAVE_OP(x)) goto output_overrun
96 if (likely(HAVE_IP(t + 15) && HAVE_OP(t + 15))) { in lzo1x_decompress_safe()
216 if (likely(HAVE_OP(t + 15))) { in lzo1x_decompress_safe()
256 if (likely(HAVE_IP(6) && HAVE_OP(4))) { in lzo1x_decompress_safe()
A Dlzo1x_compress_safe.c16 #define HAVE_OP(x) ((size_t)(op_end - op) >= (size_t)(x)) macro
A Dlzo1x_compress.c26 #define HAVE_OP(x) 1 macro
29 #define NEED_OP(x) if (!HAVE_OP(x)) goto output_overrun

Completed in 6 milliseconds