Home
last modified time | relevance | path

Searched refs:first_move (Results 1 – 25 of 49) sorted by relevance

12

/dports/java/java-subversion/subversion-1.14.1/tools/dev/svnmover/
H A Dscanlog.c74 svn_client__format_move_chain_for_display(svn_repos_move_info_t *first_move, in svn_client__format_move_chain_for_display() argument
81 last_move = first_move; in svn_client__format_move_chain_for_display()
85 if (last_move != first_move) in svn_client__format_move_chain_for_display()
92 indent, first_move->moved_from_repos_relpath, in svn_client__format_move_chain_for_display()
93 first_move->copyfrom_rev, in svn_client__format_move_chain_for_display()
96 this_move = first_move; in svn_client__format_move_chain_for_display()
114 first_move->revision, in svn_client__format_move_chain_for_display()
115 first_move->moved_from_repos_relpath, in svn_client__format_move_chain_for_display()
116 first_move->copyfrom_rev, in svn_client__format_move_chain_for_display()
117 first_move->moved_to_repos_relpath); in svn_client__format_move_chain_for_display()
H A Dsvnmover.h274 svn_client__format_move_chain_for_display(svn_repos_move_info_t *first_move,
/dports/devel/py-subversion/subversion-1.14.1/tools/dev/svnmover/
H A Dscanlog.c74 svn_client__format_move_chain_for_display(svn_repos_move_info_t *first_move, in svn_client__format_move_chain_for_display() argument
81 last_move = first_move; in svn_client__format_move_chain_for_display()
85 if (last_move != first_move) in svn_client__format_move_chain_for_display()
92 indent, first_move->moved_from_repos_relpath, in svn_client__format_move_chain_for_display()
93 first_move->copyfrom_rev, in svn_client__format_move_chain_for_display()
96 this_move = first_move; in svn_client__format_move_chain_for_display()
114 first_move->revision, in svn_client__format_move_chain_for_display()
115 first_move->moved_from_repos_relpath, in svn_client__format_move_chain_for_display()
116 first_move->copyfrom_rev, in svn_client__format_move_chain_for_display()
117 first_move->moved_to_repos_relpath); in svn_client__format_move_chain_for_display()
H A Dsvnmover.h274 svn_client__format_move_chain_for_display(svn_repos_move_info_t *first_move,
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dev/svnmover/
H A Dscanlog.c74 svn_client__format_move_chain_for_display(svn_repos_move_info_t *first_move, in svn_client__format_move_chain_for_display() argument
81 last_move = first_move; in svn_client__format_move_chain_for_display()
85 if (last_move != first_move) in svn_client__format_move_chain_for_display()
92 indent, first_move->moved_from_repos_relpath, in svn_client__format_move_chain_for_display()
93 first_move->copyfrom_rev, in svn_client__format_move_chain_for_display()
96 this_move = first_move; in svn_client__format_move_chain_for_display()
114 first_move->revision, in svn_client__format_move_chain_for_display()
115 first_move->moved_from_repos_relpath, in svn_client__format_move_chain_for_display()
116 first_move->copyfrom_rev, in svn_client__format_move_chain_for_display()
117 first_move->moved_to_repos_relpath); in svn_client__format_move_chain_for_display()
H A Dsvnmover.h274 svn_client__format_move_chain_for_display(svn_repos_move_info_t *first_move,
/dports/devel/p5-subversion/subversion-1.14.1/tools/dev/svnmover/
H A Dscanlog.c74 svn_client__format_move_chain_for_display(svn_repos_move_info_t *first_move, in svn_client__format_move_chain_for_display() argument
81 last_move = first_move; in svn_client__format_move_chain_for_display()
85 if (last_move != first_move) in svn_client__format_move_chain_for_display()
92 indent, first_move->moved_from_repos_relpath, in svn_client__format_move_chain_for_display()
93 first_move->copyfrom_rev, in svn_client__format_move_chain_for_display()
96 this_move = first_move; in svn_client__format_move_chain_for_display()
114 first_move->revision, in svn_client__format_move_chain_for_display()
115 first_move->moved_from_repos_relpath, in svn_client__format_move_chain_for_display()
116 first_move->copyfrom_rev, in svn_client__format_move_chain_for_display()
117 first_move->moved_to_repos_relpath); in svn_client__format_move_chain_for_display()
H A Dsvnmover.h274 svn_client__format_move_chain_for_display(svn_repos_move_info_t *first_move,
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/PS/
H A DGlyphs.pm100 my $first_move;
107 $first_move = $hsbw[0];
110 $first_move = 0;
136 if ( defined $first_move ) {
137 $r[0] -= $first_move;
138 undef $first_move;
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/mrp_landed_costs/tests/
H A Dtest_stock_landed_costs_mrp.py114first_move = man_order.move_raw_ids.filtered(lambda move: move.product_id == self.product_componen…
115 self.assertEqual(first_move.product_qty, 6.0)
116first_move = man_order.move_raw_ids.filtered(lambda move: move.product_id == self.product_componen…
117 self.assertEqual(first_move.product_qty, 2.0)
/dports/games/xminehunter/xminehunter/
H A Devent_handlers.cc22 if (cd->app_part->first_move) { in put_flag_eh()
24 cd->app_part->first_move = False; in put_flag_eh()
H A Dxminehunter.h103 Bool first_move; // user first time make an action in the field variable
124 game_mode(Medium), first_move(True), in app_T()
H A Dcallbacks.cc21 if (cd->app_part->first_move) { in open_mine_cb()
23 cd->app_part->first_move = False; in open_mine_cb()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_drag.cc707 if (first_move) { in motion()
764 if (first_move) { in motion()
1193 if (first_move) { in motion()
1233 if (first_move) { in motion()
2635 if (first_move) { in motion()
2751 if (first_move) { in motion()
3136 if (first_move) { in motion()
3435 if (first_move) { in motion()
3585 if (first_move) { in motion()
3777 if (first_move) { in motion()
[all …]
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Ddirect.h37 void look_around( struct dist &moves, bool justLooking, int first_move = -1,
H A Ddirect.cc289 void look_around(struct dist &moves, bool justLooking, int first_move, int mode) in look_around() argument
308 if (first_move >= 0) in look_around()
309 keyin = (int)'1' + first_move; in look_around()
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/regalloc/
H A Dmove-optimizer-unittest.cc351 ParallelMove* first_move = first_instr->parallel_moves()[0]; in TEST_F() local
352 CHECK_EQ(0, NonRedundantSize(first_move)); in TEST_F()
375 ParallelMove* first_move = first_instr->parallel_moves()[0]; in TEST_F() local
376 CHECK_EQ(0, NonRedundantSize(first_move)); in TEST_F()
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DHeaderCtrl.cpp489 int first_move = 0; in GetSplit() local
490 while(first_move < n && (!col[first_move].visible || col[first_move].min == col[first_move].max)) in GetSplit()
491 first_move++; in GetSplit()
500 bool canmove = (i >= first_move && i <= last_move); in GetSplit()
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpeditselectiontool.c105 gboolean first_move; /* Don't push undos after the first */ member
178 edit_select->first_move = TRUE; in gimp_edit_selection_tool_init()
565 edit_select->first_move); in gimp_edit_selection_tool_update_motion()
609 edit_select->first_move); in gimp_edit_selection_tool_update_motion()
613 edit_select->first_move = FALSE; in gimp_edit_selection_tool_update_motion()
/dports/games/KnightCap/Export/
H A Dbrain.c1429 int first_move = -1; in analyse_game() local
1469 if (first_move == -1 && state->game_record[i].v != 0) in analyse_game()
1470 first_move = i; in analyse_game()
1471 if (state->game_record[i].v != INFINITY && first_move != -1) in analyse_game()
1472 lprintf(0,"%d %d\n", i - first_move, state->converged_record[i].v); in analyse_game()
1475 if (num_moves - first_move < 6) { in analyse_game()
1531 for (i=first_move, j=0; i<num_moves; i++) { in analyse_game()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmodulo-sched.c684 int first_move; in schedule_reg_moves() local
738 first_move = ps->reg_moves.length (); in schedule_reg_moves()
739 ps->reg_moves.safe_grow_cleared (first_move + nreg_moves); in schedule_reg_moves()
743 first_move += ps->g->num_nodes; in schedule_reg_moves()
752 ps_reg_move_info *move = ps_reg_move (ps, first_move + i_reg_move); in schedule_reg_moves()
754 move->def = i_reg_move > 0 ? first_move + i_reg_move - 1 : i; in schedule_reg_moves()
755 move->uses = sbitmap_alloc (first_move + nreg_moves); in schedule_reg_moves()
791 move = ps_reg_move (ps, first_move + dest_copy - 1); in schedule_reg_moves()
798 auto_sbitmap must_follow (first_move + nreg_moves); in schedule_reg_moves()
800 if (!schedule_reg_move (ps, first_move + i_reg_move, in schedule_reg_moves()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dmodulo-sched.c693 int first_move; in schedule_reg_moves() local
747 first_move = ps->reg_moves.length (); in schedule_reg_moves()
748 ps->reg_moves.safe_grow_cleared (first_move + nreg_moves); in schedule_reg_moves()
752 first_move += ps->g->num_nodes; in schedule_reg_moves()
761 ps_reg_move_info *move = ps_reg_move (ps, first_move + i_reg_move); in schedule_reg_moves()
763 move->def = i_reg_move > 0 ? first_move + i_reg_move - 1 : i; in schedule_reg_moves()
764 move->uses = sbitmap_alloc (first_move + nreg_moves); in schedule_reg_moves()
800 move = ps_reg_move (ps, first_move + dest_copy - 1); in schedule_reg_moves()
807 auto_sbitmap must_follow (first_move + nreg_moves); in schedule_reg_moves()
809 if (!schedule_reg_move (ps, first_move + i_reg_move, in schedule_reg_moves()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dmodulo-sched.c683 int first_move; in schedule_reg_moves() local
737 first_move = ps->reg_moves.length (); in schedule_reg_moves()
738 ps->reg_moves.safe_grow_cleared (first_move + nreg_moves); in schedule_reg_moves()
742 first_move += ps->g->num_nodes; in schedule_reg_moves()
751 ps_reg_move_info *move = ps_reg_move (ps, first_move + i_reg_move); in schedule_reg_moves()
753 move->def = i_reg_move > 0 ? first_move + i_reg_move - 1 : i; in schedule_reg_moves()
754 move->uses = sbitmap_alloc (first_move + nreg_moves); in schedule_reg_moves()
790 move = ps_reg_move (ps, first_move + dest_copy - 1); in schedule_reg_moves()
797 auto_sbitmap must_follow (first_move + nreg_moves); in schedule_reg_moves()
799 if (!schedule_reg_move (ps, first_move + i_reg_move, in schedule_reg_moves()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dmodulo-sched.c684 int first_move; in schedule_reg_moves() local
738 first_move = ps->reg_moves.length (); in schedule_reg_moves()
739 ps->reg_moves.safe_grow_cleared (first_move + nreg_moves); in schedule_reg_moves()
743 first_move += ps->g->num_nodes; in schedule_reg_moves()
752 ps_reg_move_info *move = ps_reg_move (ps, first_move + i_reg_move); in schedule_reg_moves()
754 move->def = i_reg_move > 0 ? first_move + i_reg_move - 1 : i; in schedule_reg_moves()
755 move->uses = sbitmap_alloc (first_move + nreg_moves); in schedule_reg_moves()
791 move = ps_reg_move (ps, first_move + dest_copy - 1); in schedule_reg_moves()
798 auto_sbitmap must_follow (first_move + nreg_moves); in schedule_reg_moves()
800 if (!schedule_reg_move (ps, first_move + i_reg_move, in schedule_reg_moves()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dmodulo-sched.c683 int first_move; in schedule_reg_moves() local
738 first_move = ps->reg_moves.length (); in schedule_reg_moves()
739 ps->reg_moves.safe_grow_cleared (first_move + nreg_moves); in schedule_reg_moves()
743 first_move += ps->g->num_nodes; in schedule_reg_moves()
749 ps_reg_move_info *move = ps_reg_move (ps, first_move + i_reg_move); in schedule_reg_moves()
751 move->def = i_reg_move > 0 ? first_move + i_reg_move - 1 : i; in schedule_reg_moves()
752 move->uses = sbitmap_alloc (first_move + nreg_moves); in schedule_reg_moves()
788 move = ps_reg_move (ps, first_move + dest_copy - 1); in schedule_reg_moves()
795 must_follow = sbitmap_alloc (first_move + nreg_moves); in schedule_reg_moves()
797 if (!schedule_reg_move (ps, first_move + i_reg_move, in schedule_reg_moves()

12