Home
last modified time | relevance | path

Searched refs:bestMatch (Results 1 – 25 of 922) sorted by relevance

12345678910>>...37

/dports/emulators/mgba/mgba-0.9.2/src/platform/qt/
H A DMemoryDump.cpp62 const mCoreMemoryBlock* bestMatch = NULL; in serialize() local
74 bestMatch = &blocks[i]; in serialize()
76 } else if (!bestMatch) { in serialize()
77 bestMatch = &blocks[i]; in serialize()
82 blockSize = bestMatch->end - bestMatch->start; in serialize()
84 blockSize = bestMatch->size; in serialize()
86 size_t segmentSize = bestMatch->end - bestMatch->start; in serialize()
87 if (bestMatch->segmentStart) { in serialize()
88 segmentSize = bestMatch->segmentStart - bestMatch->start; in serialize()
93 int maxFromRegion = blockSize - (start - bestMatch->start); in serialize()
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/platform/qt/
H A DMemoryDump.cpp62 const mCoreMemoryBlock* bestMatch = NULL; in serialize() local
74 bestMatch = &blocks[i]; in serialize()
76 } else if (!bestMatch) { in serialize()
77 bestMatch = &blocks[i]; in serialize()
82 blockSize = bestMatch->end - bestMatch->start; in serialize()
84 blockSize = bestMatch->size; in serialize()
86 size_t segmentSize = bestMatch->end - bestMatch->start; in serialize()
87 if (bestMatch->segmentStart) { in serialize()
88 segmentSize = bestMatch->segmentStart - bestMatch->start; in serialize()
93 int maxFromRegion = blockSize - (start - bestMatch->start); in serialize()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgssnappingutils.cpp180 …if ( bestMatch.isValid() && bestMatch.type() == candidateMatch.type() && bestMatch.distance() - 10… in _replaceIfBetter()
196 bestMatch = candidateMatch; in _replaceIfBetter()
205 bestMatch = candidateMatch; in _replaceIfBetter()
291 QgsPointLocator::Match bestMatch; in snapToMap() local
316 return bestMatch; in snapToMap()
349 QgsPointLocator::Match bestMatch; in snapToMap() local
383 return bestMatch; in snapToMap()
400 QgsPointLocator::Match bestMatch; in snapToMap() local
425 return bestMatch; in snapToMap()
591 QgsPointLocator::Match bestMatch; in snapToCurrentLayer() local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/
H A Dcninit.c60 struct consdev *bestMatch; in cninit() local
62 bestMatch = cn_tab = NULL; in cninit()
70 (bestMatch == NULL || cp->cn_pri > bestMatch->cn_pri)) { in cninit()
71 bestMatch = cp; in cninit()
77 if ((cp = bestMatch) == NULL) in cninit()
93 cn_tab = bestMatch; in cninit()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtconnectivity/examples/nfc/annotatedurl/
H A Dannotatedurl.cpp137 } bestMatch = MatchedNone; in handleMessage() local
154 if (bestMatch == MatchedLanguageAndCountry) { in handleMessage()
156 } else if (bestMatch <= MatchedLanguage && locale == defaultLocale) { in handleMessage()
157 bestMatch = MatchedLanguageAndCountry; in handleMessage()
158 } else if (bestMatch <= MatchedEnglish && in handleMessage()
160 bestMatch = MatchedLanguage; in handleMessage()
161 } else if (bestMatch <= MatchedFirst && locale.language() == QLocale::English) { in handleMessage()
162 bestMatch = MatchedEnglish; in handleMessage()
163 } else if (bestMatch == MatchedNone) { in handleMessage()
164 bestMatch = MatchedFirst; in handleMessage()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgssnappingutils.cpp180 …if ( bestMatch.isValid() && bestMatch.type() == candidateMatch.type() && bestMatch.distance() - 10… in _replaceIfBetter()
195 bestMatch = candidateMatch; in _replaceIfBetter()
220 …if ( bestMatch.type() != QgsPointLocator::Vertex && bestMatch.type() != QgsPointLocator::Edge && (… in _updateBestMatch()
277 QgsPointLocator::Match bestMatch; in snapToMap() local
302 return bestMatch; in snapToMap()
335 QgsPointLocator::Match bestMatch; in snapToMap() local
369 return bestMatch; in snapToMap()
386 QgsPointLocator::Match bestMatch; in snapToMap() local
411 return bestMatch; in snapToMap()
577 QgsPointLocator::Match bestMatch; in snapToCurrentLayer() local
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp284 Font* bestMatch = font; in findFont() local
310 bestMatch = NULL; in findFont()
327 if (bestMatch != NULL) in findFont()
328 font = bestMatch; in findFont()
333 Font* bestMatch = font; in findFont() local
360 font = bestMatch; in findFont()
371 Font* bestMatch = font; in findFont() local
383 font = bestMatch; in findFont()
444 Font* bestMatch = NULL; in bestMatchFromFamily() local
447 bestMatch = s->second; in bestMatchFromFamily()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp284 Font* bestMatch = font; in findFont() local
310 bestMatch = NULL; in findFont()
327 if (bestMatch != NULL) in findFont()
328 font = bestMatch; in findFont()
333 Font* bestMatch = font; in findFont() local
360 font = bestMatch; in findFont()
371 Font* bestMatch = font; in findFont() local
383 font = bestMatch; in findFont()
444 Font* bestMatch = NULL; in bestMatchFromFamily() local
447 bestMatch = s->second; in bestMatchFromFamily()
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp284 Font* bestMatch = font; in findFont() local
310 bestMatch = NULL; in findFont()
327 if (bestMatch != NULL) in findFont()
328 font = bestMatch; in findFont()
333 Font* bestMatch = font; in findFont() local
360 font = bestMatch; in findFont()
371 Font* bestMatch = font; in findFont() local
383 font = bestMatch; in findFont()
444 Font* bestMatch = NULL; in bestMatchFromFamily() local
447 bestMatch = s->second; in bestMatchFromFamily()
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp284 Font* bestMatch = font; in findFont() local
310 bestMatch = NULL; in findFont()
327 if (bestMatch != NULL) in findFont()
328 font = bestMatch; in findFont()
333 Font* bestMatch = font; in findFont() local
360 font = bestMatch; in findFont()
371 Font* bestMatch = font; in findFont() local
383 font = bestMatch; in findFont()
444 Font* bestMatch = NULL; in bestMatchFromFamily() local
447 bestMatch = s->second; in bestMatchFromFamily()
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp284 Font* bestMatch = font; in findFont() local
310 bestMatch = NULL; in findFont()
327 if (bestMatch != NULL) in findFont()
328 font = bestMatch; in findFont()
333 Font* bestMatch = font; in findFont() local
360 font = bestMatch; in findFont()
371 Font* bestMatch = font; in findFont() local
383 font = bestMatch; in findFont()
444 Font* bestMatch = NULL; in bestMatchFromFamily() local
447 bestMatch = s->second; in bestMatchFromFamily()
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp284 Font* bestMatch = font; in findFont() local
310 bestMatch = NULL; in findFont()
327 if (bestMatch != NULL) in findFont()
328 font = bestMatch; in findFont()
333 Font* bestMatch = font; in findFont() local
360 font = bestMatch; in findFont()
371 Font* bestMatch = font; in findFont() local
383 font = bestMatch; in findFont()
444 Font* bestMatch = NULL; in bestMatchFromFamily() local
447 bestMatch = s->second; in bestMatchFromFamily()
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp284 Font* bestMatch = font; in findFont() local
310 bestMatch = NULL; in findFont()
327 if (bestMatch != NULL) in findFont()
328 font = bestMatch; in findFont()
333 Font* bestMatch = font; in findFont() local
360 font = bestMatch; in findFont()
371 Font* bestMatch = font; in findFont() local
383 font = bestMatch; in findFont()
444 Font* bestMatch = NULL; in bestMatchFromFamily() local
447 bestMatch = s->second; in bestMatchFromFamily()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/Managed/
H A DHttpEndPointListener.cs172 HttpListener bestMatch = null; in SearchListener()
190 bestMatch = localPrefixes[p]; in SearchListener()
195 return bestMatch; in SearchListener()
201 if (path != pathSlash && bestMatch == null) in SearchListener()
204 if (bestMatch != null) in SearchListener()
205 return bestMatch; in SearchListener()
213 if (bestMatch != null) in SearchListener()
214 return bestMatch; in SearchListener()
225 HttpListener bestMatch = null; in MatchFromList()
237 bestMatch = p._listener; in MatchFromList()
[all …]
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/ppui/haiku/
H A DMilkyWindow.cpp217 display_mode* bestMatch = NULL; in SetFullScreen() local
244 bestMatch = mode; in SetFullScreen()
255 bestMatch = mode; in SetFullScreen()
261 if (bestMatch == NULL) { in SetFullScreen()
266 screen.SetMode(bestMatch); in SetFullScreen()
268 bestMatch = &fOriginalMode; in SetFullScreen()
272 if ( bestMatch->virtual_width > milkyWidth in SetFullScreen()
273 || bestMatch->virtual_height > milkyHeight) { in SetFullScreen()
275 (bestMatch->virtual_width - milkyWidth) / 2, in SetFullScreen()
276 (bestMatch->virtual_height - milkyHeight) / 2); in SetFullScreen()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/barcode/src/decoder/
H A Dean13_decoder.cpp43 int bestMatch = decodeDigit(data, counter, start, get_AB_Patterns()); in decode() local
44 if (bestMatch == -1) in decode()
48 decode_result[i] = static_cast<char>('0' + bestMatch % 10); in decode()
50 first_char_bit += (bestMatch >= 10) << i; in decode()
65 int bestMatch = decodeDigit(data, counter, start, get_A_or_C_Patterns()); in decode() local
66 if (bestMatch == -1) in decode()
70 decode_result[i + 7] = static_cast<char>('0' + bestMatch); in decode()
H A Dean8_decoder.cpp33 int bestMatch = decodeDigit(data, counter, start, get_A_or_C_Patterns()); in decode() local
34 if (bestMatch == -1) in decode()
38 decode_result[i] = static_cast<char>('0' + bestMatch % 10); in decode()
40 first_char_bit += (bestMatch >= 10) << i; in decode()
53 int bestMatch = decodeDigit(data, counter, start, get_A_or_C_Patterns()); in decode() local
54 if (bestMatch == -1) in decode()
58 decode_result[i + 4] = static_cast<char>('0' + bestMatch); in decode()
/dports/devel/git-lfs/git-lfs-3.0.2/config/
H A Durl_config.go76 bestMatch := urlMatch{
111 if match.hostScore < bestMatch.hostScore {
145 if match.hostScore > bestMatch.hostScore {
146 bestMatch = match
150 if match.pathScore > bestMatch.pathScore {
151 bestMatch = match
155 if match.pathScore == bestMatch.pathScore && match.userMatch > bestMatch.userMatch {
156 bestMatch = match
161 if bestMatch.key == "" {
165 return c.git.GetAll(bestMatch.key)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/Tracking/
H A DDefaultProfileManager.cs51 TrackingProfile bestMatch = null; in GetProfile()
63 if (bestMatch == null) in GetProfile()
65 bestMatch = profile; in GetProfile()
71 bestMatch = profile; in GetProfile()
77 if (bestMatch == null) in GetProfile()
87 bestMatch = new TrackingProfile() in GetProfile()
93 return bestMatch; in GetProfile()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/Converters/
H A DFontNameConverter.cs132 string bestMatch = null; in MatchFontName()
143 if (bestMatch == null || fontName.Length <= bestMatch.Length) in MatchFontName()
145 bestMatch = fontName; in MatchFontName()
150 if (bestMatch == null) in MatchFontName()
153 bestMatch = name; in MatchFontName()
155 return bestMatch; in MatchFontName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration/
H A DConfigurationLocationCollection.cs61 ConfigurationLocation bestMatch = null; in FindBest()
80 if(bestMatch == null) in FindBest()
81 bestMatch = loc; in FindBest()
83 bestMatch = loc; in FindBest()
89 return bestMatch; in FindBest()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/
H A DPreviousConfigurationFinder.java256 ConfigurationDescriptor bestMatch = null; in findMostRelevantConfigurationFromInstallHashDir() local
275 bestMatch = candidate; in findMostRelevantConfigurationFromInstallHashDir()
278 if (bestMatch.getVersion().equals(candidate.getVersion())) { in findMostRelevantConfigurationFromInstallHashDir()
280 bestMatch = candidate; in findMostRelevantConfigurationFromInstallHashDir()
283 if (candidate.getVersion().isGreaterEqualTo(bestMatch.getVersion())) in findMostRelevantConfigurationFromInstallHashDir()
284 bestMatch = candidate; in findMostRelevantConfigurationFromInstallHashDir()
288 return bestMatch; in findMostRelevantConfigurationFromInstallHashDir()
295 ConfigurationDescriptor bestMatch = null; in findMostRelevantConfigurationFromProductId() local
313 bestMatch = candidates.get(candidates.size() - 1); in findMostRelevantConfigurationFromProductId()
316 if (bestMatch == null) { in findMostRelevantConfigurationFromProductId()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DMenuItemBindingCollection.cs76 MenuItemBinding bestMatch = null; in GetBinding()
88 bestMatch = binding; in GetBinding()
96 bestMatch = binding; in GetBinding()
101 if (bestMatch == null) { in GetBinding()
108 bestMatch = _defaultBinding; in GetBinding()
112 return bestMatch; in GetBinding()
H A DTreeNodeBindingCollection.cs71 TreeNodeBinding bestMatch = null; in GetBinding()
83 bestMatch = binding; in GetBinding()
91 bestMatch = binding; in GetBinding()
96 if (bestMatch == null) { in GetBinding()
103 bestMatch = _defaultBinding; in GetBinding()
107 return bestMatch; in GetBinding()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/
H A DBuildPathSupport.java96 Bundle bestMatch = null; in getBundleLocation() local
99 if (bestMatch == null || bundle.getState() > bestMatch.getState()) { in getBundleLocation()
100 bestMatch= bundle; in getBundleLocation()
104 if (bestMatch == null) { in getBundleLocation()
107 resolvedVersion = bestMatch.getVersion().toString(); in getBundleLocation()
112 URL rootUrl= bestMatch.getEntry("/"); //$NON-NLS-1$ in getBundleLocation()
141 Bundle bestMatch= null; in getBundleFileLocation() local
144 if (bestMatch == null || bundle.getState() > bestMatch.getState()) { in getBundleFileLocation()
145 bestMatch= bundle; in getBundleFileLocation()
149 if (bestMatch != null) { in getBundleFileLocation()
[all …]

12345678910>>...37