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 LZO_SAFE() 340 unsigned char * const op_end = out + *out_len; in LZO_SAFE() local 371 ip, ll, &op, op_end, &t, wrkmem, in LZO_SAFE()
|
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 | 3640 struct cs_dsp_wseq_op *op_end, *op_new = NULL; in cs_dsp_wseq_write() local 3650 op_end = cs_dsp_wseq_find_op(0, CS_DSP_WSEQ_END, &wseq->ops); in cs_dsp_wseq_write() 3651 if (!op_end) { in cs_dsp_wseq_write() 3662 op_new->offset = op_end->offset; in cs_dsp_wseq_write() 3690 if (wseq->ctl->len - op_end->offset < new_op_size) { in cs_dsp_wseq_write() 3696 op_end->offset += new_op_size; in cs_dsp_wseq_write() 3698 ret = cs_dsp_coeff_write_ctrl(wseq->ctl, op_end->offset / sizeof(u32), in cs_dsp_wseq_write() 3699 &op_end->data, sizeof(u32)); in cs_dsp_wseq_write() 3703 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 | 1029 u64 op_end = op_addr + op->va.range; in bind_validate_map_sparse() local 1031 if (!(end <= op_addr || addr >= op_end)) { in bind_validate_map_sparse() 1287 u64 op_end = op_addr + op->va.range; in nouveau_uvmm_bind_job_submit() local 1297 if (reg_addr > op_addr || reg_end < op_end) { in nouveau_uvmm_bind_job_submit()
|