Home
last modified time | relevance | path

Searched refs:walk_up (Results 1 – 25 of 42) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dunusedenumconstants.cxx162 walk_up: in VisitDeclRefExpr()
199 goto walk_up; in VisitDeclRefExpr()
211 goto walk_up; in VisitDeclRefExpr()
214 goto walk_up; in VisitDeclRefExpr()
238 goto walk_up; in VisitDeclRefExpr()
243 goto walk_up; in VisitDeclRefExpr()
254 goto walk_up; in VisitDeclRefExpr()
268 goto walk_up; in VisitDeclRefExpr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dunusedenumconstants.cxx162 walk_up: in VisitDeclRefExpr()
199 goto walk_up; in VisitDeclRefExpr()
211 goto walk_up; in VisitDeclRefExpr()
214 goto walk_up; in VisitDeclRefExpr()
238 goto walk_up; in VisitDeclRefExpr()
243 goto walk_up; in VisitDeclRefExpr()
254 goto walk_up; in VisitDeclRefExpr()
268 goto walk_up; in VisitDeclRefExpr()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dnoseguy.c52 int walk_up; member
284 st->walk_up = -st->walk_up; /* bouncing effect (even if hit a wall) */ in walk()
288 st->walk_frame = (st->walk_up < 0) ? &st->left1 : &st->left2; in walk()
293 st->walk_frame = (st->walk_up < 0) ? &st->right1 : &st->right2; in walk()
320 if (st->walk_up > 0) in walk()
321 st->walk_up = -st->walk_up; in walk()
335 0, 0, st->pix_w, st->pix_h, --st->x, st->y + st->walk_up); in walk()
341 0, 0, st->pix_w, st->pix_h, ++st->x, st->y + st->walk_up); in walk()
661 st->walk_up = 1; in noseguy_init()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/pipfile/
H A Dapi.py27 def walk_up(bottom): function
55 for x in walk_up(new_path):
146 for c, d, f in walk_up(os.getcwd()):
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/pipfile/
H A Dapi.py27 def walk_up(bottom): function
55 for x in walk_up(new_path):
146 for c, d, f in walk_up(os.getcwd()):
/dports/net/haproxy/haproxy-2.4.10/scripts/
H A Dbackport80 walk_up() {
144 walk_up || die "Failed to go back to $PWD, stopping *after* backporting upstream $UPSTREAM"
/dports/net/haproxy22/haproxy-2.2.19/scripts/
H A Dbackport80 walk_up() {
144 walk_up || die "Failed to go back to $PWD, stopping *after* backporting upstream $UPSTREAM"
/dports/net/haproxy23/haproxy-2.3.16/scripts/
H A Dbackport80 walk_up() {
144 walk_up || die "Failed to go back to $PWD, stopping *after* backporting upstream $UPSTREAM"
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/networking/multiplayer_bomber/
H A Dplayer.gd57 new_anim = "walk_up"
H A Dplayer.tscn157 anims/walk_up = SubResource( 7 )
/dports/mail/fetchmailconf/fetchmail-6.4.28/
H A Duid_db.c103 static inline struct pat_node *walk_up(unsigned diff_ndx, struct pat_node **parent) in walk_up() function
269 closest = walk_up(np->bit_ndx, &parent); in pat_insert()
/dports/mail/fetchmail/fetchmail-6.4.28/
H A Duid_db.c103 static inline struct pat_node *walk_up(unsigned diff_ndx, struct pat_node **parent) in walk_up() function
269 closest = walk_up(np->bit_ndx, &parent); in pat_insert()
/dports/devel/py-vistir/vistir-0.5.2/src/vistir/
H A Dpath.py531 def walk_up(bottom): function
557 for x in walk_up(new_path):
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/vistir/
H A Dpath.py531 def walk_up(bottom): function
557 for x in walk_up(new_path):
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c1544 sanitize_hot_paths (bool walk_up, unsigned int cold_bb_count, in sanitize_hot_paths() argument
1557 vec<edge, va_gc> *edges = walk_up ? bb->preds : bb->succs; in sanitize_hot_paths()
1570 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1621 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1629 bb->index, walk_up ? "backward" : "forward"); in sanitize_hot_paths()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dbb-reorder.c1548 sanitize_hot_paths (bool walk_up, unsigned int cold_bb_count, in sanitize_hot_paths() argument
1561 vec<edge, va_gc> *edges = walk_up ? bb->preds : bb->succs; in sanitize_hot_paths()
1574 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1625 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1633 bb->index, walk_up ? "backward" : "forward"); in sanitize_hot_paths()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dbb-reorder.c1543 sanitize_hot_paths (bool walk_up, unsigned int cold_bb_count, in sanitize_hot_paths() argument
1556 vec<edge, va_gc> *edges = walk_up ? bb->preds : bb->succs; in sanitize_hot_paths()
1569 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1620 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1628 bb->index, walk_up ? "backward" : "forward"); in sanitize_hot_paths()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dbb-reorder.c1544 sanitize_hot_paths (bool walk_up, unsigned int cold_bb_count, in sanitize_hot_paths() argument
1557 vec<edge, va_gc> *edges = walk_up ? bb->preds : bb->succs; in sanitize_hot_paths()
1570 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1621 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1629 bb->index, walk_up ? "backward" : "forward"); in sanitize_hot_paths()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dbb-reorder.c1548 sanitize_hot_paths (bool walk_up, unsigned int cold_bb_count, in sanitize_hot_paths() argument
1561 vec<edge, va_gc> *edges = walk_up ? bb->preds : bb->succs; in sanitize_hot_paths()
1574 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1625 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1633 bb->index, walk_up ? "backward" : "forward"); in sanitize_hot_paths()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dbb-reorder.c1548 sanitize_hot_paths (bool walk_up, unsigned int cold_bb_count, in sanitize_hot_paths() argument
1561 vec<edge, va_gc> *edges = walk_up ? bb->preds : bb->succs; in sanitize_hot_paths()
1574 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1625 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1633 bb->index, walk_up ? "backward" : "forward"); in sanitize_hot_paths()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c1544 sanitize_hot_paths (bool walk_up, unsigned int cold_bb_count, in sanitize_hot_paths() argument
1557 vec<edge, va_gc> *edges = walk_up ? bb->preds : bb->succs; in sanitize_hot_paths()
1570 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1621 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1629 bb->index, walk_up ? "backward" : "forward"); in sanitize_hot_paths()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c1544 sanitize_hot_paths (bool walk_up, unsigned int cold_bb_count, in sanitize_hot_paths() argument
1557 vec<edge, va_gc> *edges = walk_up ? bb->preds : bb->succs; in sanitize_hot_paths()
1570 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1621 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1629 bb->index, walk_up ? "backward" : "forward"); in sanitize_hot_paths()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c1544 sanitize_hot_paths (bool walk_up, unsigned int cold_bb_count, in sanitize_hot_paths() argument
1557 vec<edge, va_gc> *edges = walk_up ? bb->preds : bb->succs; in sanitize_hot_paths()
1570 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1621 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1629 bb->index, walk_up ? "backward" : "forward"); in sanitize_hot_paths()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dbb-reorder.c1548 sanitize_hot_paths (bool walk_up, unsigned int cold_bb_count, in sanitize_hot_paths() argument
1561 vec<edge, va_gc> *edges = walk_up ? bb->preds : bb->succs; in sanitize_hot_paths()
1574 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1625 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1633 bb->index, walk_up ? "backward" : "forward"); in sanitize_hot_paths()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dbb-reorder.c1548 sanitize_hot_paths (bool walk_up, unsigned int cold_bb_count, in sanitize_hot_paths() argument
1561 vec<edge, va_gc> *edges = walk_up ? bb->preds : bb->succs; in sanitize_hot_paths()
1574 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1625 basic_block reach_bb = walk_up ? e->src : e->dest; in sanitize_hot_paths()
1633 bb->index, walk_up ? "backward" : "forward"); in sanitize_hot_paths()

12