Searched refs:op_end (Results 1 – 6 of 6) sorted by relevance
| /linux/lib/lzo/ |
| H A D | lzo1x_compress_safe.c | 16 #define HAVE_OP(x) ((size_t)(op_end - op) >= (size_t)(x))
|
| H A D | lzo1x_compress.c | 33 unsigned char **out, unsigned char *op_end, in lzo1x_1_do_compress() argument 340 unsigned char * const op_end = out + *out_len; in lzogeneric1x_1_compress() local 371 ip, ll, &op, op_end, &t, wrkmem, in lzogeneric1x_1_compress()
|
| H A D | lzo1x_decompress_safe.c | 24 #define HAVE_OP(x) ((size_t)(op_end - op) >= (size_t)(x)) 48 unsigned char * const op_end = out + *out_len; in lzo1x_decompress_safe() local
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_init_ops.h | 234 u16 op_end = in bnx2x_init_block() local 242 if (op_start == op_end) in bnx2x_init_block() 247 for (op_idx = op_start; op_idx < op_end; op_idx++) { in bnx2x_init_block()
|
| /linux/drivers/firmware/cirrus/ |
| H A D | cs_dsp.c | 3678 struct cs_dsp_wseq_op *op_end, *op_new = NULL; in cs_dsp_wseq_write() local 3688 op_end = cs_dsp_wseq_find_op(0, CS_DSP_WSEQ_END, &wseq->ops); in cs_dsp_wseq_write() 3689 if (!op_end) { in cs_dsp_wseq_write() 3700 op_new->offset = op_end->offset; in cs_dsp_wseq_write() 3728 if (wseq->ctl->len - op_end->offset < new_op_size) { in cs_dsp_wseq_write() 3734 op_end->offset += new_op_size; in cs_dsp_wseq_write() 3736 ret = cs_dsp_coeff_write_ctrl(wseq->ctl, op_end->offset / sizeof(u32), in cs_dsp_wseq_write() 3737 &op_end->data, sizeof(u32)); in cs_dsp_wseq_write() 3741 list_add_tail(&op_new->list, &op_end->list); in cs_dsp_wseq_write()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_uvmm.c | 1097 u64 op_end = op_addr + op->va.range; in bind_validate_map_sparse() local 1099 if (!(end <= op_addr || addr >= op_end)) { in bind_validate_map_sparse() 1361 u64 op_end = op_addr + op->va.range; in nouveau_uvmm_bind_job_submit() local 1371 if (reg_addr > op_addr || reg_end < op_end) { in nouveau_uvmm_bind_job_submit()
|