Searched refs:progress_in (Results 1 – 6 of 6) sorted by relevance
100 size_t progress_in; member272 uint64_t progress_in; member415 thr->progress_in = thr->in_pos; in worker_decoder()497 thr->coder->progress_in += thr->in_pos; in worker_decoder()499 thr->progress_in = 0; in worker_decoder()652 coder->thr->progress_in = 0; in get_thread()1746 ++coder->progress_in; in stream_decode_mt()1754 ++coder->progress_in; in stream_decode_mt()1877 *progress_in = coder->progress_in; in stream_decoder_mt_get_progress()1882 *progress_in += coder->threads[i].progress_in; in stream_decoder_mt_get_progress()[all …]
77 uint64_t progress_in; member189 uint64_t progress_in; member222 assert(thr->progress_in == 0); in worker_encode()267 thr->progress_in = in_pos; in worker_encode()418 thr->coder->progress_in in worker_start()421 thr->progress_in = 0; in worker_start()515 thr->progress_in = 0; in initialize_new_thread()1007 get_progress(void *coder_ptr, uint64_t *progress_in, uint64_t *progress_out) in get_progress() argument1014 *progress_in = coder->progress_in; in get_progress()1019 *progress_in += coder->threads[i].progress_in; in get_progress()[all …]
392 uint64_t *progress_in, uint64_t *progress_out) lzma_nothrow397 uint64_t *progress_in, uint64_t *progress_out) lzma_nothrow;403 uint64_t *progress_in, uint64_t *progress_out) in lzma_get_progress() argument407 progress_in, progress_out); in lzma_get_progress()409 *progress_in = strm->total_in; in lzma_get_progress()
248 uint64_t *progress_in, uint64_t *progress_out);
676 uint64_t *progress_in, uint64_t *progress_out) lzma_nothrow;
294 Bool progress_in = False; in copy_input_until_stop() local304 progress_in = True; in copy_input_until_stop()322 progress_in = True; in copy_input_until_stop()331 return progress_in; in copy_input_until_stop()366 Bool progress_in = False; in handle_compress() local386 progress_in |= copy_input_until_stop ( s ); in handle_compress()405 return progress_in || progress_out; in handle_compress()