Home
last modified time | relevance | path

Searched refs:wordCount (Results 1 – 25 of 899) sorted by relevance

12345678910>>...36

/dports/math/reduce/Reduce-svn5758-src/libraries/SoftFloat-3a/source/
H A Ds_shiftRightJamM.c53 uint32_t wordJam, wordCount, *ptr; in softfloat_shiftRightJamM() local
57 wordCount = count>>5; in softfloat_shiftRightJamM()
58 if ( wordCount ) { in softfloat_shiftRightJamM()
59 if ( size_words < wordCount ) wordCount = size_words; in softfloat_shiftRightJamM()
61 i = wordCount; in softfloat_shiftRightJamM()
69 if ( wordCount < size_words ) { in softfloat_shiftRightJamM()
74 size_words - wordCount, in softfloat_shiftRightJamM()
79 if ( ! wordCount ) goto wordJam; in softfloat_shiftRightJamM()
83 for ( i = size_words - wordCount; i; --i ) { in softfloat_shiftRightJamM()
93 --wordCount; in softfloat_shiftRightJamM()
[all …]
H A Ds_shiftRightJam256M.c77 uint_fast32_t wordCount; in softfloat_shiftRightJam256M() local
82 wordCount = count>>6; in softfloat_shiftRightJam256M()
83 if ( wordCount ) { in softfloat_shiftRightJam256M()
84 if ( 4 < wordCount ) wordCount = 4; in softfloat_shiftRightJam256M()
86 i = wordCount; in softfloat_shiftRightJam256M()
94 if ( wordCount < 4 ) { in softfloat_shiftRightJam256M()
99 4 - wordCount, in softfloat_shiftRightJam256M()
104 if ( ! wordCount ) goto wordJam; in softfloat_shiftRightJam256M()
108 for ( i = 4 - wordCount; i; --i ) { in softfloat_shiftRightJam256M()
118 --wordCount; in softfloat_shiftRightJam256M()
[all …]
H A Ds_shiftLeftM.c53 uint32_t wordCount; in softfloat_shiftLeftM() local
58 wordCount = count>>5; in softfloat_shiftLeftM()
59 if ( wordCount < size_words ) { in softfloat_shiftLeftM()
64 size_words - wordCount, in softfloat_shiftLeftM()
69 if ( ! wordCount ) return; in softfloat_shiftLeftM()
71 aPtr += indexWordHi( size_words - wordCount ); in softfloat_shiftLeftM()
73 for ( i = size_words - wordCount; i; --i ) { in softfloat_shiftLeftM()
79 zPtr += indexMultiwordLo( size_words, wordCount ); in softfloat_shiftLeftM()
81 wordCount = size_words; in softfloat_shiftLeftM()
85 --wordCount; in softfloat_shiftLeftM()
[all …]
H A Ds_shiftRightM.c53 uint32_t wordCount; in softfloat_shiftRightM() local
58 wordCount = count>>5; in softfloat_shiftRightM()
59 if ( wordCount < size_words ) { in softfloat_shiftRightM()
64 size_words - wordCount, in softfloat_shiftRightM()
69 if ( ! wordCount ) return; in softfloat_shiftRightM()
71 aPtr += indexWordLo( size_words - wordCount ); in softfloat_shiftRightM()
73 for ( i = size_words - wordCount; i; --i ) { in softfloat_shiftRightM()
79 zPtr += indexMultiwordHi( size_words, wordCount ); in softfloat_shiftRightM()
81 wordCount = size_words; in softfloat_shiftRightM()
85 --wordCount; in softfloat_shiftRightM()
[all …]
/dports/net/jcifs/jcifs_1.3.19/src/jcifs/smb/
H A DAndXServerMessageBlock.java97 dstIndex += wordCount + 1; in writeAndXWireFormat()
98 wordCount /= 2; in writeAndXWireFormat()
99 dst[start] = (byte)( wordCount & 0xFF ); in writeAndXWireFormat()
172 dstIndex += andx.wordCount + 1; in writeAndXWireFormat()
173 andx.wordCount /= 2; in writeAndXWireFormat()
187 wordCount = buffer[bufferIndex++]; in readAndXWireFormat()
189 if( wordCount != 0 ) { in readAndXWireFormat()
207 if( wordCount > 2 ) { in readAndXWireFormat()
217 wordCount += 8; in readAndXWireFormat()
274 if( andx.wordCount != 0 ) { in readAndXWireFormat()
[all …]
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DSTLUtilities.cpp40 size_t wordCount = 1; in Tokenize() local
44 if (result.size()<wordCount) result.resize(1); in Tokenize()
55 wordCount++; in Tokenize()
56 if (result.size()<wordCount) result.resize(wordCount); in Tokenize()
59 result[wordCount-1].clear(); in Tokenize()
61 word = &result[wordCount-1]; in Tokenize()
71 …if (wordCount < result.size()) result.resize(wordCount); // potentially truncate to wordCount ele… in Tokenize()
/dports/editors/o/o-2.46.0/
H A Dsuggest.go14 wordCount := make(map[string]int)
33 if _, ok := wordCount[word]; ok {
34 wordCount[word]++
35 if wordCount[word] > highestCount {
36 highestCount = wordCount[word]
39 wordCount[word] = 1
40 if wordCount[word] > highestCount {
41 highestCount = wordCount[word]
49 sl := make([]string, len(wordCount))
52 for word, count := range wordCount {
/dports/math/frobby/frobby-0.9.1/save/
H A DpackedTerm.h56 for (unsigned int i = 0; i < wordCount; ++i) in PackedTerm()
70 for (unsigned int i = 1; i < wordCount; ++i)
101 Exponent* expsEnd = exponents + wordCount; in PackedTerm()
111 for (unsigned int i = 0; i < wordCount; ++i) in multiply()
117 for (unsigned int i = 0; i < wordCount; ++i) in multiply()
125 for (unsigned int i = 0; i < wordCount; ++i) in divide()
134 for (unsigned int i = 0; i < wordCount; ++i) in isDivisibleBy()
145 for (unsigned int i = 0; i < wordCount; ++i) in hasDisjunctSupport()
203 for (unsigned int i = 0; i < wordCount; ++i)
251 for (unsigned int i = 0; i < wordCount; ++i) in printDebug()
[all …]
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/
H A DDocumentStatistics.cpp28 wordCount = 0; in DocumentStatistics()
45 return wordCount; in getWordCount()
147 wordCount -= blockData->wordCount; in onTextBlockRemoved()
163 emit wordCountChanged(wordCount); in updateStatistics()
164 emit totalWordCountChanged(wordCount); in updateStatistics()
168 emit pageCountChanged(calculatePageCount(wordCount)); in updateStatistics()
169 emit complexWordsChanged(calculateComplexWords(wordCount, lixLongWordCount)); in updateStatistics()
170 emit readingTimeChanged(calculateReadingTime(wordCount)); in updateStatistics()
185 int oldWordCount = blockData->wordCount; in updateBlockStatistics()
192 blockData->wordCount, in updateBlockStatistics()
[all …]
/dports/devel/icu/icu/source/common/
H A Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
136 ++wordCount; in matches()
[all …]
/dports/devel/icu-lx/icu/source/common/
H A Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
136 ++wordCount; in matches()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
136 ++wordCount; in matches()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
136 ++wordCount; in matches()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
136 ++wordCount; in matches()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Ddictionarydata.cpp49 int32_t wordCount = 0; in matches() local
57 if (wordCount < limit) { in matches()
59 values[wordCount] = uct.getValue(); in matches()
62 lengths[wordCount] = lengthMatched; in matches()
67 ++wordCount; in matches()
84 return wordCount; in matches()
116 int32_t wordCount = 0; in matches() local
124 if (wordCount < limit) { in matches()
126 values[wordCount] = bt.getValue(); in matches()
134 ++wordCount; in matches()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
136 ++wordCount; in matches()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
136 ++wordCount; in matches()
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
136 ++wordCount; in matches()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
136 ++wordCount; in matches()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
136 ++wordCount; in matches()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
136 ++wordCount; in matches()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
136 ++wordCount; in matches()
[all …]
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Ddictionarydata.cpp51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
136 ++wordCount; in matches()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/
H A Ddictionarydata.cpp49 int32_t wordCount = 0; in matches() local
57 if (wordCount < limit) { in matches()
59 values[wordCount] = uct.getValue(); in matches()
62 lengths[wordCount] = lengthMatched; in matches()
67 ++wordCount; in matches()
84 return wordCount; in matches()
116 int32_t wordCount = 0; in matches() local
124 if (wordCount < limit) { in matches()
126 values[wordCount] = bt.getValue(); in matches()
134 ++wordCount; in matches()
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/hackzilla/password-generator/Generator/
H A DHumanPasswordGenerator.php129 $wordCount = $this->getWordCount();
143 for ($i = 0; $i < $wordCount; $i++) {
154 while(--$wordCount) {
155 …ength() - strlen($password) - ($wordCount * $this->getMaxWordLength()) - (strlen($this->getWordSep…
156 …ength() - strlen($password) - ($wordCount * $this->getMinWordLength()) - (strlen($this->getWordSep…
170 if ($wordCount) {
422 $wordCount = $this->getWordCount();
424 …return ($this->getMinWordLength() * $wordCount) + (strlen($this->getWordSeparator()) * ($wordCount
434 $wordCount = $this->getWordCount();
436 …return ($this->getMaxWordLength() * $wordCount) + (strlen($this->getWordSeparator()) * ($wordCount

12345678910>>...36