Lines Matching refs:hash
46 UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size, UInt32 *posRes)
51 if (hash == size)
53 delta = *hash++;
120 if (hash == size || *hash != delta || lenLimit[diff] != lenLimit[0] || d >= limit)
126 hash++;
149 if (hash == size || *hash != delta || lenLimit[diff] != lenLimit[0] || d >= limit)
218 UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size,
224 UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size,
228 do // while (hash != size)
236 if (hash == size)
239 delta = *hash++;
321 if (hash == size || *hash != delta || lenLimit[diff] != lenLimit[0] || d >= limit)
350 hash++;
351 if (hash == size || *hash != delta || lenLimit[diff] != lenLimit[0] || d >= limit)
408 UInt32 _cutValue, UInt32 *d, uint32plus _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size,
412 do // while (hash != size)
420 if (hash == size)
423 delta = *hash++;
498 if (hash == size || *hash != delta || pb[lenLimit] != cur[lenLimit] || d >= limit)
522 hash++;
526 if (hash == size || *hash != delta || pb[lenLimit] != cur[lenLimit] || d >= limit)