Home
last modified time | relevance | path

Searched refs:symbolLength (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/kcachegrind/kcachegrind-21.12.3/qcachegrind/
H A Dgeneralsettings.cpp29 ui.symbolLength->setText(QString::number(c->maxSymbolLength())); in GeneralSettings()
35 _names.insert(QStringLiteral("symbolLength"), ui.symbolLength); in GeneralSettings()
58 v = ui.symbolLength->text().toInt(); in check()
88 c->setMaxSymbolLength(ui.symbolLength->text().toInt()); in accept()
/dports/science/xtb/xtb-6.4.1/src/io/reader/
H A Dxyz.f9021 use xtb_mctc_symbols, only : toNumber, symbolLength
43 character(len=symbolLength), allocatable :: sym(:)
50 character(len=symbolLength) :: chdum
H A Dvasp.f9025 use xtb_mctc_symbols, only : toNumber, symbolLength
55 character(len=2*symbolLength) :: args(256),args2(256)
57 character(len=symbolLength), allocatable :: sym(:)
H A Dgenformat.f9022 use xtb_mctc_symbols, only : toNumber, symbolLength
50 character(len=symbolLength), allocatable :: species(:), sym(:)
H A Dctfile.f9021 use xtb_mctc_symbols, only : toNumber, toSymbol, symbolLength
82 character(len=symbolLength),allocatable :: sym(:)
H A Dturbomole.f9023 use xtb_mctc_symbols, only : toNumber, symbolLength
50 character(len=symbolLength), allocatable :: sym(:)
/dports/science/xtb/xtb-6.4.1/src/mctc/
H A Dsymbols.f9024 public :: symbolLength
37 integer, parameter :: symbolLength = 4
249 character(len=symbolLength), intent(in) :: symbol(:)
254 character(len=symbolLength), allocatable :: sTmp(:)
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/Draw/
H A DMolDrawing.py416 symbolLength = len(symbol)
426 symbolLength = len(base)
434 symbolLength += 1 + len(str(nHs))
437 symbolLength += 1
449 symbolLength += len(chg)
456 symbolLength += atom.GetNumRadicalElectrons()
465 symbolLength += isotopeLength
471 symbolLength += mapNumLength
486 baseOffset = 0.5 - (isotopeLength + len(base) / 2.) / symbolLength
489 baseOffset = -0.5 + (mapNumLength + len(base) / 2.) / symbolLength
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/play/src/
H A DMachoObjectFile.cpp298 unsigned int symbolLength = 0; in BuildRelocations() local
307 relocation.length = symbolLength; in BuildRelocations()
318 relocation.length = symbolLength; in BuildRelocations()
324 unsigned int symbolLength = 1; in BuildRelocations() local
333 relocation.length = symbolLength; in BuildRelocations()
344 relocation.length = symbolLength; in BuildRelocations()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/src/
H A DMachoObjectFile.cpp299 unsigned int symbolLength = 0; in BuildRelocations() local
308 relocation.length = symbolLength; in BuildRelocations()
319 relocation.length = symbolLength; in BuildRelocations()
325 unsigned int symbolLength = 1; in BuildRelocations() local
334 relocation.length = symbolLength; in BuildRelocations()
345 relocation.length = symbolLength; in BuildRelocations()
/dports/science/xtb/xtb-6.4.1/src/type/
H A Didentitymap.f9022 use xtb_mctc_symbols, only : symbolLength
47 character(len=symbolLength), allocatable :: sym(:)
124 character(len=symbolLength), intent(in) :: sym(:)
H A Dmolecule.f9037 use xtb_mctc_symbols, only : toNumber, toSymbol, symbolLength, getIdentity
76 character(len=symbolLength), allocatable :: sym(:)
217 character(len=symbolLength), allocatable :: sTmp(:)
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/t9write/plugin/
H A Dt9writeworker.cpp280 int symbolLength = hwrResult.pSymbolChars[symbolIndex]; in run() local
281 QString symbol(QString::fromUtf16(&hwrResult.pChars[charPos], symbolLength)); in run()
288 charPos += symbolLength; in run()
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DCounterStyleManager.cpp84 auto symbolLength = symbol.Length(); in GetSymbolicCounterText() local
85 if (symbolLength > 0) { in GetSymbolicCounterText()
86 if (len > LENGTH_LIMIT || symbolLength > LENGTH_LIMIT || in GetSymbolicCounterText()
87 len * symbolLength > LENGTH_LIMIT) { in GetSymbolicCounterText()
169 auto symbolLength = symbol.symbol.Length(); in GetAdditiveCounterText() local
170 if (symbolLength > 0) { in GetAdditiveCounterText()
171 length += times * symbolLength; in GetAdditiveCounterText()
172 if (times > LENGTH_LIMIT || symbolLength > LENGTH_LIMIT || in GetAdditiveCounterText()
/dports/www/firefox/firefox-99.0/layout/style/
H A DCounterStyleManager.cpp84 auto symbolLength = symbol.Length(); in GetSymbolicCounterText() local
85 if (symbolLength > 0) { in GetSymbolicCounterText()
86 if (len > LENGTH_LIMIT || symbolLength > LENGTH_LIMIT || in GetSymbolicCounterText()
87 len * symbolLength > LENGTH_LIMIT) { in GetSymbolicCounterText()
169 auto symbolLength = symbol.symbol.Length(); in GetAdditiveCounterText() local
170 if (symbolLength > 0) { in GetAdditiveCounterText()
171 length += times * symbolLength; in GetAdditiveCounterText()
172 if (times > LENGTH_LIMIT || symbolLength > LENGTH_LIMIT || in GetAdditiveCounterText()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DCounterStyleManager.cpp97 auto symbolLength = symbol.Length(); in GetSymbolicCounterText() local
98 if (symbolLength > 0) { in GetSymbolicCounterText()
99 if (len > LENGTH_LIMIT || symbolLength > LENGTH_LIMIT || in GetSymbolicCounterText()
100 len * symbolLength > LENGTH_LIMIT) { in GetSymbolicCounterText()
193 auto symbolLength = symbol.symbol.Length(); in GetAdditiveCounterText() local
194 if (symbolLength > 0) { in GetAdditiveCounterText()
195 length += times * symbolLength; in GetAdditiveCounterText()
197 symbolLength > LENGTH_LIMIT || in GetAdditiveCounterText()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DCounterStyleManager.cpp84 auto symbolLength = symbol.Length(); in GetSymbolicCounterText() local
85 if (symbolLength > 0) { in GetSymbolicCounterText()
86 if (len > LENGTH_LIMIT || symbolLength > LENGTH_LIMIT || in GetSymbolicCounterText()
87 len * symbolLength > LENGTH_LIMIT) { in GetSymbolicCounterText()
169 auto symbolLength = symbol.symbol.Length(); in GetAdditiveCounterText() local
170 if (symbolLength > 0) { in GetAdditiveCounterText()
171 length += times * symbolLength; in GetAdditiveCounterText()
172 if (times > LENGTH_LIMIT || symbolLength > LENGTH_LIMIT || in GetAdditiveCounterText()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DCounterStyleManager.cpp84 auto symbolLength = symbol.Length(); in GetSymbolicCounterText() local
85 if (symbolLength > 0) { in GetSymbolicCounterText()
86 if (len > LENGTH_LIMIT || symbolLength > LENGTH_LIMIT || in GetSymbolicCounterText()
87 len * symbolLength > LENGTH_LIMIT) { in GetSymbolicCounterText()
169 auto symbolLength = symbol.symbol.Length(); in GetAdditiveCounterText() local
170 if (symbolLength > 0) { in GetAdditiveCounterText()
171 length += times * symbolLength; in GetAdditiveCounterText()
172 if (times > LENGTH_LIMIT || symbolLength > LENGTH_LIMIT || in GetAdditiveCounterText()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DCounterStyleManager.cpp86 auto symbolLength = symbol.Length(); in GetSymbolicCounterText() local
87 if (symbolLength > 0) { in GetSymbolicCounterText()
88 if (len > LENGTH_LIMIT || symbolLength > LENGTH_LIMIT || in GetSymbolicCounterText()
89 len * symbolLength > LENGTH_LIMIT) { in GetSymbolicCounterText()
171 auto symbolLength = symbol.symbol.Length(); in GetAdditiveCounterText() local
172 if (symbolLength > 0) { in GetAdditiveCounterText()
173 length += times * symbolLength; in GetAdditiveCounterText()
174 if (times > LENGTH_LIMIT || symbolLength > LENGTH_LIMIT || in GetAdditiveCounterText()
/dports/devel/kcachegrind/kcachegrind-21.12.3/kcachegrind/
H A Dconfigdlg.cpp170 symbolLength->setValue(c->_maxSymbolLength); in ConfigDlg()
188 c->_maxSymbolLength = dlg.symbolLength->value(); in configure()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/research/
H A Dbrotlidump.py265 symbolLength = self.lengthTable[index]
266 if symbolLength<=mid:
268 return symbolLength, Symbol(self, index)
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/research/
H A Dbrotlidump.py265 symbolLength = self.lengthTable[index]
266 if symbolLength<=mid:
268 return symbolLength, Symbol(self, index)
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/research/
H A Dbrotlidump.py265 symbolLength = self.lengthTable[index]
266 if symbolLength<=mid:
268 return symbolLength, Symbol(self, index)
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/research/
H A Dbrotlidump.py265 symbolLength = self.lengthTable[index]
266 if symbolLength<=mid:
268 return symbolLength, Symbol(self, index)
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/research/
H A Dbrotlidump.py265 symbolLength = self.lengthTable[index]
266 if symbolLength<=mid:
268 return symbolLength, Symbol(self, index)

12