Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/lzo/
H A Dlzo1x_decompress.c21 #define HAVE_OP(x, op_end, op) ((size_t)(op_end - op) < (x)) argument
145 unsigned char * const op_end = out + *out_len; in lzo1x_decompress_safe() local
156 if (HAVE_OP(t, op_end, op)) in lzo1x_decompress_safe()
181 if (HAVE_OP(t + 3, op_end, op)) in lzo1x_decompress_safe()
220 if (HAVE_OP(3, op_end, op)) in lzo1x_decompress_safe()
237 if (HAVE_OP(t + 3 - 1, op_end, op)) in lzo1x_decompress_safe()
284 if (HAVE_OP(2, op_end, op)) in lzo1x_decompress_safe()
294 if (HAVE_OP(t + 3 - 1, op_end, op)) in lzo1x_decompress_safe()
325 if (HAVE_OP(t, op_end, op)) in lzo1x_decompress_safe()
/openbmc/u-boot/fs/jffs2/
H A Dcompr_lzo.c98 #define TEST_OP (op <= op_end)
103 if ((lzo_uint)(op_end - op) < (lzo_uint)(x)) goto output_overrun
160 lzo_byte *const op_end = out + *out_len; in lzo1x_decompress() local
/openbmc/linux/lib/lzo/
H A Dlzo1x_decompress_safe.c24 #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
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dcve-update-nvd2-native.bb304 op_end = ''
317 op_end = '<='
321 op_end = '<'
324 if op_start or op_end or v_start or v_end:
325 yield [cveId, vendor, product, v_start, op_start, v_end, op_end]
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h234 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()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c1025 u64 op_end = op_addr + op->va.range; in bind_validate_map_sparse() local
1027 if (!(end <= op_addr || addr >= op_end)) { in bind_validate_map_sparse()
1227 u64 op_end = op_addr + op->va.range; in nouveau_uvmm_bind_job_submit() local
1237 if (reg_addr > op_addr || reg_end < op_end) { in nouveau_uvmm_bind_job_submit()