Home
last modified time | relevance | path

Searched refs:end_move (Results 1 – 18 of 18) sorted by relevance

/dports/games/xmahjongg/xmahjongg-3.7/src/
H A Dgame.cc283 int end_move = _user_moves[_user_move_pos] - 1; in undo() local
287 for (int i = end_move; i >= start_move; i--) { in undo()
306 int end_move = _user_moves[_user_move_pos] - 1; in redo() local
308 for (int i = start_move; i <= end_move; i++) { in redo()
/dports/devel/cc65/cc65-2.19/libsrc/atari/tgi/
H A Datari_tgi_common.inc820 bne end_move
823 bne end_move
825 end_move:
855 bmi end_move
866 bne end_move
869 bne end_move
871 end_move:
/dports/math/py-brial/BRiAl-1.2.10/cudd/
H A DcuddGroup.c1682 Move *end_move; in ddGroupSiftingBackward() local
1688 end_move = NULL; in ddGroupSiftingBackward()
1695 end_move = move; in ddGroupSiftingBackward()
1697 if (end_move == NULL) end_move = move; in ddGroupSiftingBackward()
1721 end_move = move; in ddGroupSiftingBackward()
1740 if (move == end_move) return(1); in ddGroupSiftingBackward()
/dports/math/cudd/cudd-3.0.0/cudd/
H A DcuddGroup.c1604 Move *end_move = NULL; in ddGroupSiftingBackward() local
1610 end_move = NULL; in ddGroupSiftingBackward()
1617 end_move = move; in ddGroupSiftingBackward()
1619 if (end_move == NULL) end_move = move; in ddGroupSiftingBackward()
1643 end_move = move; in ddGroupSiftingBackward()
1662 if (move == end_move) return(1); in ddGroupSiftingBackward()
/dports/math/brial/BRiAl-1.2.10/cudd/
H A DcuddGroup.c1682 Move *end_move; in ddGroupSiftingBackward() local
1688 end_move = NULL; in ddGroupSiftingBackward()
1695 end_move = move; in ddGroupSiftingBackward()
1697 if (end_move == NULL) end_move = move; in ddGroupSiftingBackward()
1721 end_move = move; in ddGroupSiftingBackward()
1740 if (move == end_move) return(1); in ddGroupSiftingBackward()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/cudd/
H A DcuddGroup.c1663 Move *end_move = NULL; in ddGroupSiftingBackward() local
1669 end_move = NULL; in ddGroupSiftingBackward()
1676 end_move = move; in ddGroupSiftingBackward()
1678 if (end_move == NULL) end_move = move; in ddGroupSiftingBackward()
1702 end_move = move; in ddGroupSiftingBackward()
1721 if (move == end_move) return(1); in ddGroupSiftingBackward()
/dports/x11/mate-panel/mate-panel-1.26.1/mate-panel/
H A Dpanel-widget.h143 void (* end_move) (PanelWidget *panel); member
H A Dpanel-widget.c401 G_STRUCT_OFFSET (PanelWidgetClass, end_move), in panel_widget_class_init()
417 class->end_move = panel_widget_end_move; in panel_widget_class_init()
/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dinterpreter_optimizer.hh183 int end_move = -1; in rewrite() local
192 last_offset = end_move = inst->fOffset1; in rewrite()
199 if (begin_move != -1 && end_move != -1 && ((end_move - begin_move) > 4)) { in rewrite()
202 …turn new FBCBasicInstruction<REAL>(FBCInstruction::kBlockPairMoveReal, 0, 0, begin_move, end_move); in rewrite()
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpitem.h74 void (* end_move) (GimpItem *item, member
H A Dgimpitem.c269 klass->end_move = NULL; in gimp_item_class_init()
1234 if (GIMP_ITEM_GET_CLASS (item)->end_move) in gimp_item_end_move()
1235 GIMP_ITEM_GET_CLASS (item)->end_move (item, push_undo); in gimp_item_end_move()
H A Dgimplayer.c436 item_class->end_move = gimp_layer_end_move; in gimp_layer_class_init()
1113 if (GIMP_ITEM_CLASS (parent_class)->end_move) in gimp_layer_end_move()
1114 GIMP_ITEM_CLASS (parent_class)->end_move (item, push_undo); in gimp_layer_end_move()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/tests/
H A Dtest_account_move_reconcile.py1704 end_move = self.env['account.move'].create({
1723 (cash_basis_move + payment_move + end_move).action_post()
1745 receivable_lines2 = (payment_move + end_move).line_ids\
/dports/databases/redis5/redis-5.0.14/src/
H A Dredis-cli.c5390 goto end_move; in clusterManagerCommandRebalance()
5404 if (!result) goto end_move; in clusterManagerCommandRebalance()
5411 end_move: in clusterManagerCommandRebalance()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dredis-cli.c6327 goto end_move; in clusterManagerCommandRebalance()
6341 if (!result) goto end_move; in clusterManagerCommandRebalance()
6348 end_move: in clusterManagerCommandRebalance()
/dports/databases/redis6/redis-6.0.16/src/
H A Dredis-cli.c6201 goto end_move; in clusterManagerCommandRebalance()
6215 if (!result) goto end_move; in clusterManagerCommandRebalance()
6222 end_move: in clusterManagerCommandRebalance()
/dports/x11-wm/muffin/muffin-4.8.0/
H A DChangeLog4592 * src/compositor.c (meta_compositor_begin/update/end_move):
/dports/x11-wm/metacity/metacity-3.42.0/
H A DChangeLog4783 * src/compositor.c (meta_compositor_begin/update/end_move):