Home
last modified time | relevance | path

Searched refs:progress (Results 476 - 500 of 746) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/curl/lib/
H A Dpop3.c62 #include "progress.h"
548 saslprogress progress = SASL_IDLE; in pop3_perform_authentication() local
559 result = Curl_sasl_start(&pop3c->sasl, data, FALSE, &progress); in pop3_perform_authentication()
562 if(progress == SASL_INPROGRESS) in pop3_perform_authentication()
566 if(!result && progress == SASL_IDLE) { in pop3_perform_authentication()
815 saslprogress progress; in pop3_state_auth_resp() local
819 result = Curl_sasl_continue(&pop3c->sasl, data, pop3code, &progress); in pop3_state_auth_resp()
821 switch(progress) { in pop3_state_auth_resp()
1325 /* Set the progress data */ in pop3_regular_transfer()
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp130 ICompressProgressInfo *progress) in Decode()
140 progress); in Decode()
426 void Init(IArchiveOpenCallback *progress);
798 // , ICompressProgressInfo *progress in DecodeBlock()
1290 CMyComPtr<ICompressProgressInfo> progress = lps; in UpdateItems() local
1292 RINOK(encoder->Code(fileInStream, outStream, NULL, NULL, progress)) in UpdateItems()
1320 CMyComPtr<ICompressProgressInfo> progress = lps; in UpdateItems() local
1323 return NCompress::CopyStream(_stream, outStream, progress); in UpdateItems()
127 Decode(NCompress::NXz::CDecoder &decoder, ISequentialInStream *seqInStream, ISequentialOutStream *outStream, ICompressProgressInfo *progress) Decode() argument
/third_party/mesa3d/src/util/
H A Dregister_allocate.c719 bool progress = true; in ra_simplify() local
746 while (progress) { in ra_simplify()
750 progress = false; in ra_simplify()
763 * stack. This also means that we're guaranteed to make progress in ra_simplify()
777 progress = true; in ra_simplify()
780 } else if (!progress) { in ra_simplify()
805 if (!progress && min_q_total != UINT_MAX) { in ra_simplify()
810 progress = true; in ra_simplify()
1048 * in us making progress. in ra_get_best_spill_node()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dsetup.c492 ppc_md.progress("H_SET_MODE LE exception fail", 0); in pseries_little_endian_exceptions()
891 ppc_md.progress("Linux ppc64\n", 0); in pSeries_init_panel()
893 ppc_md.progress("Linux ppc64le\n", 0); in pSeries_init_panel()
895 ppc_md.progress(init_utsname()->version, 0); in pSeries_init_panel()
1150 .progress = rtas_progress, in define_machine()
/kernel/linux/linux-5.10/fs/btrfs/
H A Ddev-replace.c850 * Read progress of device replace status according to the state and last
1066 u64 progress; in btrfs_dev_replace_kthread() local
1069 progress = btrfs_dev_replace_progress(fs_info); in btrfs_dev_replace_kthread()
1070 progress = div_u64(progress, 10); in btrfs_dev_replace_kthread()
1076 (unsigned int)progress); in btrfs_dev_replace_kthread()
/third_party/mesa3d/src/amd/common/
H A Dac_debug.c685 int progress = 0; in ac_vm_fault_occured()
750 switch (progress) { in ac_vm_fault_occured()
753 progress = 1; in ac_vm_fault_occured()
765 progress = 0; in ac_vm_fault_occured()
768 progress = 0; in ac_vm_fault_occured()
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_algebraic.cpp53 this->progress = false; in ir_algebraic_visitor()
81 bool progress; member in __anon7201::ir_algebraic_visitor
244 this->progress = true; in reassociate_operands()
1044 this->progress = true; in handle_rvalue()
1055 return v.progress; in do_algebraic()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c146 "uncleanly. Please boot Windows or use the --force option to progress.\n";
370 " -q, --quiet Do not display any progress bars\n" in usage()
371 " -f, --force Force to progress (DANGEROUS)\n" in usage()
946 struct progress_bar progress; local
960 progress_init(&progress, p_counter, nr_clusters, 100);
980 progress_update(&progress, ++p_counter);
990 progress_update(&progress, ++p_counter);
1000 struct progress_bar *progress, u64 *p_counter)
1014 progress_update(progress, ++(*p_counter));
1025 struct progress_bar progress; local
999 write_empty_clusters(s32 csize, s64 count, struct progress_bar *progress, u64 *p_counter) global() argument
1966 struct progress_bar progress; global() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c473 if (ppc_md.progress) in p1022_ds_setup_arch()
474 ppc_md.progress("p1022_ds_setup_arch()", 0); in p1022_ds_setup_arch()
570 .progress = udbg_progress, in define_machine()
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c474 if (ppc_md.progress) in p1022_ds_setup_arch()
475 ppc_md.progress("p1022_ds_setup_arch()", 0); in p1022_ds_setup_arch()
562 .progress = udbg_progress, in define_machine()
/kernel/linux/linux-5.10/fs/
H A Dpnode.c444 bool progress = false; in __propagate_umount() local
468 progress = true; in __propagate_umount()
478 return progress; in __propagate_umount()
585 /* Check the child and parents while progress is made */ in propagate_umount()
/kernel/linux/linux-6.6/fs/
H A Dpnode.c482 bool progress = false; in __propagate_umount() local
506 progress = true; in __propagate_umount()
516 return progress; in __propagate_umount()
623 /* Check the child and parents while progress is made */ in propagate_umount()
/third_party/lzma/CPP/7zip/Common/
H A DFilterCoder.cpp89 const UInt64 * /* inSize */, const UInt64 *outSize, ICompressProgressInfo *progress)) in Code()
269 if (progress && (nowPos64 - prev) >= (1 << 22)) in Code()
272 RINOK(progress->SetRatioInfo(&nowPos64, &nowPos64)) in Code()
88 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_ycbcr_textures.c304 bool progress = false; in radv_nir_lower_ycbcr_textures() local
328 progress |= function_progress; in radv_nir_lower_ycbcr_textures()
331 return progress; in radv_nir_lower_ycbcr_textures()
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dprogress.py297 progress = (self._passed + self._failed) * 100 // self._total
299 progress = 0
302 'progress': progress,
327 "\033[34m%%%(progress) 4d\033[0m|"
352 'status_line': ("[%(mins)02i:%(secs)02i|%%%(progress) 4d|"
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_ray_queries.c291 * processing. If the HW make any progress, it will write back some in lower_ray_query_intrinsic()
292 * data and as a side effect, clear the "done" bit. If no progress is in lower_ray_query_intrinsic()
541 bool progress = state.n_queries > 0; in brw_nir_lower_ray_queries() local
543 if (progress) { in brw_nir_lower_ray_queries()
559 return progress; in brw_nir_lower_ray_queries()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcjpeg.c242 fprintf(stderr, " -report Report compression progress\n"); in usage()
561 struct cdjpeg_progress_mgr progress; in cjpeg() local
690 start_progress_monitor((j_common_ptr)&cinfo, &progress); in cjpeg()
691 progress.report = report; in cjpeg()
H A Djcmaster.c518 /* Set up progress monitor's pass info if present */ in prepare_for_pass()
519 if (cinfo->progress != NULL) { in prepare_for_pass()
520 cinfo->progress->completed_passes = master->pass_number; in prepare_for_pass()
521 cinfo->progress->total_passes = master->total_passes; in prepare_for_pass()
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieAnimation.java46 private float mProgress; // animation progress in the range of 0.0f to 1.0f
265 public void setProgress(float progress) { in setProgress() argument
268 mProgress = progress; in setProgress()
475 boolean wideColorGamut, float progress, in nDrawFrame()
474 nDrawFrame(long nativeProxy, int width, int height, boolean wideColorGamut, float progress, int backgroundColor, boolean forceDraw) nDrawFrame() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c1496 bool progress; in vc4_optimize_nir() local
1503 progress = false; in vc4_optimize_nir()
1506 NIR_PASS(progress, s, nir_lower_alu_to_scalar, NULL, NULL); in vc4_optimize_nir()
1507 NIR_PASS(progress, s, nir_lower_phis_to_scalar, false); in vc4_optimize_nir()
1508 NIR_PASS(progress, s, nir_copy_prop); in vc4_optimize_nir()
1509 NIR_PASS(progress, s, nir_opt_remove_phis); in vc4_optimize_nir()
1510 NIR_PASS(progress, s, nir_opt_dce); in vc4_optimize_nir()
1511 NIR_PASS(progress, s, nir_opt_dead_cf); in vc4_optimize_nir()
1512 NIR_PASS(progress, s, nir_opt_cse); in vc4_optimize_nir()
1513 NIR_PASS(progress, in vc4_optimize_nir()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/8xx/
H A Dadder875.c111 .progress = udbg_progress, in define_machine()
/kernel/linux/linux-5.10/arch/powerpc/platforms/44x/
H A Diss4xx.c157 .progress = udbg_progress, in define_machine()
/kernel/linux/linux-5.10/arch/powerpc/platforms/83xx/
H A Dmpc832x_mds.c109 .progress = udbg_progress, in define_machine()
H A Dmpc837x_mds.c101 .progress = udbg_progress, in define_machine()
H A Dmpc834x_mds.c99 .progress = udbg_progress, in define_machine()

Completed in 26 milliseconds

1...<<11121314151617181920>>...30