Home
last modified time | relevance | path

Searched refs:totalChars (Results 1 – 25 of 56) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/
H A DNumberFormatter.cs79 …lic static void ConvertToAlphabetic(StringBuilder sb, double val, char firstChar, int totalChars) { in ConvertToAlphabetic() argument
81 Debug.Assert(Math.Pow(totalChars, MaxAlphabeticLength) >= MaxAlphabeticValue); in ConvertToAlphabetic()
87 while (number > totalChars) { in ConvertToAlphabetic()
88 int quot = --number / totalChars; in ConvertToAlphabetic()
89 letters[--idx] = (char)(firstChar + (number - quot * totalChars)); in ConvertToAlphabetic()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Runtime/
H A DNumberFormatter.cs80 …ublic static void ConvertToAlphabetic(StringBuilder sb, double val, char firstChar, int totalChars) in ConvertToAlphabetic() argument
83 Debug.Assert(Math.Pow(totalChars, MaxAlphabeticLength) >= MaxAlphabeticValue); in ConvertToAlphabetic()
89 while (number > totalChars) in ConvertToAlphabetic()
91 int quot = --number / totalChars; in ConvertToAlphabetic()
92 letters[--idx] = (char)(firstChar + (number - quot * totalChars)); in ConvertToAlphabetic()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/crypto-random-0.0.9/Crypto/Random/
H A DTest.hs67 { res_totalChars = totalChars
70 , res_mean = fromIntegral datasum / fromIntegral totalChars
74 where totalChars = sum buckets function
75 probs = map (\v -> fromIntegral v / fromIntegral totalChars :: Double) buckets
77 cexp = fromIntegral totalChars / 256.0 :: Double
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/crypto-random-0.0.9/Crypto/Random/
H A DTest.hs67 { res_totalChars = totalChars
70 , res_mean = fromIntegral datasum / fromIntegral totalChars
74 where totalChars = sum buckets function
75 probs = map (\v -> fromIntegral v / fromIntegral totalChars :: Double) buckets
77 cexp = fromIntegral totalChars / 256.0 :: Double
/dports/games/barony/Barony-3.3.7/src/
H A Dbuttons.cpp1983 int totalChars = 0; in buttonSpriteProperties() local
1998 ++totalChars; in buttonSpriteProperties()
2083 ++totalChars; in buttonSpriteProperties()
2153 ++totalChars; in buttonSpriteProperties()
2219 ++totalChars; in buttonSpriteProperties()
3179 totalChars += (48 - (totalChars % 48)); in buttonSpritePropertiesConfirm()
3183 ++totalChars; in buttonSpritePropertiesConfirm()
3259 totalChars += (48 - (totalChars % 48)); in buttonSpritePropertiesConfirm()
3263 ++totalChars; in buttonSpritePropertiesConfirm()
3303 ++totalChars; in buttonSpritePropertiesConfirm()
[all …]
H A Dactladder.cpp1148 int totalChars = 0; in actCustomPortal() local
1162 mapName[totalChars] = static_cast<char>((my->skill[i] >> (c * 8)) & 0xFF); in actCustomPortal()
1163 ++totalChars; in actCustomPortal()
1168 if ( mapName[totalChars] != '\0' ) in actCustomPortal()
1170 mapName[totalChars] = '\0'; in actCustomPortal()
/dports/lang/oo2c/oo2c_64-2.1.11/src/
H A DTestCodec.Mod20 totalChars: LONGINT;
54 totalChars := 0;
67 INC (totalChars, range[i]. count);
86 NEW (data32, totalChars);
94 FOR i := 0 TO totalChars-1 DO
95 j := RandomNumbers.RND(totalChars-i)+i;
112 s := Object.NewUCS4Region(data32^, 0, totalChars);
153 IF (offset = totalChars) THEN
172 ASSERT (totalRead = totalChars*repeatCount, 10);
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/tests/Test/Foundation/
H A DRandom.hs80 { res_totalChars = totalChars
83 , res_mean = fromIntegral datasum Prelude./ fromIntegral totalChars
87 where totalChars = Prelude.sum buckets function
88 probs = fmap (\v -> fromIntegral v Prelude./ fromIntegral totalChars :: Double) buckets
90 cexp = fromIntegral totalChars Prelude./ 256.0 :: Double
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dcn3d_app.cpp108 int totalChars; member in MsgFrame
118 totalChars = 0; in MsgFrame()
172 if (logFrame->totalChars + errMsg.size() > 100000) { in DisplayDiagnostic()
174 logFrame->totalChars = 0; in DisplayDiagnostic()
178 logFrame->totalChars += errMsg.size(); in DisplayDiagnostic()
202 logFrame->totalChars += backLog.front().size(); in RaiseLogWindow()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dprint.h64 size_t totalChars; in buildprintpiece() local
68 totalChars = numChars+1; in buildprintpiece()
82 totalChars = numChars; in buildprintpiece()
94 return totalChars; in buildprintpiece()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/htmlparser/
H A DnsScanner.cpp239 int32_t totalChars = 0; in Append() local
246 totalChars += unicharLength; in Append()
266 unicharLength = unicharBufLen - (++totalChars); in Append()
282 buffer->SetDataLength(totalChars); in Append()
/dports/www/limesurvey/limesurvey/application/third_party/ar-php/Arabic/
H A DAutoSummarize.php228 $totalChars = mb_strlen($str);
231 $maxChars = round($int * $totalChars / 100);
649 $totalChars = 0;
658 $totalChars += $len[$i];
660 if ($totalChars >= $max) {
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DTextSnapshot_as.cpp170 size_t totalChars = field->first->getSelected().size(); in setSelected() local
176 while (totalChars <= i) { in setSelected()
177 fieldStartIndex = totalChars; in setSelected()
183 totalChars += sel.size(); in setSelected()
201 size_t totalChars = field->first->getSelected().size(); in getSelected() local
207 while (totalChars <= i) { in getSelected()
208 fieldStartIndex = totalChars; in getSelected()
213 totalChars += sel.size(); in getSelected()
/dports/x11/x11perf/x11perf-1.6.1/
H A Ddo_text.c107 #define GetRealChar(font, totalChars, ch) \ argument
113 ch = totalChars-1; \
127 int rows, columns, totalChars, ch; in InitText16() local
137 totalChars = rows * columns; in InitText16()
139 ch = totalChars; in InitText16()
193 GetRealChar(font, totalChars, ch); in InitText16()
196 GetRealChar(font, totalChars, ch); in InitText16()
211 GetRealChar(font, totalChars, ch); in InitText16()
/dports/devel/icu/icu/source/test/perf/normperf/
H A Dnormperf.h72 int32_t totalChars=0; in getOperationsPerIteration() local
74 totalChars+= lines[i].len; in getOperationsPerIteration()
76 return totalChars; in getOperationsPerIteration()
141 int32_t totalChars=0; in getOperationsPerIteration() local
143 totalChars+= lines[i].len; in getOperationsPerIteration()
145 return totalChars; in getOperationsPerIteration()
/dports/devel/icu-lx/icu/source/test/perf/normperf/
H A Dnormperf.h72 int32_t totalChars=0; in getOperationsPerIteration() local
74 totalChars+= lines[i].len; in getOperationsPerIteration()
76 return totalChars; in getOperationsPerIteration()
141 int32_t totalChars=0; in getOperationsPerIteration() local
143 totalChars+= lines[i].len; in getOperationsPerIteration()
145 return totalChars; in getOperationsPerIteration()
/dports/biology/iqtree/IQ-TREE-2.0.6/ncl/
H A Dnxsassumptionsblock.cpp213 int totalChars = charBlock.GetNCharTotal(); in HandleCharset() local
214 NxsSetReader(token, totalChars, s, charBlock, NxsSetReader::charset).Run(); in HandleCharset()
280 int totalChars = charBlock.GetNCharTotal(); in HandleExset() local
281 NxsSetReader(token, totalChars, s, charBlock, NxsSetReader::charset).Run(); in HandleExset()
/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dint_api.c899 int totalChars, bufPos = 0; variable
922 for( totalChars = 0; totalChars < MAX_LINE_LENGTH; totalChars++ )
972 totalChars, localError,
996 totalChars, localError,
1000 ENSURES( bufPos > 0 && bufPos <= totalChars + 1 );
1016 if( totalChars >= MAX_LINE_LENGTH )
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqfontengine_qws.cpp199 int totalChars() const in totalChars() function in QPFGlyphTree
202 return max-min+1 + less->totalChars() + more->totalChars(); in totalChars()
215 printf(" (total %d)",totalChars()); in dump()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/language/detector/
H A Dbuild_detector.pl236 my $totalChars = 0;
274 $totalChars++;
455 if($totalChars > 0)
459 $perc = ($singleChars[$i] / $totalChars) * 2.0;
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DBodyUtil.cpp61 int32_t totalChars = mDecoded.Length(); in AppendText() local
68 totalChars += outLen; in AppendText()
69 mDecoded.SetLength(totalChars); in AppendText()
/dports/misc/smssend/smssend-3.6/scripts/
H A Dtelemig.sms15 PostData operadora=1&servico=3&totalChars=0&DDD=\%DDD%&Tel_Dest=\%Celular%&Nome_Orig=\%De%&Mensagem…
H A Dvivo-sp.sms17 PostData INAPPLICATION=1&msg_total=&totalChars=&Check=yes&pre1=\%ddd%&min=\%telefone%&msg=\%mensage…
H A Damazonia.sms20 PostData operadora=2&servico=3&totalChars=0&DDD=\%DDD%&Tel_Dest=\%Telefone%&Nome_Orig=\%Remetente%&…
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/game/
H A Dperson.cpp564 totalChars = 0; in chars_needed() local
605 totalChars += num_to_move; in chars_needed()
610 return totalChars; in chars_needed()

123