Home
last modified time | relevance | path

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

/external/bzip2/
Dbzlib.c291 Bool progress_in = False; in copy_input_until_stop() local
301 progress_in = True; in copy_input_until_stop()
319 progress_in = True; in copy_input_until_stop()
328 return progress_in; in copy_input_until_stop()
363 Bool progress_in = False; in handle_compress() local
383 progress_in |= copy_input_until_stop ( s ); in handle_compress()
402 return progress_in || progress_out; in handle_compress()
/external/valgrind/main/VEX/switchback/
Dtest_bzip2.c4642 Bool progress_in = False; in copy_input_until_stop() local
4652 progress_in = True; in copy_input_until_stop()
4670 progress_in = True; in copy_input_until_stop()
4679 return progress_in; in copy_input_until_stop()
4714 Bool progress_in = False; in handle_compress() local
4734 progress_in |= copy_input_until_stop ( s ); in handle_compress()
4753 return progress_in || progress_out; in handle_compress()
/external/valgrind/main/memcheck/tests/
Dorigin5-bz2.c4657 Bool progress_in = False; in copy_input_until_stop() local
4667 progress_in = True; in copy_input_until_stop()
4685 progress_in = True; in copy_input_until_stop()
4695 return progress_in; in copy_input_until_stop()
4730 Bool progress_in = False; in handle_compress() local
4750 progress_in |= copy_input_until_stop ( s ); in handle_compress()
4769 return progress_in || progress_out; in handle_compress()
Dvarinfo6.c4695 Bool progress_in = False; in copy_input_until_stop() local
4705 progress_in = True; in copy_input_until_stop()
4723 progress_in = True; in copy_input_until_stop()
4732 return progress_in; in copy_input_until_stop()
4767 Bool progress_in = False; in handle_compress() local
4787 progress_in |= copy_input_until_stop ( s ); in handle_compress()
4806 return progress_in || progress_out; in handle_compress()
/external/valgrind/main/exp-sgcheck/tests/
Dhackedbz2.c4666 Bool progress_in = False; in copy_input_until_stop() local
4676 progress_in = True; in copy_input_until_stop()
4694 progress_in = True; in copy_input_until_stop()
4703 return progress_in; in copy_input_until_stop()
4738 Bool progress_in = False; in handle_compress() local
4758 progress_in |= copy_input_until_stop ( s ); in handle_compress()
4777 return progress_in || progress_out; in handle_compress()
/external/valgrind/main/perf/
Dbz2.c4657 Bool progress_in = False; in copy_input_until_stop() local
4667 progress_in = True; in copy_input_until_stop()
4685 progress_in = True; in copy_input_until_stop()
4694 return progress_in; in copy_input_until_stop()
4729 Bool progress_in = False; in handle_compress() local
4749 progress_in |= copy_input_until_stop ( s ); in handle_compress()
4768 return progress_in || progress_out; in handle_compress()
Dtest_input_for_tinycc.c3749 Bool progress_in = ((Bool)0); in copy_input_until_stop() local
3759 progress_in = ((Bool)1); in copy_input_until_stop()
3777 progress_in = ((Bool)1); in copy_input_until_stop()
3786 return progress_in; in copy_input_until_stop()
3821 Bool progress_in = ((Bool)0); in handle_compress() local
3841 progress_in |= copy_input_until_stop ( s ); in handle_compress()
3860 return progress_in || progress_out; in handle_compress()