Searched refs:ip_end (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/lib/lzo/ |
H A D | lzo1x_decompress.c | 20 #define HAVE_IP(x, ip_end, ip) ((size_t)(ip_end - ip) < (x)) argument 144 const unsigned char * const ip_end = in + in_len; in lzo1x_decompress_safe() local 158 if (HAVE_IP(t + 1, ip_end, ip)) in lzo1x_decompress_safe() 166 while ((ip < ip_end)) { in lzo1x_decompress_safe() 171 if (HAVE_IP(1, ip_end, ip)) in lzo1x_decompress_safe() 176 if (HAVE_IP(1, ip_end, ip)) in lzo1x_decompress_safe() 183 if (HAVE_IP(t + 4, ip_end, ip)) in lzo1x_decompress_safe() 243 if (HAVE_IP(1, ip_end, ip)) in lzo1x_decompress_safe() 248 if (HAVE_IP(1, ip_end, ip)) in lzo1x_decompress_safe() 262 if (HAVE_IP(1, ip_end, ip)) in lzo1x_decompress_safe() [all …]
|
/openbmc/u-boot/fs/jffs2/ |
H A D | compr_lzo.c | 97 #define TEST_IP (ip < ip_end) 101 if ((lzo_uint)(ip_end - ip) < (lzo_uint)(x)) goto input_overrun 159 const lzo_byte *const ip_end = in + in_len; in lzo1x_decompress() local 379 return (ip == ip_end ? LZO_E_OK : in lzo1x_decompress() 381 ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN)); in lzo1x_decompress()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | unwind_prologue.c | 117 union loongarch_instruction *ip, *ip_end; in unwind_by_prologue() local 141 ip_end = (union loongarch_instruction *)pc; in unwind_by_prologue() 143 while (ip < ip_end) { in unwind_by_prologue() 163 while (ip < ip_end) { in unwind_by_prologue()
|
/openbmc/linux/lib/lzo/ |
H A D | lzo1x_compress.c | 30 const unsigned char * const ip_end = in + in_len - 20; in lzo1x_1_do_compress() local 47 if (unlikely(ip >= ip_end)) in lzo1x_1_do_compress() 53 const unsigned char *limit = min(ip_end, ip + MAX_ZERO_RUN_LENGTH + 1); in lzo1x_1_do_compress() 173 if (unlikely(ip + m_len >= ip_end)) in lzo1x_1_do_compress() 198 if (unlikely(ip + m_len >= ip_end)) in lzo1x_1_do_compress() 234 if (unlikely(ip + m_len >= ip_end)) in lzo1x_1_do_compress()
|
H A D | lzo1x_decompress_safe.c | 23 #define HAVE_IP(x) ((size_t)(ip_end - ip) >= (size_t)(x)) 47 const unsigned char * const ip_end = in + in_len; in lzo1x_decompress_safe() local 275 ip == ip_end ? LZO_E_OK : in lzo1x_decompress_safe() 276 ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN); in lzo1x_decompress_safe()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | process.c | 408 union mips_instruction insn, *ip, *ip_end; in get_frame_info() local 419 ip_end = (void *)ip + (info->func_size ? info->func_size : 512); in get_frame_info() 421 while (ip < ip_end) { in get_frame_info()
|
/openbmc/linux/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_qmr.h | 92 u8 ip_end; member
|
H A D | ehea_main.c | 1968 swqe->ip_end = swqe->ip_start + ip_hdrlen(skb) - 1; in xmit_common() 1975 swqe->tcp_offset = swqe->ip_end + 1 + in xmit_common() 1983 swqe->tcp_offset = swqe->ip_end + 1 + in xmit_common()
|