Home
last modified time | relevance | path

Searched refs:stackPush (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_oset.c256 static inline void stackPush(AvlTree* t, AvlNode* n, Int i) in stackPush() function
390 stackPush(t, t->root, 1); in VG_()
397 stackPush(t, n, 2); in VG_()
398 if (n->left) stackPush(t, n->left, 1); in VG_()
401 stackPush(t, n, 3); in VG_()
402 if (n->right) stackPush(t, n->right, 1); in VG_()
808 stackPush(t, t->root, 1); in VG_()
830 stackPush(t, n, 2); in VG_()
835 stackPush(t, n, 3); in VG_()
896 stackPush(oset, t, 2); in VG_()
[all …]
H A Dm_wordfm.c474 static inline void stackPush(WordFM* fm, AvlNode* n, Int i) in stackPush() function
698 stackPush(fm, fm->root, 1); in VG_()
732 stackPush(fm, t, 2); in VG_()
740 stackPush(fm, t, 2); in VG_()
748 stackPush(fm, n, 3); in VG_()
769 stackPush(fm, n, 2); in VG_()
774 stackPush(fm, n, 3); in VG_()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_oset.c256 static inline void stackPush(AvlTree* t, AvlNode* n, Int i) in stackPush() function
390 stackPush(t, t->root, 1); in VG_()
397 stackPush(t, n, 2); in VG_()
398 if (n->left) stackPush(t, n->left, 1); in VG_()
401 stackPush(t, n, 3); in VG_()
402 if (n->right) stackPush(t, n->right, 1); in VG_()
808 stackPush(t, t->root, 1); in VG_()
830 stackPush(t, n, 2); in VG_()
835 stackPush(t, n, 3); in VG_()
896 stackPush(oset, t, 2); in VG_()
[all …]
H A Dm_wordfm.c474 static inline void stackPush(WordFM* fm, AvlNode* n, Int i) in stackPush() function
698 stackPush(fm, fm->root, 1); in VG_()
732 stackPush(fm, t, 2); in VG_()
740 stackPush(fm, t, 2); in VG_()
748 stackPush(fm, n, 3); in VG_()
769 stackPush(fm, n, 2); in VG_()
774 stackPush(fm, n, 3); in VG_()
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/keama/
H A Djson.c39 stackPush(cfile, elem); in json_parse()
90 stackPush(cfile, list); in json_list_parse()
131 stackPush(cfile, map); in json_map_parse()
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/keama/
H A Djson.c39 stackPush(cfile, elem); in json_parse()
90 stackPush(cfile, list); in json_list_parse()
131 stackPush(cfile, map); in json_map_parse()
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/keama/
H A Djson.c39 stackPush(cfile, elem); in json_parse()
90 stackPush(cfile, list); in json_list_parse()
131 stackPush(cfile, map); in json_map_parse()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/java/
H A DJavaTranslation.st1699 self stackPush: s1a.
1700 self stackPush: s1a]
1704 self stackPush: s1a.
1705 self stackPush: s1b.
1706 self stackPush: s1a.
1707 self stackPush: s1b]
1717 self stackPush: s2a.
1718 self stackPush: s1a.
1719 self stackPush: s2a]
1724 self stackPush: s2a.
[all …]
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/
H A Drunner.go219 r.stackPush(r.textPos())
225 r.stackPush(-1)
243 r.stackPush(r.trackPeek())
264 r.stackPush(r.trackPeek())
279 r.stackPush(r.textPos()) // Make new mark
297 r.stackPush(r.trackPeek()) // Recall old mark
320 r.stackPush(oldMarkPos)
339 r.stackPush(pos) // Make new mark
349 r.stackPush(r.trackPeek()) // Recall old mark
1088 func (r *runner) stackPush(I1 int) { func
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/regexp2-1.4.0/
H A Drunner.go219 r.stackPush(r.textPos())
225 r.stackPush(-1)
243 r.stackPush(r.trackPeek())
264 r.stackPush(r.trackPeek())
279 r.stackPush(r.textPos()) // Make new mark
297 r.stackPush(r.trackPeek()) // Recall old mark
320 r.stackPush(oldMarkPos)
339 r.stackPush(pos) // Make new mark
349 r.stackPush(r.trackPeek()) // Recall old mark
1088 func (r *runner) stackPush(I1 int) { func
/dports/devel/gh/cli-2.4.0/vendor/github.com/dlclark/regexp2/
H A Drunner.go219 r.stackPush(r.textPos())
225 r.stackPush(-1)
243 r.stackPush(r.trackPeek())
264 r.stackPush(r.trackPeek())
279 r.stackPush(r.textPos()) // Make new mark
297 r.stackPush(r.trackPeek()) // Recall old mark
320 r.stackPush(oldMarkPos)
339 r.stackPush(pos) // Make new mark
349 r.stackPush(r.trackPeek()) // Recall old mark
1075 func (r *runner) stackPush(I1 int) { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/dlclark/regexp2/
H A Drunner.go219 r.stackPush(r.textPos())
225 r.stackPush(-1)
243 r.stackPush(r.trackPeek())
264 r.stackPush(r.trackPeek())
279 r.stackPush(r.textPos()) // Make new mark
297 r.stackPush(r.trackPeek()) // Recall old mark
320 r.stackPush(oldMarkPos)
339 r.stackPush(pos) // Make new mark
349 r.stackPush(r.trackPeek()) // Recall old mark
1075 func (r *runner) stackPush(I1 int) { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dlclark/regexp2/
H A Drunner.go219 r.stackPush(r.textPos())
225 r.stackPush(-1)
243 r.stackPush(r.trackPeek())
264 r.stackPush(r.trackPeek())
279 r.stackPush(r.textPos()) // Make new mark
297 r.stackPush(r.trackPeek()) // Recall old mark
320 r.stackPush(oldMarkPos)
339 r.stackPush(pos) // Make new mark
349 r.stackPush(r.trackPeek()) // Recall old mark
1088 func (r *runner) stackPush(I1 int) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/dlclark/regexp2/
H A Drunner.go219 r.stackPush(r.textPos())
225 r.stackPush(-1)
243 r.stackPush(r.trackPeek())
264 r.stackPush(r.trackPeek())
279 r.stackPush(r.textPos()) // Make new mark
297 r.stackPush(r.trackPeek()) // Recall old mark
320 r.stackPush(oldMarkPos)
339 r.stackPush(pos) // Make new mark
349 r.stackPush(r.trackPeek()) // Recall old mark
1088 func (r *runner) stackPush(I1 int) { func
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/dlclark/regexp2/
H A Drunner.go219 r.stackPush(r.textPos())
225 r.stackPush(-1)
243 r.stackPush(r.trackPeek())
264 r.stackPush(r.trackPeek())
279 r.stackPush(r.textPos()) // Make new mark
297 r.stackPush(r.trackPeek()) // Recall old mark
320 r.stackPush(oldMarkPos)
339 r.stackPush(pos) // Make new mark
349 r.stackPush(r.trackPeek()) // Recall old mark
1088 func (r *runner) stackPush(I1 int) { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dlclark/regexp2/
H A Drunner.go219 r.stackPush(r.textPos())
225 r.stackPush(-1)
243 r.stackPush(r.trackPeek())
264 r.stackPush(r.trackPeek())
279 r.stackPush(r.textPos()) // Make new mark
297 r.stackPush(r.trackPeek()) // Recall old mark
320 r.stackPush(oldMarkPos)
339 r.stackPush(pos) // Make new mark
349 r.stackPush(r.trackPeek()) // Recall old mark
1075 func (r *runner) stackPush(I1 int) { func
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/dlclark/regexp2/
H A Drunner.go219 r.stackPush(r.textPos())
225 r.stackPush(-1)
243 r.stackPush(r.trackPeek())
264 r.stackPush(r.trackPeek())
279 r.stackPush(r.textPos()) // Make new mark
297 r.stackPush(r.trackPeek()) // Recall old mark
320 r.stackPush(oldMarkPos)
339 r.stackPush(pos) // Make new mark
349 r.stackPush(r.trackPeek()) // Recall old mark
1088 func (r *runner) stackPush(I1 int) { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dlclark/regexp2/
H A Drunner.go219 r.stackPush(r.textPos())
225 r.stackPush(-1)
243 r.stackPush(r.trackPeek())
264 r.stackPush(r.trackPeek())
279 r.stackPush(r.textPos()) // Make new mark
297 r.stackPush(r.trackPeek()) // Recall old mark
320 r.stackPush(oldMarkPos)
339 r.stackPush(pos) // Make new mark
349 r.stackPush(r.trackPeek()) // Recall old mark
1088 func (r *runner) stackPush(I1 int) { func
/dports/devel/chroma/chroma-0.9.2/vendor/github.com/dlclark/regexp2/
H A Drunner.go219 r.stackPush(r.textPos())
225 r.stackPush(-1)
243 r.stackPush(r.trackPeek())
264 r.stackPush(r.trackPeek())
279 r.stackPush(r.textPos()) // Make new mark
297 r.stackPush(r.trackPeek()) // Recall old mark
320 r.stackPush(oldMarkPos)
339 r.stackPush(pos) // Make new mark
349 r.stackPush(r.trackPeek()) // Recall old mark
1088 func (r *runner) stackPush(I1 int) { func
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/dlclark/regexp2/
H A Drunner.go219 r.stackPush(r.textPos())
225 r.stackPush(-1)
243 r.stackPush(r.trackPeek())
264 r.stackPush(r.trackPeek())
279 r.stackPush(r.textPos()) // Make new mark
297 r.stackPush(r.trackPeek()) // Recall old mark
320 r.stackPush(oldMarkPos)
339 r.stackPush(pos) // Make new mark
349 r.stackPush(r.trackPeek()) // Recall old mark
1075 func (r *runner) stackPush(I1 int) { func
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/dlclark/regexp2/
H A Drunner.go219 r.stackPush(r.textPos())
225 r.stackPush(-1)
243 r.stackPush(r.trackPeek())
264 r.stackPush(r.trackPeek())
279 r.stackPush(r.textPos()) // Make new mark
297 r.stackPush(r.trackPeek()) // Recall old mark
320 r.stackPush(oldMarkPos)
339 r.stackPush(pos) // Make new mark
349 r.stackPush(r.trackPeek()) // Recall old mark
1075 func (r *runner) stackPush(I1 int) { func
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/dlclark/regexp2/regexp2-1.1.6/
H A Drunner.go219 r.stackPush(r.textPos())
225 r.stackPush(-1)
243 r.stackPush(r.trackPeek())
264 r.stackPush(r.trackPeek())
279 r.stackPush(r.textPos()) // Make new mark
297 r.stackPush(r.trackPeek()) // Recall old mark
320 r.stackPush(oldMarkPos)
339 r.stackPush(pos) // Make new mark
349 r.stackPush(r.trackPeek()) // Recall old mark
1075 func (r *runner) stackPush(I1 int) {
/dports/graphics/urt/urt-3.1b1_12/tools/clock/
H A DrleClock.c157 void stackPush(int x, int y, int dir);
180 void stackPush();
938 stackPush(firstX, firstY, NORTH);
946 stackPush(sp->x + XMove[sp->dir], sp->y + YMove[sp->dir],
956 stackPush(sp->x + XMove[sp->dir], sp->y + YMove[sp->dir],
963 stackPush(x, y, dir) in stackPush() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Target/LLVMIR/
H A DModuleTranslation.h224 void stackPush(Args &&...args) { in stackPush() function
259 moduleTranslation.stackPush<T>(std::forward<Args>(args)...); in SaveStack()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Target/LLVMIR/
H A DModuleTranslation.h212 void stackPush(Args &&... args) { in stackPush() function
247 moduleTranslation.stackPush<T>(std::forward<Args>(args)...); in SaveStack()

123