Home
last modified time | relevance | path

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

/dports/security/ssdeep/ssdeep-2.14.1/
H A Dfuzzy.h108 …ern int fuzzy_set_total_input_length(struct fuzzy_state *state, uint_least64_t total_fixed_length);
H A Dfuzzy.c183 int fuzzy_set_total_input_length(struct fuzzy_state *state, uint_least64_t total_fixed_length) in fuzzy_set_total_input_length() argument
186 if (total_fixed_length > SSDEEP_TOTAL_SIZE_MAX) in fuzzy_set_total_input_length()
192 state->fixed_size != total_fixed_length) in fuzzy_set_total_input_length()
198 state->fixed_size = total_fixed_length; in fuzzy_set_total_input_length()
199 while ((uint_least64_t)SSDEEP_BS(bi) * SPAMSUM_LENGTH < total_fixed_length) in fuzzy_set_total_input_length()