/kernel/linux/linux-6.6/arch/powerpc/platforms/83xx/ |
H A D | mpc831x_rdb.c | 56 .progress = udbg_progress, in define_machine()
|
H A D | mpc836x_rdk.c | 40 .progress = udbg_progress, in define_machine()
|
H A D | mpc837x_rdb.c | 81 .progress = udbg_progress, in define_machine()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/microwatt/ |
H A D | setup.c | 42 .progress = udbg_progress, in define_machine()
|
/third_party/lzma/CS/7zip/ |
H A D | ICoder.cs | 26 /// Callback progress.
54 /// <param name="progress">
55 /// callback progress reference.
61 Int64 inSize, Int64 outSize, ICodeProgress progress);
in Code() 71 ICodeProgress progress);
60 Code(System.IO.Stream inStream, System.IO.Stream outStream, Int64 inSize, Int64 outSize, ICodeProgress progress) Code() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | utils.c | 912 av_assert0(!dst->progress); in ff_thread_ref_frame() 914 if (src->progress && in ff_thread_ref_frame() 915 !(dst->progress = av_buffer_ref(src->progress))) { in ff_thread_ref_frame() 958 void ff_thread_report_progress(ThreadFrame *f, int progress, int field) in ff_thread_report_progress() argument 962 void ff_thread_await_progress(ThreadFrame *f, int progress, int field) in ff_thread_await_progress() argument
|
/third_party/curl/lib/ |
H A D | easy.c | 56 #include "progress.h" 917 outcurl->progress.flags = data->progress.flags; in curl_easy_duphandle() 918 outcurl->progress.callback = data->progress.callback; in curl_easy_duphandle() 1049 memset(&data->progress, 0, sizeof(struct Progress)); in curl_easy_reset() 1054 data->progress.flags |= PGRS_HIDE; in curl_easy_reset()
|
H A D | multi.c | 34 #include "progress.h" 1680 Curl_timediff(*now, data->progress.t_startsingle)); 1684 Curl_timediff(*now, data->progress.t_startsingle)); 1691 Curl_timediff(*now, data->progress.t_startsingle), 1698 Curl_timediff(*now, data->progress.t_startsingle), 2423 Curl_pgrsLimitWaitTime(data->progress.uploaded, 2424 data->progress.ul_limit_size, 2426 data->progress.ul_limit_start, 2432 Curl_pgrsLimitWaitTime(data->progress.downloaded, 2433 data->progress [all...] |
/third_party/lzma/C/ |
H A D | Lzma2Enc.c | 505 ICompressProgressPtr progress)
in Lzma2Enc_EncodeMt1() 607 res = Progress(progress, unpackTotal + p->srcPos, packTotal);
in Lzma2Enc_EncodeMt1() 721 ICompressProgressPtr progress)
in Lzma2Enc_Encode2() 763 p->mtCoder.progress = progress;
in Lzma2Enc_Encode2() 802 progress);
in Lzma2Enc_Encode2() 497 Lzma2Enc_EncodeMt1( CLzma2Enc *me, CLzma2EncInt *p, ISeqOutStreamPtr outStream, Byte *outBuf, size_t *outBufSize, ISeqInStreamPtr inStream, const Byte *inData, size_t inDataSize, int finished, ICompressProgressPtr progress) Lzma2Enc_EncodeMt1() argument 716 Lzma2Enc_Encode2(CLzma2EncHandle p, ISeqOutStreamPtr outStream, Byte *outBuf, size_t *outBufSize, ISeqInStreamPtr inStream, const Byte *inData, size_t inDataSize, ICompressProgressPtr progress) Lzma2Enc_Encode2() argument
|
H A D | Lzma2DecMt.h | 37 SZ_ERROR_PROGRESS - some break from progress callback
63 ICompressProgressPtr progress);
|
H A D | Lzma2Enc.h | 35 SZ_ERROR_PROGRESS - some break from progress callback
53 ICompressProgressPtr progress);
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_ngg.c | 549 bool progress; in remove_culling_shader_outputs() local 551 progress = false; in remove_culling_shader_outputs() 552 NIR_PASS(progress, culling_shader, nir_opt_dead_write_vars); in remove_culling_shader_outputs() 553 NIR_PASS(progress, culling_shader, nir_opt_dce); in remove_culling_shader_outputs() 554 NIR_PASS(progress, culling_shader, nir_opt_dead_cf); in remove_culling_shader_outputs() 555 } while (progress); in remove_culling_shader_outputs() 698 bool progress = false; in cleanup_culling_shader_after_dce() local 746 progress |= remove_compacted_arg(state, &b, 0); in cleanup_culling_shader_after_dce() 748 progress |= remove_compacted_arg(state, &b, 1); in cleanup_culling_shader_after_dce() 751 progress | in cleanup_culling_shader_after_dce() 1535 bool progress; ac_nir_lower_ngg_nogs() local [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 122 "software thus it refuses to progress to preserve data consistency.\n"; 222 struct progress_bar progress; member 354 " -f, --force Force to progress\n" in usage() 355 " -P, --no-progress-bar Don't show progress bar\n" in usage() 493 { "no-progress-bar", no_argument, NULL, 'P' }, in parse_options() 1005 * Create and scale our progress bar. 1019 * Update the progress bar and tell the user. 1061 struct progress_bar progress; in build_allocation_bitmap() local 1062 int pb_flags = 0; /* progress ba in build_allocation_bitmap() 3110 struct progress_bar *progress; global() member 3834 delayed_expand(ntfs_volume *vol, struct DELAYED *delayed, struct progress_bar *progress) delayed_expand() argument 4488 struct progress_bar progress; expand_to_beginning() local [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | khugepaged.c | 2108 int progress = 0; variable 2135 progress++; 2141 progress++; 2146 progress++; 2186 progress += HPAGE_PMD_NR; 2190 if (progress >= pages) 2223 return progress; 2241 unsigned int progress = 0, pass_through_head = 0; in khugepaged_do_scan() local 2249 while (progress < pages) { in khugepaged_do_scan() 2263 progress in khugepaged_do_scan() [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | khugepaged.c | 2332 int progress = 0; variable 2359 progress++; 2369 progress++; in for_each_vma() 2374 progress++; in for_each_vma() 2425 progress += HPAGE_PMD_NR; in for_each_vma() 2435 if (progress >= pages) in for_each_vma() 2469 return progress; 2486 unsigned int progress = 0, pass_through_head = 0; in khugepaged_do_scan() local 2504 progress += khugepaged_scan_mm_slot(pages - progress, in khugepaged_do_scan() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/44x/ |
H A D | ppc44x_simple.c | 82 .progress = udbg_progress, in define_machine()
|
H A D | sam440ep.c | 56 .progress = udbg_progress, in define_machine()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/83xx/ |
H A D | mpc837x_rdb.c | 81 .progress = udbg_progress, in define_machine()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/ |
H A D | p2020.c | 80 .progress = udbg_progress, in define_machine()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/embedded6xx/ |
H A D | gamecube.c | 73 .progress = udbg_progress, in define_machine()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/44x/ |
H A D | sam440ep.c | 53 .progress = udbg_progress, in define_machine()
|
/third_party/curl/tests/unit/ |
H A D | unit1606.c | 66 easy->progress.current_speed = speed; in runawhile()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/ |
H A D | media5200.c | 196 if (ppc_md.progress) in media5200_setup_arch() 197 ppc_md.progress("media5200_setup_arch()", 0); in media5200_setup_arch()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/ |
H A D | media5200.c | 199 if (ppc_md.progress) in media5200_setup_arch() 200 ppc_md.progress("media5200_setup_arch()", 0); in media5200_setup_arch()
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-cd_verbose.c | 21 /* Suppress printing unit attention and `in progress of becoming ready' in ide_cd_log_error() 118 { 0x000011, "Play operation in progress" }, 144 " - in progress [sic] of becoming ready" }, 147 { 0x020404, "Logical unit not ready - format in progress" }, 148 { 0x020407, "Logical unit not ready - operation in progress" }, 149 { 0x020408, "Logical unit not ready - long write in progress" }, 343 int progress = (sense->sks[1] << 8 | sense->sks[2]) * 100; in ide_cd_log_error() local 346 progress / 0xffff); in ide_cd_log_error()
|