Home
last modified time | relevance | path

Searched refs:next_progress (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dverify.c46 u64 next_progress; member
61 if (progress->verify_streams.completed_bytes >= ctx->next_progress) { in verify_continue_blob()
71 &ctx->next_progress); in verify_continue_blob()
164 ctx.next_progress = 0; in wimlib_verify_wim()
H A Dwrite.c299 u64 next_progress; member
312 if (progress_data->next_progress != ~(u64)0 && in do_write_blobs_progress()
313 progress_data->next_progress > progress->write_streams.total_bytes) in do_write_blobs_progress()
315 progress_data->next_progress = progress->write_streams.total_bytes; in do_write_blobs_progress()
322 if (progress->write_streams.completed_bytes >= progress_data->next_progress) { in do_write_blobs_progress()
333 &progress_data->next_progress); in do_write_blobs_progress()
1159 ctx->progress_data.next_progress = 0; in compute_blob_list_stats()
H A Dextract.c462 if (progress->extract.completed_bytes >= ctx->next_progress) { in extract_chunk()
470 &ctx->next_progress); in extract_chunk()
/dports/multimedia/libhdhomerun/libhdhomerun/
H A Dhdhomerun_config.c384 uint64_t next_progress = getcurrenttime() + 1000; in cmd_save() local
409 if (loop_start_time >= next_progress) { in cmd_save()
410 next_progress += 1000; in cmd_save()
411 if (loop_start_time >= next_progress) { in cmd_save()
412 next_progress = loop_start_time + 1000; in cmd_save()
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Dindexer.c910 float next_progress = in index_rebuild_ffmpeg() local
913 if (*progress != next_progress) { in index_rebuild_ffmpeg()
914 *progress = next_progress; in index_rebuild_ffmpeg()
1098 float next_progress = (float)pos / (float)cnt; in index_rebuild_fallback() local
1100 if (*progress != next_progress) { in index_rebuild_fallback()
1101 *progress = next_progress; in index_rebuild_fallback()
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dmodel-checker.c1167 unsigned int next_progress; /* Next value to call progress func. */ member
1600 if (++mc->progress >= mc->next_progress) in next_operation()
1634 mc->next_progress = mc->progress + delta + 1.0; in next_operation()
1636 mc->next_progress = mc->progress + (mc->progress - mc->prev_progress); in next_operation()
1704 mc->next_progress = mc->options->progress_usec != 0 ? 100 : UINT_MAX; in init_mc()
/dports/sysutils/wimlib/wimlib-1.13.0/include/wimlib/
H A Dapply.h71 u64 next_progress; member
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DBuildingsPanel.cpp282 float next_progress = turn_spending / std::max(1.0, total_cost); in BuildingIndicator() local
286 next_progress, in BuildingIndicator()
H A DResearchWnd.cpp177 float next_progress = 0.0f; in QueueTechPanel() local
182 next_progress = turn_spending / std::max(1.0f, total_cost); in QueueTechPanel()
190 next_progress, in QueueTechPanel()
H A DProductionWnd.cpp502 double next_progress = 0.0; in CompleteConstruction() local
505 next_progress = m_turn_spending / std::max(m_turn_spending, m_total_cost); in CompleteConstruction()
514 next_progress, in CompleteConstruction()
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/
H A Ddistribute.rpy1515 self.next_progress = 0
1525 if (complete > 0) and (time.time() < self.next_progress):
1530 self.next_progress = time.time() + .05
/dports/net-p2p/bitcoin/bitcoin-22.0/test/functional/
H A Dfeature_taproot.py1318 next_progress = (done + count_this_tx) / len(spenders)
1319 change_goal = (1.0 - 0.6 * next_progress) / (1.0 - 0.6 * cur_progress) * balance
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/functional/
H A Dfeature_taproot.py1318 next_progress = (done + count_this_tx) / len(spenders)
1319 change_goal = (1.0 - 0.6 * next_progress) / (1.0 - 0.6 * cur_progress) * balance
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/test/functional/
H A Dfeature_taproot.py1318 next_progress = (done + count_this_tx) / len(spenders)
1319 change_goal = (1.0 - 0.6 * next_progress) / (1.0 - 0.6 * cur_progress) * balance
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/test/functional/
H A Dfeature_taproot.py1296 next_progress = (done + count_this_tx) / len(spenders)
1297 change_goal = (1.0 - 0.6 * next_progress) / (1.0 - 0.6 * cur_progress) * balance
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/test/functional/
H A Dfeature_taproot.py1296 next_progress = (done + count_this_tx) / len(spenders)
1297 change_goal = (1.0 - 0.6 * next_progress) / (1.0 - 0.6 * cur_progress) * balance
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/test/functional/
H A Dfeature_taproot.py1296 next_progress = (done + count_this_tx) / len(spenders)
1297 change_goal = (1.0 - 0.6 * next_progress) / (1.0 - 0.6 * cur_progress) * balance