Lines Matching refs:hashed
283 size_t hashed;
287 hashed = ZSTD_ldm_gear_feed(&hashState, ip, iend - ip, splits, &numSplits);
302 ip += hashed;
361 size_t hashed;
365 hashed = ZSTD_ldm_gear_feed(&hashState, ip, ilimit - ip,
471 /* If we find a match that ends after the data that we've hashed
479 if (anchor > ip + hashed) {
481 /* Continue the outer loop at anchor (ip + hashed == anchor). */
482 ip = anchor - hashed;
487 ip += hashed;