mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
23 lines
2.1 KiB
HTML
23 lines
2.1 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>copied_bytes</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1170'>copied_bytes</a> 1170 src/filemanager/file.c const uintmax_t copied_bytes = ctx->total_progress_bytes + file_part;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1171'>copied_bytes</a> 1171 src/filemanager/file.c if (copied_bytes == 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1174'>copied_bytes</a> 1174 src/filemanager/file.c ctx->total_eta_secs = ((double) ctx->total_bytes / copied_bytes - 1) * dt;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1177'>copied_bytes</a> 1177 src/filemanager/file.c ctx->total_bps = (long) (copied_bytes / dt);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1086'>copied_bytes</a> 1086 src/filemanager/filegui.c file_progress_show_total (file_op_context_t *ctx, uintmax_t copied_bytes, gint64 tv_current,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1104'>copied_bytes</a> 1104 src/filemanager/filegui.c (int) (1024 * copied_bytes / ctx->total_bytes));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1144'>copied_bytes</a> 1144 src/filemanager/filegui.c size_trunc_len (buffer2, 5, copied_bytes, 0, panels_options.kilobyte_si);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.h.html#L178'>copied_bytes</a> 178 src/filemanager/filegui.h void file_progress_show_total (file_op_context_t *ctx, uintmax_t copied_bytes, gint64 tv_current,</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|