Home
last modified time | relevance | path

Searched refs:foundI (Results 1 – 9 of 9) sorted by relevance

/dports/games/powder-toy/The-Powder-Toy-95.0/src/simulation/elements/
H A DETRD.cpp104 int foundI = -1; in Element_ETRD_nearestSparkablePart() local
132 foundI = ID(r); in Element_ETRD_nearestSparkablePart()
138 if (foundI < 0) in Element_ETRD_nearestSparkablePart()
149 foundI = i; in Element_ETRD_nearestSparkablePart()
169 foundI = i; in Element_ETRD_nearestSparkablePart()
176 return foundI; in Element_ETRD_nearestSparkablePart()
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/kustomize/pkg/gvk/
H A Dgvk.go101 indexI, foundI := typeOrders[x.Kind]
103 if foundI && foundJ {
108 if foundI && !foundJ {
111 if !foundI && foundJ {
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/kustomize/pkg/gvk/
H A Dgvk.go101 indexI, foundI := typeOrders[x.Kind]
103 if foundI && foundJ {
108 if foundI && !foundJ {
111 if !foundI && foundJ {
/dports/net/bosh-cli/bosh-cli-5.5.0/index/
H A Dfile_index.go66 foundI := -1
70 foundI = i
75 if foundI >= 0 {
76 rawEntries[foundI].Value = rawValue
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/sigs.k8s.io/kustomize/kyaml/kio/filters/
H A Dfmtr.go248 iOrder, foundI := yaml.FieldOrder[iFieldName]
250 if foundI && foundJ {
255 if foundI {
/dports/biology/protomol/protomol/applications/iSGProtomol-app/frontend/
H A DbuildISGTopology.cpp537 int foundI = 0; in buildISGTopology() local
547 if(ok > foundI){ in buildISGTopology()
549 foundI = ok; in buildISGTopology()
553 if(foundI > 1) in buildISGTopology()
558 if(foundI <= 0) in buildISGTopology()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Optimizer/GraphOptimizer/
H A DGraphOptimizer.cpp2885 auto foundI = duplicateConstants.find(C); in deduplicateConstants() local
2886 if (foundI == duplicateConstants.end()) { in deduplicateConstants()
2894 Constant *foundC = foundI->second; in deduplicateConstants()
/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DVAC.cpp2824 int foundI = -1; in uncut_() local
2840 foundI = i; in uncut_()
2854 if(i != foundI) in uncut_()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/
H A DChangeLog11036 …eGraph\src\osg\PrimitiveSet.cpp(436): error C3861: 'min': identifier not foundI suggest to replace…