Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c412 const U32 epochBegin = (U32)(epoch * epochs.size); in FASTCOVER_buildDictionary() local
413 const U32 epochEnd = epochBegin + epochs.size; in FASTCOVER_buildDictionary()
417 ctx, freqs, epochBegin, epochEnd, parameters, segmentFreqs); in FASTCOVER_buildDictionary()
H A Dcover.c693 const U32 epochBegin = (U32)(epoch * epochs.size); in COVER_buildDictionary() local
694 const U32 epochEnd = epochBegin + epochs.size; in COVER_buildDictionary()
698 ctx, freqs, activeDmers, epochBegin, epochEnd, parameters); in COVER_buildDictionary()