Lines Matching refs:ip1
113 const BYTE* ip1;
123 size_t hash1; /* hash for ip1 */
131 /* ip0 and ip1 are always adjacent. The targetLength skipping and
134 * between pairs of positions, from ip0 to ip2 or ip1 to ip3. */
155 ip1 = ip0 + 1;
164 hash1 = ZSTD_hashPtr(ip1, hlog, mls);
209 ip0 = ip1;
210 ip1 = ip2;
238 ip0 = ip1;
239 ip1 = ip2;
241 ip3 = ip1 + step;
246 PREFETCH_L1(ip1 + 64);
247 PREFETCH_L1(ip1 + 128);
291 if (ip1 < ip0) {
292 hashTable[hash1] = (U32)(ip1 - base);