Home
last modified time | relevance | path

Searched refs:move_diff (Results 1 – 12 of 12) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/mbox/
H A Dmbox-sync-rewrite.c274 } else if (move_diff < 0 && in mbox_sync_try_rewrite()
299 if (move_diff != 0) { in mbox_sync_try_rewrite()
313 move_diff) < 0) { in mbox_sync_try_rewrite()
467 dest_offset = offset + move_diff; in mbox_sync_read_and_move()
559 move_diff, expunged_space, in mbox_sync_rewrite()
576 dest_offset = offset + move_diff; in mbox_sync_rewrite()
584 move_diff += mails[idx].space; in mbox_sync_rewrite()
586 move_diff -= padding_per_mail; in mbox_sync_rewrite()
589 if (mbox_fill_space(sync_ctx, move_diff + in mbox_sync_rewrite()
596 mails[idx].offset += move_diff; in mbox_sync_rewrite()
[all …]
H A Dmbox-sync.c641 off_t move_diff; in mbox_sync_handle_header() local
646 move_diff = -sync_ctx->expunged_space; in mbox_sync_handle_header()
663 (off_t)mail_ctx->mail.from_offset + move_diff != 2); in mbox_sync_handle_header()
666 ret = mbox_sync_try_rewrite(mail_ctx, move_diff); in mbox_sync_handle_header()
674 -move_diff); in mbox_sync_handle_header()
741 uoff_t end_offset, move_diff, extra_space, needed_space; in mbox_sync_handle_missing_space() local
781 move_diff = needed_space + extra_space; in mbox_sync_handle_missing_space()
783 mail_ctx->mail.space - move_diff; in mbox_sync_handle_missing_space()
785 move_diff = mail_ctx->mail.space; in mbox_sync_handle_missing_space()
799 move_diff = 0; in mbox_sync_handle_missing_space()
[all …]
H A Dmbox-sync-private.h167 int mbox_sync_try_rewrite(struct mbox_sync_mail_context *ctx, off_t move_diff);
170 uoff_t end_offset, off_t move_diff, uoff_t extra_space,
/dports/games/valyriatear/ValyriaTear-1.1.0/data/battles/enemies_animations/
H A Dslime_spawn.lua153 local move_diff = SystemManager:GetUpdateTime() / vt_map.MapMode.NORMAL_SPEED * 35.0
155 move_diff = -move_diff
159 spawn_pos_x = spawn_pos_x + move_diff
163 shadow_pos_x = shadow_pos_x + move_diff
/dports/www/ilias6/ILIAS-6.14/Services/Tree/classes/
H A Dclass.ilNestedSetTree.php892 $move_diff = $target_rgt - $source_lft - $spread_diff;
895 $move_diff = $target_rgt - $source_lft;
912 $move_diff,
913 $move_diff,
923 $move_diff,
924 $move_diff,
/dports/x11/lxpanel/lxpanel-0.9.3/src/
H A Dpanel-plugin-move.c118 p->move_diff = alloc.x + alloc.width / 2 - p->move_x; in _lxpanel_motion_notify()
120 p->move_diff = alloc.y + alloc.height / 2 - p->move_y; in _lxpanel_motion_notify()
199 new_pos = x + event->x - p->ax + p->move_diff; in _lxpanel_motion_notify()
205 new_pos = y + event->y - p->ay + p->move_diff; in _lxpanel_motion_notify()
H A Dprivate.h168 int move_diff; member
/dports/games/construo/construo-0.2.3/src/
H A Dworldview_select_tool.hpp43 Vector2d move_diff; member in WorldViewSelectTool
H A Dworldview_select_tool.cpp145 move_diff = Vector2d(); in on_primary_button_press()
309 (*i)->pos -= move_diff; in on_mouse_move()
323 move_diff = diff; in on_mouse_move()
/dports/www/ilias/ILIAS-5.4.25/Services/Tree/classes/
H A Dclass.ilNestedSetTree.php745 $move_diff = $target_rgt - $source_lft - $spread_diff;
748 $move_diff = $target_rgt - $source_lft;
764 $move_diff,
765 $move_diff,
/dports/www/ilias6/ILIAS-6.14/setup/sql/
H A D6_hotfixes.php713 $move_diff = $target_lft - $source_lft - $spread_diff + 1; variable
716 $move_diff = $target_lft - $source_lft + 1; variable
744 $move_diff,
745 $move_diff,
/dports/mail/dovecot/dovecot-2.3.17/
H A DChangeLog64421 mbox: Remove unnecessary check from assert - move_diff is always negative