Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dzdict.c191 static size_t ZDICT_count(const void* pIn, const void* pMatch) in ZDICT_count() function
259 length = ZDICT_count(b + pos, b + suffix[end]); in ZDICT_analyzePos()
266 length = ZDICT_count(b + pos, b + *(suffix+start-1)); in ZDICT_analyzePos()
328 length = ZDICT_count(b + pos, b + suffix[end]); in ZDICT_analyzePos()
337 length = ZDICT_count(b + pos, b + suffix[start - 1]); in ZDICT_analyzePos()
381 length = (U32)ZDICT_count(b+pos, b+testedPos); in ZDICT_analyzePos()