Home
last modified time | relevance | path

Searched refs:space_diff (Results 1 – 10 of 10) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/mbox/
H A Dmbox-sync.c706 sync_ctx->space_diff = 0; in mbox_sync_handle_header()
760 if (sync_ctx->space_diff < 0) { in mbox_sync_handle_missing_space()
786 extra_space = sync_ctx->space_diff; in mbox_sync_handle_missing_space()
800 extra_space = sync_ctx->space_diff; in mbox_sync_handle_missing_space()
817 sync_ctx->space_diff = 0; in mbox_sync_handle_missing_space()
1344 i_assert(sync_ctx->space_diff < 0); in mbox_sync_handle_eof_updates()
1347 sync_ctx->space_diff -= padding; in mbox_sync_handle_eof_updates()
1356 i_assert(sync_ctx->space_diff < 0); in mbox_sync_handle_eof_updates()
1359 -sync_ctx->space_diff) < 0) in mbox_sync_handle_eof_updates()
1364 -sync_ctx->space_diff, padding, in mbox_sync_handle_eof_updates()
[all …]
H A Dmbox-sync-private.h137 off_t expunged_space, space_diff; member
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Devent-top.c541 long space_diff = space_now - space_at_cmd_start; in command_handler() local
545 (space_diff >= 0 ? '+' : '-'), in command_handler()
546 space_diff); in command_handler()
579 long space_diff = space_now - space_at_cmd_start; in command_line_handler_continuation() local
583 (space_diff >= 0 ? '+' : '-'), in command_line_handler_continuation()
584 space_diff); in command_line_handler_continuation()
H A Dtop.c841 long space_diff = space_now - space_at_cmd_start; in command_loop() local
845 (space_diff >= 0 ? '+' : '-'), in command_loop()
846 space_diff); in command_loop()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Devent-top.c541 long space_diff = space_now - space_at_cmd_start; in command_handler() local
545 (space_diff >= 0 ? '+' : '-'), in command_handler()
546 space_diff); in command_handler()
579 long space_diff = space_now - space_at_cmd_start; in command_line_handler_continuation() local
583 (space_diff >= 0 ? '+' : '-'), in command_line_handler_continuation()
584 space_diff); in command_line_handler_continuation()
H A Dtop.c841 long space_diff = space_now - space_at_cmd_start; in command_loop() local
845 (space_diff >= 0 ? '+' : '-'), in command_loop()
846 space_diff); in command_loop()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dmaint.c982 long space_diff = space_now - m_start_space; in ~scoped_command_stats() local
988 (space_diff >= 0 ? "+" : ""), in ~scoped_command_stats()
989 space_diff); in ~scoped_command_stats()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dutils.c622 long space_diff = space_now - start_stats->start_space; in report_command_stats() local
628 (space_diff >= 0 ? "+" : ""), in report_command_stats()
629 space_diff); in report_command_stats()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dutils.c657 long space_diff = space_now - start_stats->start_space; in report_command_stats() local
663 (space_diff >= 0 ? "+" : ""), in report_command_stats()
664 space_diff); in report_command_stats()
/dports/devel/ppl/ppl-1.2/src/
H A DMIP_Problem.cc722 const dimension_type space_diff = external_space_dim - internal_space_dim; in process_pending_constraints() local
723 for (dimension_type i = 0, j = 0; i < space_diff; ++i) { in process_pending_constraints()