Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c711 COVER_epoch_info_t epochs; local
712 epochs.num = MAX(1, maxDictSize / k / passes);
713 epochs.size = nbDmers / epochs.num;
714 if (epochs.size >= minEpochSize) {
715 assert(epochs.size * epochs.num <= nbDmers);
716 return epochs;
718 epochs.size = MIN(minEpochSize, nbDmers);
719 epochs.num = nbDmers / epochs.size;
720 assert(epochs.size * epochs.num <= nbDmers);
721 return epochs;
[all …]
H A Dfastcover.c409 const COVER_epoch_info_t epochs = COVER_computeEpochs( in FASTCOVER_buildDictionary() local
415 (U32)epochs.num, (U32)epochs.size); in FASTCOVER_buildDictionary()
419 for (epoch = 0; tail > 0; epoch = (epoch + 1) % epochs.num) { in FASTCOVER_buildDictionary()
420 const U32 epochBegin = (U32)(epoch * epochs.size); in FASTCOVER_buildDictionary()
421 const U32 epochEnd = epochBegin + epochs.size; in FASTCOVER_buildDictionary()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-fc.md265 Auto-tuning occurs in 'epochs'. At the end of each auto-tuning epoch, a decision
H A Drecord-layer.md162 levels or epochs. It may be that different `OSSL_RECORD_METHOD`s are used for
/freebsd/crypto/openssl/
H A DCHANGES.md7663 that arrive for future epochs update the replay protection "window" before
8864 that arrive for future epochs update the replay protection "window" before
12150 a DOS attack with sending records with future epochs until there is no