Home
last modified time | relevance | path

Searched refs:total_num_bytes (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/hpx/hpx-1.2.1/src/runtime/components/server/
H A Dwrapper_heap.cpp183 std::size_t const total_num_bytes = in free() local
190 pool_ + total_num_bytes); in free()
219 std::size_t const total_num_bytes = in did_alloc() local
222 static_cast<char*>(p) < pool_ + total_num_bytes; in did_alloc()
287 std::size_t const total_num_bytes = in test_release() local
290 if (first_free_ < pool_ + total_num_bytes || in test_release()
297 HPX_ASSERT(first_free_ == pool_ + total_num_bytes); in test_release()
322 std::size_t const total_num_bytes = in ensure_pool() local
325 if (first_free_ + num_bytes > pool_ + total_num_bytes) in ensure_pool()
336 std::size_t const total_num_bytes = in init_pool() local
[all …]
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsjobprogress.c72 goffset total_num_bytes, in g_vfs_job_progress_callback() argument
80 current_num_bytes != total_num_bytes) in g_vfs_job_progress_callback()
84 …gress_callback %" G_GOFFSET_FORMAT "/%" G_GOFFSET_FORMAT "\n", current_num_bytes, total_num_bytes); in g_vfs_job_progress_callback()
91 total_num_bytes, in g_vfs_job_progress_callback()
H A Dgvfsjobprogress.h61 goffset total_num_bytes,
H A Dgvfsjobmove.h69 goffset total_num_bytes,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/script/bench-rust-deflate/src/
H A Dmain.rs94 let mut total_num_bytes = 0u64; in bench() localVariable
102 total_num_bytes += n; in bench()
107 let kb_per_s: u64 = total_num_bytes * 1_000_000 / elapsed_nanos; in bench()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/script/bench-rust-deflate/src/
H A Dmain.rs94 let mut total_num_bytes = 0u64; in bench() localVariable
102 total_num_bytes += n; in bench()
107 let kb_per_s: u64 = total_num_bytes * 1_000_000 / elapsed_nanos; in bench()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/script/bench-rust-gif/src/
H A Dmain.rs154 let mut total_num_bytes = 0u64; in bench() localVariable
162 total_num_bytes += n; in bench()
167 let kb_per_s: u64 = total_num_bytes * 1_000_000 / elapsed_nanos; in bench()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/script/bench-rust-gif/src/
H A Dmain.rs154 let mut total_num_bytes = 0u64; in bench() localVariable
162 total_num_bytes += n; in bench()
167 let kb_per_s: u64 = total_num_bytes * 1_000_000 / elapsed_nanos; in bench()
/dports/graphics/gimp-app/gimp-2.10.30/app/file/
H A Dfile-remote.c86 goffset total_num_bytes,
332 goffset total_num_bytes, in file_remote_progress_callback() argument
346 if (total_num_bytes > 0) in file_remote_progress_callback()
350 gchar *total = g_format_size (total_num_bytes); in file_remote_progress_callback()
372 (gdouble) total_num_bytes); in file_remote_progress_callback()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgio-tool-move.c51 goffset total_num_bytes, in show_progress() argument
59 current_num_bytes != total_num_bytes) in show_progress()
63 total_size = g_format_size (total_num_bytes); in show_progress()
H A Dgio-tool-copy.c58 goffset total_num_bytes, in show_progress() argument
66 current_num_bytes != total_num_bytes) in show_progress()
70 total_size = g_format_size (total_num_bytes); in show_progress()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/cld_3/src/src/
H A Dnnet_language_identifier.cc286 int total_num_bytes = 0; in FindTopNMostFreqLangs() local
301 total_num_bytes += num_original_span_bytes; in FindTopNMostFreqLangs()
328 const float byte_sum = static_cast<float>(total_num_bytes); in FindTopNMostFreqLangs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/cld_3/src/src/
H A Dnnet_language_identifier.cc286 int total_num_bytes = 0; in FindTopNMostFreqLangs() local
301 total_num_bytes += num_original_span_bytes; in FindTopNMostFreqLangs()
328 const float byte_sum = static_cast<float>(total_num_bytes); in FindTopNMostFreqLangs()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/deviced/
H A Dgbp-deviced-deploy-strategy.c137 goffset total_num_bytes, in deploy_progress_cb() argument
144 if (state->progress && total_num_bytes) in deploy_progress_cb()
145 state->progress (current_num_bytes, total_num_bytes, state->progress_data); in deploy_progress_cb()
H A Dgbp-deviced-device.c470 goffset total_num_bytes, in install_bundle_progress() argument
477 if (state->progress && total_num_bytes) in install_bundle_progress()
478 state->progress (current_num_bytes, total_num_bytes, state->progress_data); in install_bundle_progress()
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/core/
H A Dfiletransferjob.h47 …static void gfileCopyProgressCallback(goffset current_num_bytes, goffset total_num_bytes, FileTran…
/dports/security/py-angr/angr-9.0.5405/angr/procedures/libc/
H A Dstrtol.py68 total_num_bytes = num_bytes + length
73 return condition, value, total_num_bytes
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dgio-utils.h54 goffset total_num_bytes,
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dgio-utils.h54 goffset total_num_bytes,
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/core/
H A Dide-notification.h134 … goffset total_num_bytes,
H A Dide-notification.c1161 goffset total_num_bytes, in ide_notification_file_progress_callback() argument
1169 if (total_num_bytes) in ide_notification_file_progress_callback()
1170 fraction = (gdouble)current_num_bytes / (gdouble)total_num_bytes; in ide_notification_file_progress_callback()
/dports/x11-fm/catseye-fm/catseye-fm-4.2.0.0/
H A Dlistitems.c93 void copyItemRecursive_Callback (goffset current_num_bytes, goffset total_num_bytes, gpointer data… in copyItemRecursive_Callback() argument
131 if (current_num_bytes == total_num_bytes){ in copyItemRecursive_Callback()
132 if (list->lastfinishedTotalBytes != total_num_bytes){ in copyItemRecursive_Callback()
133 list->iBytesCopied += total_num_bytes; in copyItemRecursive_Callback()
134 list->lastfinishedTotalBytes = total_num_bytes; in copyItemRecursive_Callback()
136 *(list->ui64pTotalBytesCopied) += total_num_bytes; in copyItemRecursive_Callback()
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dgio-utils.h94 goffset total_num_bytes,
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-attachment.c550 goffset total_num_bytes, in attachment_progress_cb() argument
556 if (total_num_bytes == 0) in attachment_progress_cb()
565 new_percent = (current_num_bytes * 100) / total_num_bytes; in attachment_progress_cb()
1795 goffset total_num_bytes; member
1973 load_context->total_num_bytes, attachment); in attachment_load_write_cb()
2142 load_context->total_num_bytes = g_file_info_get_size (file_info); in attachment_load_query_info_cb()
2816 goffset total_num_bytes; member
3067 save_context->total_num_bytes, attachment); in attachment_save_read_cb()
3267 save_context->total_num_bytes = (goffset) buffer->len; in attachment_save_got_output_stream()
/dports/x11/xfce4-screenshooter-plugin/xfce4-screenshooter-1.9.9/lib/
H A Dscreenshooter-dialogs.c79 goffset total_num_bytes,
399 goffset total_num_bytes, in cb_progress_upload() argument
402 gdouble fraction = (double) current_num_bytes / (double) total_num_bytes; in cb_progress_upload()
405 gfloat total = (float) total_num_bytes / 1000; in cb_progress_upload()

1234