/third_party/rust/crates/cxx/src/ |
H A D | cxx_vector.rs | 7 use core::ffi::c_void; 8 use core::fmt::{self, Debug}; 9 use core::iter::FusedIterator; 10 use core::marker::{PhantomData, PhantomPinned}; 11 use core::mem::{self, ManuallyDrop, MaybeUninit}; 12 use core::pin::Pin; 13 use core::slice;
|
/third_party/pulseaudio/src/modules/ |
H A D | module-always-source.c | 27 #include <pulsecore/core.h> 28 #include <pulsecore/core-util.h> 102 /* There's no point in doing anything if the core is shut down anyway */ in put_hook_callback() 140 /* There's no point in doing anything if the core is shut down anyway */ in unlink_hook_callback() 162 pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SOURCE_PUT], PA_HOOK_LATE, (pa_hook_cb_t) put_hook_callback, u); in pa__init() 163 pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SOURCE_UNLINK], PA_HOOK_EARLY, (pa_hook_cb_t) unlink_hook_callback, u); in pa__init() 169 load_null_source_if_needed(m->core, NULL, u); in pa__init() 182 if (u->null_module != PA_INVALID_INDEX && m->core->state != PA_CORE_SHUTDOWN) in pa__done() 183 pa_module_unload_request_by_index(m->core, u->null_module, true); in pa__done()
|
H A D | module-always-sink.c | 26 #include <pulsecore/core.h> 27 #include <pulsecore/core-util.h> 102 /* There's no point in doing anything if the core is shut down anyway */ in put_hook_callback() 140 /* There's no point in doing anything if the core is shut down anyway */ in unlink_hook_callback() 162 pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_PUT], PA_HOOK_LATE, (pa_hook_cb_t) put_hook_callback, u); in pa__init() 163 pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_EARLY, (pa_hook_cb_t) unlink_hook_callback, u); in pa__init() 169 load_null_sink_if_needed(m->core, NULL, u); in pa__init() 182 if (u->null_module != PA_INVALID_INDEX && m->core->state != PA_CORE_SHUTDOWN) in pa__done() 183 pa_module_unload_request_by_index(m->core, u->null_module, true); in pa__done()
|
H A D | ohos_module-protocol-stub.c | 35 #include <pulsecore/core-error.h> 40 #include <pulsecore/core-util.h> 235 u->simple_protocol = pa_simple_protocol_get(m->core); in pa__init() 238 if (pa_simple_options_parse(u->simple_options, m->core, ma) < 0) in pa__init() 242 u->cli_protocol = pa_cli_protocol_get(m->core); in pa__init() 244 u->http_protocol = pa_http_protocol_get(m->core); in pa__init() 246 u->native_protocol = pa_native_protocol_get(m->core); in pa__init() 249 if (pa_native_options_parse(u->native_options, m->core, ma) < 0) in pa__init() 253 u->esound_protocol = pa_esound_protocol_get(m->core); in pa__init() 256 if (pa_esound_options_parse(u->esound_options, m->core, m in pa__init() [all...] |
H A D | module-protocol-stub.c | 35 #include <pulsecore/core-error.h> 40 #include <pulsecore/core-util.h> 235 u->simple_protocol = pa_simple_protocol_get(m->core); in pa__init() 238 if (pa_simple_options_parse(u->simple_options, m->core, ma) < 0) in pa__init() 242 u->cli_protocol = pa_cli_protocol_get(m->core); in pa__init() 244 u->http_protocol = pa_http_protocol_get(m->core); in pa__init() 246 u->native_protocol = pa_native_protocol_get(m->core); in pa__init() 249 if (pa_native_options_parse(u->native_options, m->core, ma) < 0) in pa__init() 253 u->esound_protocol = pa_esound_protocol_get(m->core); in pa__init() 256 if (pa_esound_options_parse(u->esound_options, m->core, m in pa__init() [all...] |
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluez5-discover.c | 24 #include <pulsecore/core.h> 25 #include <pulsecore/core-util.h> 60 pa_core *core; member 97 pa_module_load(&m, u->module->core, "module-bluez5-device", args); in device_connection_changed_cb() 186 u->core = m->core; in pa__init() 192 if (!(u->discovery = pa_bluetooth_discovery_get(u->core, headset_backend, enable_native_hsp_hs, enable_native_hfp_hf, enable_msbc))) in pa__init()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | cli.c | 29 #include <pulsecore/core-util.h> 45 pa_core *core; member 63 pa_cli* pa_cli_new(pa_core *core, pa_iochannel *io, pa_module *m) { in pa_cli_new() argument 77 client = pa_client_new(core, &data); in pa_cli_new() 84 c->core = core; in pa_cli_new() 153 pa_cli_command_execute_line(c->core, s, buf, &c->fail); in line_callback()
|
/third_party/vixl/test/aarch32/ |
H A D | test-utils-aarch32.h | 184 bool Equal32(uint32_t expected, const RegisterDump* core, const Register& reg); 185 bool Equal32(uint32_t expected, const RegisterDump* core, uint32_t result); 187 const RegisterDump* core, 190 const RegisterDump* core, 194 const RegisterDump* core, 196 bool EqualFP32(float expected, const RegisterDump* core, const SRegister& dreg); 198 const RegisterDump* core,
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ |
H A D | engine.cpp | 33 #include <core/ecs/intf_ecs.h> 34 #include <core/engine_info.h> 35 #include <core/implementation_uids.h> 36 #include <core/intf_engine.h> 37 #include <core/io/intf_file_manager.h> 38 #include <core/io/intf_filesystem_api.h> 39 #include <core/log.h> 40 #include <core/namespace.h> 41 #include <core/os/intf_platform.h> 42 #include <core/plugi [all...] |
/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/ |
H A D | system_graph_loader.cpp | 34 #include <core/ecs/entity.h> 35 #include <core/ecs/intf_ecs.h> 36 #include <core/ecs/intf_system.h> 37 #include <core/ecs/intf_system_graph_loader.h> 38 #include <core/io/intf_file.h> 39 #include <core/io/intf_file_manager.h> 40 #include <core/log.h> 41 #include <core/namespace.h> 42 #include <core/plugin/intf_plugin.h> 43 #include <core/plugi [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evlist.h | 52 struct perf_evlist core; member 80 int pos; /* index at evlist core object to check signals */ 252 return list_empty(&evlist->core.entries); in perf_evlist__empty() 257 struct perf_evsel *evsel = perf_evlist__first(&evlist->core); in evlist__first() 259 return container_of(evsel, struct evsel, core); in evlist__first() 264 struct perf_evsel *evsel = perf_evlist__last(&evlist->core); in evlist__last() 266 return container_of(evsel, struct evsel, core); in evlist__last() 282 list_for_each_entry(evsel, list, core.node) 290 __evlist__for_each_entry(&(evlist)->core.entries, evsel) 298 list_for_each_entry_continue(evsel, list, core [all...] |
H A D | perf_api_probe.c | 32 fd = sys_perf_event_open(&evsel->core.attr, pid, cpu, -1, flags); in perf_do_probe_api() 46 fd = sys_perf_event_open(&evsel->core.attr, pid, cpu, -1, flags); in perf_do_probe_api() 83 evsel->core.attr.sample_type |= PERF_SAMPLE_IDENTIFIER; in perf_probe_sample_identifier() 88 evsel->core.attr.comm_exec = 1; in perf_probe_comm_exec() 93 evsel->core.attr.context_switch = 1; in perf_probe_context_switch() 98 evsel->core.attr.text_poke = 1; in perf_probe_text_poke()
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | octeon-wdt-main.c | 132 unsigned int core = cpu2core(cpu); in octeon_wdt_poke_irq() local 138 cvmx_write_csr_node(node, CVMX_CIU_PP_POKEX(core), 1); in octeon_wdt_poke_irq() 147 cvmx_write_csr_node(node, CVMX_CIU_PP_POKEX(core), 1); in octeon_wdt_poke_irq() 324 unsigned int core; in octeon_wdt_cpu_pre_down() local 328 core = cpu2core(cpu); in octeon_wdt_cpu_pre_down() 333 cvmx_write_csr_node(node, CVMX_CIU_PP_POKEX(core), 1); in octeon_wdt_cpu_pre_down() 337 cvmx_write_csr_node(node, CVMX_CIU_WDOGX(core), ciu_wdog.u64); in octeon_wdt_cpu_pre_down() 345 unsigned int core; in octeon_wdt_cpu_online() local 352 core = cpu2core(cpu); in octeon_wdt_cpu_online() 355 octeon_wdt_bootvector[core] in octeon_wdt_cpu_online() [all...] |
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | octeon-wdt-main.c | 133 unsigned int core = cpu2core(cpu); in octeon_wdt_poke_irq() local 139 cvmx_write_csr_node(node, CVMX_CIU_PP_POKEX(core), 1); in octeon_wdt_poke_irq() 148 cvmx_write_csr_node(node, CVMX_CIU_PP_POKEX(core), 1); in octeon_wdt_poke_irq() 327 unsigned int core; in octeon_wdt_cpu_pre_down() local 331 core = cpu2core(cpu); in octeon_wdt_cpu_pre_down() 336 cvmx_write_csr_node(node, CVMX_CIU_PP_POKEX(core), 1); in octeon_wdt_cpu_pre_down() 340 cvmx_write_csr_node(node, CVMX_CIU_WDOGX(core), ciu_wdog.u64); in octeon_wdt_cpu_pre_down() 348 unsigned int core; in octeon_wdt_cpu_online() local 355 core = cpu2core(cpu); in octeon_wdt_cpu_online() 358 octeon_wdt_bootvector[core] in octeon_wdt_cpu_online() [all...] |
/third_party/pulseaudio/src/modules/jack/ |
H A D | module-jack-sink.c | 39 #include <pulsecore/core-util.h> 78 pa_core *core; member 167 pa_asyncmsgq_post(u->thread_mq.outq, PA_MSGOBJECT(u->core), PA_CORE_MESSAGE_UNLOAD_MODULE, u->module, 0, NULL, NULL); in sink_process_msg() 231 if (u->core->realtime_scheduling) in thread_func() 232 pa_thread_make_realtime(u->core->realtime_priority); in thread_func() 252 pa_asyncmsgq_post(u->thread_mq.outq, PA_MSGOBJECT(u->core), PA_CORE_MESSAGE_UNLOAD_MODULE, u->module, 0, NULL, NULL); in thread_func() 274 if (u->core->realtime_scheduling) in jack_init() 275 pa_thread_make_realtime(u->core->realtime_priority+4); in jack_init() 330 u->core = m->core; in pa__init() [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rslistenedcanvas_fuzzer/ |
H A D | rslistenedcanvas_fuzzer.cpp | 23 #include <include/core/SkDrawable.h> 24 #include <include/core/SkPath.h> 25 #include <include/core/SkPicture.h> 26 #include <include/core/SkRegion.h>
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsoverdrawcontroller_fuzzer/ |
H A D | rsoverdrawcontroller_fuzzer.cpp | 22 #include <include/core/SkDrawable.h> 23 #include <include/core/SkPath.h> 24 #include <include/core/SkPicture.h> 25 #include <include/core/SkRegion.h>
|
/third_party/ltp/testcases/network/busy_poll/ |
H A D | busy_poll01.sh | 10 sysctl -q -w net.core.busy_read=$busy_read_old 12 sysctl -q -w net.core.busy_poll=$busy_poll_old 14 tst_rhost_run -c "sysctl -q -w net.core.busy_read=$rbusy_read_old" 16 tst_rhost_run -c "sysctl -q -w net.core.busy_poll=$rbusy_poll_old" 22 tst_set_sysctl net.core.busy_read $value safe 23 tst_set_sysctl net.core.busy_poll $value safe 30 busy_read_old="$(sysctl -n net.core.busy_read)" 31 busy_poll_old="$(sysctl -n net.core.busy_poll)" 33 rbusy_read_old=$(tst_rhost_run -c 'sysctl -ne net.core.busy_read') 34 rbusy_poll_old=$(tst_rhost_run -c 'sysctl -ne net.core [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | testBuild | 28 build_spec core "core" 29 build_spec core-1.0 "core -version 1.0" 31 build_spec hic "core -extension VK_EXT_host_image_copy" 32 build_spec hic-1.0 "core -extension VK_EXT_host_image_copy -version 1.0" 34 build_spec copy2-1.0 "core -version 1.0 -extension VK_KHR_copy_commands2" 51 for build in core core-1.0 hic hic-1.0 copy2-1.0 all all-1.0; do
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/ |
H A D | platform_windows.cpp | 21 #include <core/io/intf_file_manager.h> 22 #include <core/log.h> 23 #include <core/namespace.h> 24 #include <core/os/intf_platform.h> 25 #include <core/os/platform_create_info.h> 26 #include <core/plugin/intf_plugin_register.h>
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_hwdep.c | 12 #include <sound/core.h> 44 if (verb < codec->core.start_nid || in get_wcap_ioctl() 45 verb >= codec->core.start_nid + codec->core.num_nodes) { in get_wcap_ioctl() 48 verb -= codec->core.start_nid; in get_wcap_ioctl() 49 verb = array_index_nospec(verb, codec->core.num_nodes); in get_wcap_ioctl()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | openat-syscall-tp-fields.c | 65 perf_thread_map__set_pid(evlist->core.threads, 0, getpid()); in test__syscall_openat_tp_fields() 91 for (i = 0; i < evlist->core.nr_mmaps; i++) { in test__syscall_openat_tp_fields() 96 if (perf_mmap__read_init(&md->core) < 0) in test__syscall_openat_tp_fields() 99 while ((event = perf_mmap__read_event(&md->core)) != NULL) { in test__syscall_openat_tp_fields() 107 perf_mmap__consume(&md->core); in test__syscall_openat_tp_fields() 127 perf_mmap__read_done(&md->core); in test__syscall_openat_tp_fields()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | openat-syscall-tp-fields.c | 67 perf_thread_map__set_pid(evlist->core.threads, 0, getpid()); in test__syscall_openat_tp_fields() 93 for (i = 0; i < evlist->core.nr_mmaps; i++) { in test__syscall_openat_tp_fields() 98 if (perf_mmap__read_init(&md->core) < 0) in test__syscall_openat_tp_fields() 101 while ((event = perf_mmap__read_event(&md->core)) != NULL) { in test__syscall_openat_tp_fields() 109 perf_mmap__consume(&md->core); in test__syscall_openat_tp_fields() 129 perf_mmap__read_done(&md->core); in test__syscall_openat_tp_fields()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | rps_default_mask.sh | 10 readonly INITIAL_RPS_DEFAULT_MASK=$(cat /proc/sys/net/core/rps_default_mask) 21 echo $INITIAL_RPS_DEFAULT_MASK > /proc/sys/net/core/rps_default_mask 50 echo 0 > /proc/sys/net/core/rps_default_mask 55 echo 1 > /proc/sys/net/core/rps_default_mask 59 echo 3 > /proc/sys/net/core/rps_default_mask 73 ip netns exec $NETNS sysctl -qw net.core.rps_default_mask=1
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_hwdep.c | 12 #include <sound/core.h> 44 if (verb < codec->core.start_nid || in get_wcap_ioctl() 45 verb >= codec->core.start_nid + codec->core.num_nodes) { in get_wcap_ioctl() 48 verb -= codec->core.start_nid; in get_wcap_ioctl() 49 verb = array_index_nospec(verb, codec->core.num_nodes); in get_wcap_ioctl()
|