/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-fsl-dspi.c | 222 size_t progress; member 833 dspi->progress += num_bytes / DIV_ROUND_UP(xfer->bits_per_word, 8); in dspi_fifo_write() 841 spi_take_timestamp_pre(dspi->ctlr, xfer, dspi->progress, !dspi->irq); in dspi_fifo_write() 851 dspi->progress, !dspi->irq); in dspi_fifo_write() 964 dspi->progress = 0; in dspi_transfer_one_message() 971 dspi->progress, !dspi->irq); in dspi_transfer_one_message()
|
/third_party/curl/lib/ |
H A D | smtp.c | 64 #include "progress.h" 493 saslprogress progress; in smtp_perform_authentication() local 504 result = Curl_sasl_start(&smtpc->sasl, data, FALSE, &progress); in smtp_perform_authentication() 507 if(progress == SASL_INPROGRESS) in smtp_perform_authentication() 1009 saslprogress progress; in smtp_state_auth_resp() local 1013 result = Curl_sasl_continue(&smtpc->sasl, data, smtpcode, &progress); in smtp_state_auth_resp() 1015 switch(progress) { in smtp_state_auth_resp() 1161 /* Set the progress upload size */ in smtp_state_data_resp() 1635 /* Set the progress data */ in smtp_regular_transfer()
|
H A D | imap.c | 60 #include "progress.h" 610 saslprogress progress; in imap_perform_authentication() local 621 result = Curl_sasl_start(&imapc->sasl, data, imapc->ir_supported, &progress); in imap_perform_authentication() 624 if(progress == SASL_INPROGRESS) in imap_perform_authentication() 1010 saslprogress progress; in imap_state_auth_resp() local 1014 result = Curl_sasl_continue(&imapc->sasl, data, imapcode, &progress); in imap_state_auth_resp() 1016 switch(progress) { in imap_state_auth_resp() 1265 /* Set the progress upload size */ in imap_state_append_resp() 1734 /* Set the progress data */ in imap_regular_transfer()
|
H A D | openldap.c | 460 saslprogress progress = SASL_IDLE; in oldap_perform_sasl() local 462 CURLcode result = Curl_sasl_start(&li->sasl, data, TRUE, &progress); in oldap_perform_sasl() 465 if(!result && progress != SASL_INPROGRESS) in oldap_perform_sasl() 674 saslprogress progress; in oldap_state_sasl_resp() local 684 result = Curl_sasl_continue(&li->sasl, data, code, &progress); in oldap_state_sasl_resp() 685 if(!result && progress != SASL_INPROGRESS) in oldap_state_sasl_resp() 937 /* if there was a search in progress, abandon it */ in oldap_done()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection_setup.cpp | 157 bool progress = false; in sanitize_cf_list() local 163 progress |= sanitize_cf_list(impl, &nif->then_list); in sanitize_cf_list() 164 progress |= sanitize_cf_list(impl, &nif->else_list); in sanitize_cf_list() 165 progress |= sanitize_if(impl, nif); in sanitize_cf_list() 170 progress |= sanitize_cf_list(impl, &loop->body); in sanitize_cf_list() 177 return progress; in sanitize_cf_list()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_split_vars.c | 314 bool progress = false; in nir_split_struct_vars() local 335 progress = true; in nir_split_struct_vars() 343 return progress; in nir_split_struct_vars() 915 bool progress = false; in nir_split_array_vars() local 934 progress = true; in nir_split_array_vars() 942 return progress; in nir_split_array_vars() 1681 bool progress = false; in nir_shrink_vec_array_vars() local 1698 progress = true; in nir_shrink_vec_array_vars() 1706 return progress; in nir_shrink_vec_array_vars()
|
H A D | nir_search.c | 908 bool progress = false; in nir_algebraic_impl() local 955 progress |= nir_algebraic_instr(&build, instr, in nir_algebraic_impl() 964 if (progress) { in nir_algebraic_impl() 971 return progress; in nir_algebraic_impl()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline.c | 2789 bool progress = false; in radv_lower_viewport_to_zero() local 2812 progress = true; in radv_lower_viewport_to_zero() 2815 if (progress) in radv_lower_viewport_to_zero() 2819 if (progress) in radv_lower_viewport_to_zero() 2824 return progress; in radv_lower_viewport_to_zero() 2852 bool progress = false; in radv_lower_multiview() local 2893 progress = true; in radv_lower_multiview() 2897 if (nir->info.stage == MESA_SHADER_VERTEX && progress) in radv_lower_multiview() 2901 if (progress) in radv_lower_multiview() 2906 return progress; in radv_lower_multiview() 3006 bool progress = false; radv_link_shaders() local 3149 bool progress = nir_remove_unused_varyings(ordered_shaders[i], ordered_shaders[i - 1]); radv_link_shaders() local 4187 bool progress = false; radv_lower_vs_input() local 4277 bool progress = false; radv_lower_fs_output() local 4818 bool progress = false; radv_create_shaders() local [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_sdma.c | 330 int progress = 0; in qib_sdma_make_progress() local 380 progress = 1; in qib_sdma_make_progress() 382 if (progress) in qib_sdma_make_progress() 384 return progress; in qib_sdma_make_progress()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_sdma.c | 330 int progress = 0; in qib_sdma_make_progress() local 380 progress = 1; in qib_sdma_make_progress() 382 if (progress) in qib_sdma_make_progress() 384 return progress; in qib_sdma_make_progress()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_shader.c | 645 bool progress = nir_shader_instructions_pass(shader, in tu_lower_io() local 654 if (progress) in tu_lower_io() 657 progress |= in tu_lower_io() 662 return progress; in tu_lower_io()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscmp.c | 173 " -P, --no-progress-bar Don't show progress bar\n" in usage() 193 { "no-progress-bar", no_argument, NULL, 'P' }, in parse_options() 902 struct progress_bar progress; in cmp_inodes() local 903 int pb_flags = 0; /* progress bar flags */ in cmp_inodes() 921 progress_init(&progress, 0, nr_mft_records - 1, pb_flags); in cmp_inodes() 922 progress_update(&progress, 0); in cmp_inodes() 950 progress_update(&progress, inode); in cmp_inodes()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 247 bool progress; in vk_device_flush() 249 progress = false; in vk_device_flush() 258 progress = true; in vk_device_flush() 260 } while (progress); in vk_device_flush()
|
/third_party/python/Modules/_sqlite/clinic/ |
H A D | connection.c.h | 528 "Sets progress handler callback."); 798 "backup($self, /, target, *, pages=-1, progress=None, name=\'main\',\n" 810 PyObject *progress, const char *name, 817 static const char * const _keywords[] = {"target", "pages", "progress", "name", "sleep", NULL}; in pysqlite_connection_backup() 823 PyObject *progress = Py_None; in pysqlite_connection_backup() local 849 progress = args[2]; in pysqlite_connection_backup() 883 return_value = pysqlite_connection_backup_impl(self, target, pages, progress, name, sleep); in pysqlite_connection_backup()
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
H A D | zipfolder_output.cpp | 131 ZipUtils::ZipFolder(logFolder, logZipPath, [callback] (int progress, int subprogress) { in Reset()
|
/base/request/request/frameworks/cj/ffi/include/ |
H A D | cj_request_task.h | 78 ExceptionError On(std::string type, std::string &taskId, void (*callback)(CProgress progress));
|
H A D | cj_request_impl.h | 53 static RetError ProgressOn(char *event, std::string taskId, void (*callback)(CProgress progress));
|
/base/update/updateservice/services/engine/include/ |
H A D | progress_thread.h | 25 #include "progress.h" 69 const Progress &progress)>;
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/86xx/ |
H A D | gef_sbc610.c | 182 .progress = udbg_progress, in define_machine()
|
H A D | gef_ppc9a.c | 205 .progress = udbg_progress, in define_machine()
|
H A D | gef_sbc310.c | 192 .progress = udbg_progress, in define_machine()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/8xx/ |
H A D | ep88xc.c | 173 .progress = udbg_progress, in define_machine()
|
H A D | mpc86xads_setup.c | 149 .progress = udbg_progress, in define_machine()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/83xx/ |
H A D | km83xx.c | 188 .progress = udbg_progress, in define_machine()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/embedded6xx/ |
H A D | wii.c | 199 .progress = udbg_progress, in define_machine()
|