Home
last modified time | relevance | path

Searched refs:progress_in (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/xz/src/liblzma/common/
H A Dstream_decoder_mt.c74 size_t progress_in; member
254 uint64_t progress_in; member
365 thr->progress_in = thr->in_pos; in worker_decoder()
460 thr->coder->progress_in += thr->in_pos; in worker_decoder()
462 thr->progress_in = 0; in worker_decoder()
633 coder->thr->progress_in = 0; in get_thread()
1022 coder->progress_in += *in_pos - in_old; in stream_decode_mt()
1071 coder->progress_in += *in_pos - in_old; in stream_decode_mt()
1617 coder->progress_in += *in_pos - in_old; in stream_decode_mt()
1659 coder->progress_in += *in_pos - in_old; in stream_decode_mt()
[all …]
H A Dstream_encoder_mt.c76 uint64_t progress_in; member
188 uint64_t progress_in; member
221 assert(thr->progress_in == 0); in worker_encode()
266 thr->progress_in = in_pos; in worker_encode()
417 thr->coder->progress_in in worker_start()
420 thr->progress_in = 0; in worker_start()
514 thr->progress_in = 0; in initialize_new_thread()
1004 get_progress(void *coder_ptr, uint64_t *progress_in, uint64_t *progress_out) in get_progress() argument
1011 *progress_in = coder->progress_in; in get_progress()
1016 *progress_in += coder->threads[i].progress_in; in get_progress()
[all …]
H A Dcommon.c397 uint64_t *progress_in, uint64_t *progress_out) lzma_nothrow
402 uint64_t *progress_in, uint64_t *progress_out) lzma_nothrow;
408 uint64_t *progress_in, uint64_t *progress_out) in lzma_get_progress() argument
412 progress_in, progress_out); in lzma_get_progress()
414 *progress_in = strm->total_in; in lzma_get_progress()
/freebsd/contrib/bzip2/
H A Dbzlib.c294 Bool progress_in = False; in copy_input_until_stop() local
304 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() local
386 progress_in |= copy_input_until_stop ( s ); in handle_compress()
405 return progress_in || progress_out; in handle_compress()
/freebsd/contrib/xz/src/liblzma/api/lzma/
H A Dbase.h677 uint64_t *progress_in, uint64_t *progress_out) lzma_nothrow;