Home
last modified time | relevance | path

Searched refs:roll_hash (Results 1 – 2 of 2) sorted by relevance

/dports/security/ssdeep/ssdeep-2.14.1/
H A Dfuzzy.c82 static void roll_hash(struct roll_state *self, unsigned char c) in roll_hash() function
264 roll_hash(&self->roll, c); in fuzzy_engine_step()
634 roll_hash(&state, (unsigned char)s1[i]); in has_common_substring()
637 roll_hash(&state, (unsigned char)s1[i]); in has_common_substring()
650 roll_hash(&state, (unsigned char)s2[j]); in has_common_substring()
653 roll_hash(&state, (unsigned char)s2[j + (ROLLING_WINDOW - 1)]); in has_common_substring()
/dports/security/pev/pev/lib/libfuzzy/
H A Dfuzzy.c75 static void roll_hash(struct roll_state *self, unsigned char c) in roll_hash() function
185 roll_hash(&self->roll, c); in fuzzy_engine_step()
475 roll_hash(&state, (unsigned char)s1[i]); in has_common_substring()
489 roll_hash(&state, (unsigned char)s2[i]); in has_common_substring()