Searched refs:epochs (Results 1 – 5 of 5) sorted by relevance
711 COVER_epoch_info_t epochs; local712 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 …]
409 const COVER_epoch_info_t epochs = COVER_computeEpochs( in FASTCOVER_buildDictionary() local415 (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()
265 Auto-tuning occurs in 'epochs'. At the end of each auto-tuning epoch, a decision
162 levels or epochs. It may be that different `OSSL_RECORD_METHOD`s are used for
7663 that arrive for future epochs update the replay protection "window" before8864 that arrive for future epochs update the replay protection "window" before12150 a DOS attack with sending records with future epochs until there is no