Home
last modified time | relevance | path

Searched refs:lastObj (Results 1 – 25 of 67) sorted by relevance

123

/dports/devel/awless/awless-0.1.11/vendor/gopkg.in/src-d/go-git.v4/plumbing/cache/
H A Dobject_lru.go50 lastObj := last.Value.(plumbing.EncodedObject)
51 lastSize := FileSize(lastObj.Size())
54 delete(c.cache, lastObj.Hash())
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/plumbing/cache/
H A Dbuffer_lru.go66 lastObj := last.Value.(buffer)
67 lastSize := FileSize(len(lastObj.Slice))
70 delete(c.cache, lastObj.Key)
H A Dobject_lru.go69 lastObj := last.Value.(plumbing.EncodedObject)
70 lastSize := FileSize(lastObj.Size())
73 delete(c.cache, lastObj.Hash())
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-git/go-git/v5/plumbing/cache/
H A Dbuffer_lru.go66 lastObj := last.Value.(buffer)
67 lastSize := FileSize(len(lastObj.Slice))
70 delete(c.cache, lastObj.Key)
H A Dobject_lru.go69 lastObj := last.Value.(plumbing.EncodedObject)
70 lastSize := FileSize(lastObj.Size())
73 delete(c.cache, lastObj.Hash())
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/plumbing/cache/
H A Dbuffer_lru.go66 lastObj := last.Value.(buffer)
67 lastSize := FileSize(len(lastObj.Slice))
70 delete(c.cache, lastObj.Key)
H A Dobject_lru.go69 lastObj := last.Value.(plumbing.EncodedObject)
70 lastSize := FileSize(lastObj.Size())
73 delete(c.cache, lastObj.Hash())
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/plumbing/cache/
H A Dbuffer_lru.go66 lastObj := last.Value.(buffer)
67 lastSize := FileSize(len(lastObj.Slice))
70 delete(c.cache, lastObj.Key)
H A Dobject_lru.go69 lastObj := last.Value.(plumbing.EncodedObject)
70 lastSize := FileSize(lastObj.Size())
73 delete(c.cache, lastObj.Hash())
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/plumbing/cache/
H A Dbuffer_lru.go66 lastObj := last.Value.(buffer)
67 lastSize := FileSize(len(lastObj.Slice))
70 delete(c.cache, lastObj.Key)
H A Dobject_lru.go69 lastObj := last.Value.(plumbing.EncodedObject)
70 lastSize := FileSize(lastObj.Size())
73 delete(c.cache, lastObj.Hash())
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/plumbing/cache/
H A Dbuffer_lru.go66 lastObj := last.Value.(buffer)
67 lastSize := FileSize(len(lastObj.Slice))
70 delete(c.cache, lastObj.Key)
H A Dobject_lru.go69 lastObj := last.Value.(plumbing.EncodedObject)
70 lastSize := FileSize(lastObj.Size())
73 delete(c.cache, lastObj.Hash())
/dports/security/keybase/client-v5.7.1/go/vendor/gopkg.in/src-d/go-git.v4/plumbing/cache/
H A Dbuffer_lru.go62 lastObj := last.Value.(buffer)
63 lastSize := FileSize(len(lastObj.Slice))
66 delete(c.cache, lastObj.Key)
H A Dobject_lru.go60 lastObj := last.Value.(plumbing.EncodedObject)
61 lastSize := FileSize(lastObj.Size())
64 delete(c.cache, lastObj.Hash())
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/plumbing/cache/
H A Dbuffer_lru.go66 lastObj := last.Value.(buffer)
67 lastSize := FileSize(len(lastObj.Slice))
70 delete(c.cache, lastObj.Key)
H A Dobject_lru.go69 lastObj := last.Value.(plumbing.EncodedObject)
70 lastSize := FileSize(lastObj.Size())
73 delete(c.cache, lastObj.Hash())
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/oss/
H A Dbackend_state.go68 lastObj := ""
76 lastObj = obj.Key
84 options[2] = oss.Marker(lastObj)
86 options = append(options, oss.Marker(lastObj))
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/golangci-lint/test/
H A Dlinters_test.go176 lastObj := config
179 if lastObj[k] == nil {
182 v = lastObj[k].(map[string]interface{})
185 lastObj[k] = v
186 lastObj = v
189 lastObj[keyParts[len(keyParts)-1]] = kv[1]
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/utils/
H A Dqssginvasivelinkedlist_p.h184 T *lastObj = nullptr; in push_back() local
186 lastObj = &(*iter); in push_back()
188 Q_ASSERT(lastObj); in push_back()
189 if (lastObj) in push_back()
190 TailOp::set(*lastObj, &inObj); in push_back()
/dports/x11-toolkits/tk87/tk8.7a5/generic/ttk/
H A DttkScrollbar.c139 Tcl_Obj *firstObj, *lastObj; in ScrollbarSetCommand() local
148 lastObj = objv[3]; in ScrollbarSetCommand()
150 || Tcl_GetDoubleFromObj(interp, lastObj, &last) != TCL_OK) in ScrollbarSetCommand()
/dports/x11-toolkits/tk85/tk8.5.19/generic/ttk/
H A DttkScrollbar.c137 Tcl_Obj *firstObj, *lastObj; in ScrollbarSetCommand() local
146 lastObj = objv[3]; in ScrollbarSetCommand()
148 || Tcl_GetDoubleFromObj(interp, lastObj, &last) != TCL_OK) in ScrollbarSetCommand()
/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkScrollbar.c138 Tcl_Obj *firstObj, *lastObj; in ScrollbarSetCommand() local
147 lastObj = objv[3]; in ScrollbarSetCommand()
149 || Tcl_GetDoubleFromObj(interp, lastObj, &last) != TCL_OK) in ScrollbarSetCommand()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DIdiSolve.cpp342 double lastObj = 1.0e70; in IdiSolve() local
618 lastObj = objvalue + weight * sum2; in IdiSolve()
791 printf("wobj %g obj %g inf %g last %g\n", ww, oo, ss, lastObj); in IdiSolve()
792 if (ww < weightedObj && ww < lastObj) { in IdiSolve()
818 if (weightedObj > lastObj + 1.0e-4 && itry < MAXTRY) { in IdiSolve()
821 lastObj, weightedObj); in IdiSolve()
828 if (weightedObj > lastObj + djExit) { in IdiSolve()
830 … printf("Weighted objective from %g to %g ?\n", lastObj, weightedObj); in IdiSolve()
837 if (weightedObj > lastObj + 0.1 * maxDj) { in IdiSolve()
844 if (weightedObj > lastObj + 0.001 * maxDj) { in IdiSolve()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/ds/
H A DnsExpirationTracker.h168 T* lastObj = generation[last]; in RemoveObjectLocked() local
169 generation[index] = lastObj; in RemoveObjectLocked()
170 lastObj->GetExpirationState()->mIndexInGeneration = index; in RemoveObjectLocked()

123