/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jcapimin.c | 65 cinfo->progress = NULL; in jpeg_CreateCompress() 178 if (cinfo->progress != NULL) { in jpeg_finish_compress() 179 cinfo->progress->pass_counter = (long)iMCU_row; in jpeg_finish_compress() 180 cinfo->progress->pass_limit = (long)cinfo->total_iMCU_rows; in jpeg_finish_compress() 181 (*cinfo->progress->progress_monitor) ((j_common_ptr)cinfo); in jpeg_finish_compress()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | browser.c | 19 int progress; member 40 if (ctx->progress == 100) { in browser_update_title() 47 snprintf(buf, sizeof(buf), "[%d%%] %s", ctx->progress, in browser_update_title() 56 ctx->progress = 100 * webkit_web_view_get_progress(view); in view_cb_notify_progress() 57 wpa_printf(MSG_DEBUG, "BROWSER:%s progress=%d", __func__, in view_cb_notify_progress() 58 ctx->progress); in view_cb_notify_progress() 180 g_signal_connect(G_OBJECT(view), "notify::progress", in hs20_web_browser()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/86xx/ |
H A D | mpc86xx_hpcn.c | 60 if (ppc_md.progress) in mpc86xx_hpcn_setup_arch() 61 ppc_md.progress("mpc86xx_hpcn_setup_arch()", 0); in mpc86xx_hpcn_setup_arch() 130 .progress = udbg_progress, in define_machine()
|
H A D | mvme7100.c | 45 if (ppc_md.progress) in mvme7100_setup_arch() 46 ppc_md.progress("mvme7100_setup_arch()", 0); in mvme7100_setup_arch() 111 .progress = udbg_progress, in define_machine()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/ |
H A D | p1022_rdk.c | 112 if (ppc_md.progress) in p1022_rdk_setup_arch() 113 ppc_md.progress("p1022_rdk_setup_arch()", 0); in p1022_rdk_setup_arch() 150 .progress = udbg_progress, in define_machine()
|
H A D | p1023_rdb.c | 44 if (ppc_md.progress) in mpc85xx_rdb_setup_arch() 45 ppc_md.progress("p1023_rdb_setup_arch()", 0); in mpc85xx_rdb_setup_arch() 110 .progress = udbg_progress, in define_machine()
|
H A D | stx_gp3.c | 59 if (ppc_md.progress) in stx_gp3_setup_arch() 60 ppc_md.progress("stx_gp3_setup_arch()", 0); in stx_gp3_setup_arch() 103 .progress = udbg_progress, in define_machine()
|
H A D | tqm85xx.c | 58 if (ppc_md.progress) in tqm85xx_setup_arch() 59 ppc_md.progress("tqm85xx_setup_arch()", 0); in tqm85xx_setup_arch() 132 .progress = udbg_progress, in define_machine()
|
H A D | twr_p102x.c | 48 if (ppc_md.progress) in twr_p1025_setup_arch() 49 ppc_md.progress("twr_p1025_setup_arch()", 0); in twr_p1025_setup_arch() 121 .progress = udbg_progress, in define_machine()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/ |
H A D | p1022_rdk.c | 113 if (ppc_md.progress) in p1022_rdk_setup_arch() 114 ppc_md.progress("p1022_rdk_setup_arch()", 0); in p1022_rdk_setup_arch() 142 .progress = udbg_progress, in define_machine()
|
H A D | p1023_rdb.c | 43 if (ppc_md.progress) in p1023_rdb_setup_arch() 44 ppc_md.progress("p1023_rdb_setup_arch()", 0); in p1023_rdb_setup_arch() 102 .progress = udbg_progress, in define_machine()
|
H A D | tqm85xx.c | 57 if (ppc_md.progress) in tqm85xx_setup_arch() 58 ppc_md.progress("tqm85xx_setup_arch()", 0); in tqm85xx_setup_arch() 130 .progress = udbg_progress, in define_machine()
|
H A D | twr_p102x.c | 49 if (ppc_md.progress) in twr_p1025_setup_arch() 50 ppc_md.progress("twr_p1025_setup_arch()", 0); in twr_p1025_setup_arch() 116 .progress = udbg_progress, in define_machine()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/86xx/ |
H A D | mvme7100.c | 45 if (ppc_md.progress) in mvme7100_setup_arch() 46 ppc_md.progress("mvme7100_setup_arch()", 0); in mvme7100_setup_arch() 110 .progress = udbg_progress, in define_machine()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_remove_unreachable.c | 112 bool progress = false; in ir3_remove_unreachable() local 117 progress = true; in ir3_remove_unreachable() 121 return progress; in ir3_remove_unreachable()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_opt_small_immediates.c | 38 bool progress = false; in vir_opt_small_immediates() local 102 progress = true; in vir_opt_small_immediates() 107 return progress; in vir_opt_small_immediates()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_lower_images.c | 112 bool progress = false; in gl_nir_lower_images() local 128 progress = true; in gl_nir_lower_images() 135 return progress; in gl_nir_lower_images()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_fb_read.c | 78 bool progress = false; in nir_lower_fb_read() local 111 progress = true; in nir_lower_fb_read() 120 return progress; in nir_lower_fb_read()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_opt_vpm.c | 44 bool progress = false; in qir_opt_vpm() 112 progress = true; in qir_opt_vpm() 118 return progress; in qir_opt_vpm()
|
H A D | vc4_opt_coalesce_ff_writes.c | 41 bool progress = false; in qir_opt_coalesce_ff_writes() 107 progress = true; in qir_opt_coalesce_ff_writes() 110 return progress; in qir_opt_coalesce_ff_writes()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_lower_input_attachments.c | 86 bool progress = false; in lvp_lower_input_attachments() local 102 progress |= try_lower_input_load(function->impl, load, in lvp_lower_input_attachments() 108 return progress; in lvp_lower_input_attachments()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_opt_constant_fold.c | 90 bool progress = false; in bi_opt_constant_fold() local 101 progress = true; in bi_opt_constant_fold() 104 return progress; in bi_opt_constant_fold()
|
/third_party/lzma/C/ |
H A D | LzmaEnc.h | 53 SZ_ERROR_PROGRESS - some break from progress callback
70 ICompressProgressPtr progress, ISzAllocPtr alloc, ISzAllocPtr allocBig);
72 int writeEndMark, ICompressProgressPtr progress, ISzAllocPtr alloc, ISzAllocPtr allocBig);
79 ICompressProgressPtr progress, ISzAllocPtr alloc, ISzAllocPtr allocBig);
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_lower_regioning.cpp | 598 bool progress = false; in lower_instruction() local 601 progress |= lower_dst_modifiers(v, block, inst); in lower_instruction() 604 progress |= lower_dst_region(v, block, inst); in lower_instruction() 608 progress |= lower_src_modifiers(v, block, inst, i); in lower_instruction() 611 progress |= lower_src_region(v, block, inst, i); in lower_instruction() 615 progress |= lower_exec_type(v, block, inst); in lower_instruction() 617 return progress; in lower_instruction() 624 bool progress = false; in lower_regioning() local 627 progress |= lower_instruction(this, block, inst); in lower_regioning() 629 if (progress) in lower_regioning() [all...] |
/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | test262.py | 509 def PrintSummary(self, progress, logfile): 518 count = progress.count 519 succeeded = progress.succeeded 520 failed = progress.failed 522 if progress.failed == 0: 527 positive = [c for c in progress.failed_tests if not c.case.IsNegative()] 528 negative = [c for c in progress.failed_tests if c.case.IsNegative()] 540 def PrintFailureOutput(self, progress, logfile): 541 for result in progress.failed_tests: 553 progress [all...] |