Searched defs:op (Results 1 – 5 of 5) sorted by relevance
/lib/lzo/ |
D | lzo1x_decompress.c | 22 #define HAVE_OP(x, op_end, op) ((size_t)(op_end - op) < (x)) argument 23 #define HAVE_LB(m_pos, out, op) (m_pos < out || m_pos >= op) argument 34 unsigned char *op = out; in lzo1x_decompress_safe() local
|
D | lzo1x_compress.c | 30 unsigned char *op = out; in _lzo1x_1_do_compress() local 180 unsigned char *op = out; in lzo1x_1_compress() local
|
/lib/ |
D | int_sqrt.c | 13 unsigned long op, res, one; in int_sqrt() local
|
/lib/zlib_inflate/ |
D | inftrees.h | 25 unsigned char op; /* operation, extra bits, table bits */ member
|
D | inffast.c | 91 unsigned op; /* code bits, operation, extra bits, or */ in inflate_fast() local
|