Lines Matching defs:ip
67 u8 const *ip = (const u8 *)in_data;69 u8 const *const in_end = ip + in_len;74 unsigned int ctrl = *ip++;87 if (ip + ctrl > in_end)95 lzf_movsb (op, ip, ctrl);98 *op++ = *ip++;109 if (ip >= in_end)117 len += *ip++;119 if (ip >= in_end)127 ref -= *ip++;154 while (ip < in_end);
Indexes created Tue May 05 00:25:04 UTC 2026