Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/tests/Generic/SortedList/
H A DSortedList.Generic.Tests.cs463 public void SortedList_Generic_TrimExcess_Repeatedly(int dictionaryLength) in SortedList_Generic_TrimExcess_Repeatedly() argument
475 public void SortedList_Generic_TrimExcess_AfterRemovingOneElement(int dictionaryLength) in SortedList_Generic_TrimExcess_AfterRemovingOneElement() argument
477 if (dictionaryLength > 0) in SortedList_Generic_TrimExcess_AfterRemovingOneElement()
494 …lic void SortedList_Generic_TrimExcess_AfterClearingAndAddingSomeElementsBack(int dictionaryLength) in SortedList_Generic_TrimExcess_AfterClearingAndAddingSomeElementsBack() argument
496 if (dictionaryLength > 0) in SortedList_Generic_TrimExcess_AfterClearingAndAddingSomeElementsBack()
504 AddToCollection(dictionary, dictionaryLength / 10); in SortedList_Generic_TrimExcess_AfterClearingAndAddingSomeElementsBack()
506 Assert.Equal(dictionaryLength / 10, dictionary.Count); in SortedList_Generic_TrimExcess_AfterClearingAndAddingSomeElementsBack()
512 …blic void SortedList_Generic_TrimExcess_AfterClearingAndAddingAllElementsBack(int dictionaryLength) in SortedList_Generic_TrimExcess_AfterClearingAndAddingAllElementsBack() argument
514 if (dictionaryLength > 0) in SortedList_Generic_TrimExcess_AfterClearingAndAddingAllElementsBack()
522 AddToCollection(dictionary, dictionaryLength); in SortedList_Generic_TrimExcess_AfterClearingAndAddingAllElementsBack()
[all …]
/dports/japanese/kiten/kiten-21.12.3/lib/DictEdict/
H A Dindexededictfile.cpp60 uint32_t dictionaryLength = static_cast<uint32_t>( m_dictFile.size() ); in checkIndex() local
61 dictionaryLength++; in checkIndex()
66 if( indexVersionTest == dictionaryLength + indexFileVersion ) in checkIndex()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/GoASTScanner/gas/vendor/github.com/nbutton23/zxcvbn-go/entropy/
H A DentropyCalculator.go155 func SequenceEntropy(match match.Match, dictionaryLength int, ascending bool) float64 {
161 baseEntropy = math.Log2(float64(dictionaryLength))
/dports/security/gopass/gopass-1.13.0/vendor/github.com/nbutton23/zxcvbn-go/entropy/
H A DentropyCalculator.go158 func SequenceEntropy(match match.Match, dictionaryLength int, ascending bool) float64 {
164 baseEntropy = math.Log2(float64(dictionaryLength))
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/nbutton23/zxcvbn-go/entropy/
H A DentropyCalculator.go158 func SequenceEntropy(match match.Match, dictionaryLength int, ascending bool) float64 {
164 baseEntropy = math.Log2(float64(dictionaryLength))
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/nbutton23/zxcvbn-go/entropy/
H A DentropyCalculator.go158 func SequenceEntropy(match match.Match, dictionaryLength int, ascending bool) float64 {
164 baseEntropy = math.Log2(float64(dictionaryLength))
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/nbutton23/zxcvbn-go/entropy/
H A DentropyCalculator.go158 func SequenceEntropy(match match.Match, dictionaryLength int, ascending bool) float64 {
164 baseEntropy = math.Log2(float64(dictionaryLength))