Searched refs:epochBegin (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/zstd/lib/dictBuilder/ |
H A D | fastcover.c | 420 const U32 epochBegin = (U32)(epoch * epochs.size); in FASTCOVER_buildDictionary() local 421 const U32 epochEnd = epochBegin + epochs.size; in FASTCOVER_buildDictionary() 425 ctx, freqs, epochBegin, epochEnd, parameters, segmentFreqs); in FASTCOVER_buildDictionary()
|
H A D | cover.c | 701 const U32 epochBegin = (U32)(epoch * epochs.size); in COVER_buildDictionary() local 702 const U32 epochEnd = epochBegin + epochs.size; in COVER_buildDictionary() 706 ctx, freqs, activeDmers, epochBegin, epochEnd, parameters); in COVER_buildDictionary()
|