Home
last modified time | relevance | path

Searched refs:MIN_BLOCKSIZE (Results 1 – 4 of 4) sorted by relevance

/dports/security/ssdeep/ssdeep-2.14.1/
H A Dfuzzy.c48 #define MIN_BLOCKSIZE 3 macro
143 #define SSDEEP_BS(index) (((uint32_t)MIN_BLOCKSIZE) << (index))
162 self->reduce_border = (uint_least64_t)MIN_BLOCKSIZE * SPAMSUM_LENGTH; in fuzzy_new()
266 h = horg / (uint32_t)MIN_BLOCKSIZE; in fuzzy_engine_step()
283 if (horg % (uint32_t)MIN_BLOCKSIZE) in fuzzy_engine_step()
839 if (block_size >= (99 + ROLLING_WINDOW) / ROLLING_WINDOW * MIN_BLOCKSIZE) in score_strings()
841 if (score > block_size/MIN_BLOCKSIZE * MIN(s1len, s2len)) in score_strings()
843 score = block_size/MIN_BLOCKSIZE * MIN(s1len, s2len); in score_strings()
/dports/security/pev/pev/lib/libfuzzy/
H A Dfuzzy.c50 #define MIN_BLOCKSIZE 3 macro
124 #define SSDEEP_BS(index) (((uint32_t)MIN_BLOCKSIZE) << (index))
601 if (score > block_size/MIN_BLOCKSIZE * MIN(len1, len2)) in score_strings()
603 score = block_size/MIN_BLOCKSIZE * MIN(len1, len2); in score_strings()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/bzip2/
H A DCBZip2OutputStream.java143 public static final int MIN_BLOCKSIZE = 1; field in CBZip2OutputStream
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/io/compress/bzip2/
H A DCBZip2OutputStream.java141 public static final int MIN_BLOCKSIZE = 1; field in CBZip2OutputStream