Lines Matching defs:hash
62 { int64_t hash ;
75 hash = marker_len > 4 ? hash_of_str (marker_str) : u.marker ;
79 psf->iterator->hash = hash ;
89 { uint64_t hash = iterator->hash ;
94 if (hash)
96 if (pchk->chunks [k].hash == hash)
146 rchunk.hash = marker ;
159 { uint64_t hash ;
168 hash = strlen (marker_str) > 4 ? hash_of_str (marker_str) : u.marker ;
171 if (pchk->chunks [k].hash == hash)
209 rchunk.hash = marker_len > 4 ? hash_of_str (marker_str) : u.marker ;
253 pchk->chunks [pchk->used].hash = strlen (chunk_info->id) > 4 ? hash_of_str (chunk_info->id) : u.marker ;