Home
last modified time | relevance | path

Searched refs:total_progress (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp67 const uint64_t total_progress = units_to_index.size() * 2 + 8; in Index() local
70 total_progress); in Index()
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dra.c306 private_ctx->total_progress += (progress - b->last_progress); in progress_func()
314 public_ctx->progress_func(private_ctx->total_progress, -1, in progress_func()
H A Dclient.h64 apr_off_t total_progress; member