/third_party/pulseaudio/src/pulsecore/ |
H A D | x11wrap.h | 26 #include <pulsecore/core.h> 35 /* Return the X11 wrapper for this core. In case no wrapper was
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | a2dp-codec-api.h | 23 #include <pulsecore/core.h>
|
/third_party/pulseaudio/ohosbuild/src/pulsecore/ |
H A D | ltdl_stub.c | 18 #include <pulsecore/core-util.h>
|
/third_party/rust/crates/memchr/src/memmem/prefilter/x86/ |
H A D | sse.rs | 1 use core::arch::x86_64::__m128i;
|
H A D | avx.rs | 1 use core::arch::x86_64::__m256i;
|
/third_party/rust/crates/memchr/src/memmem/prefilter/ |
H A D | wasm.rs | 1 use core::arch::wasm32::v128;
|
/third_party/rust/crates/minimal-lexical/src/ |
H A D | fpu.rs | 4 //! This is adapted from the implementation in the Rust core library, 5 //! the original implementation can be [here](https://github.com/rust-lang/rust/blob/master/library/core/src/num/dec2flt/fpu.rs). 21 use core::mem::size_of;
|
/third_party/rust/crates/serde/test_suite/no_std/src/ |
H A D | main.rs | 15 fn panic(_info: &core::panic::PanicInfo) -> ! { in panic()
|
/third_party/rust/crates/rustix/src/net/ |
H A D | wsa.rs | 2 use core::mem::MaybeUninit;
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | detection.rs | 1 use core::sync::atomic::{AtomicUsize, Ordering};
|
H A D | location.rs | 1 use core::cmp::Ordering;
|
H A D | lib.rs | 164 use core::cmp::Ordering; 165 use core::fmt::{self, Debug, Display}; 166 use core::hash::{Hash, Hasher}; 167 use core::ops::RangeBounds; 168 use core::str::FromStr; 1284 use core::fmt::{self, Debug};
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | auxtrace.c | 80 evsel->core.nr_members <= 1))) in perf_evlist__regroup() 94 if (leader->core.nr_members < 1) in perf_evlist__regroup() 95 leader->core.nr_members = 1; in perf_evlist__regroup() 96 leader->core.nr_members += 1; in perf_evlist__regroup() 184 mp->cpu = evlist->core.cpus->map[idx]; in auxtrace_mmap_params__set_idx() 185 if (evlist->core.threads) in auxtrace_mmap_params__set_idx() 186 mp->tid = perf_thread_map__pid(evlist->core.threads, 0); in auxtrace_mmap_params__set_idx() 191 mp->tid = perf_thread_map__pid(evlist->core.threads, idx); in auxtrace_mmap_params__set_idx() 654 if (evsel->core.attr.type == itr->pmu->type) { in auxtrace_record__read_finish() 682 sz = evsel->core in auxtrace_validate_aux_sample_size() [all...] |
H A D | cs-etm.c | 644 return evsel->core.attr.type == aux->pmu_type; in cs_etm__evsel_is_auxtrace() 1297 if (evsel->core.attr.type == etm->pmu_type) { in cs_etm__synth_events() 1311 attr.sample_type = evsel->core.attr.sample_type & PERF_SAMPLE_MASK; in cs_etm__synth_events() 1319 attr.exclude_user = evsel->core.attr.exclude_user; in cs_etm__synth_events() 1320 attr.exclude_kernel = evsel->core.attr.exclude_kernel; in cs_etm__synth_events() 1321 attr.exclude_hv = evsel->core.attr.exclude_hv; in cs_etm__synth_events() 1322 attr.exclude_host = evsel->core.attr.exclude_host; in cs_etm__synth_events() 1323 attr.exclude_guest = evsel->core.attr.exclude_guest; in cs_etm__synth_events() 1324 attr.sample_id_all = evsel->core.attr.sample_id_all; in cs_etm__synth_events() 1325 attr.read_format = evsel->core in cs_etm__synth_events() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | synthetic-events.c | 1831 nr += evsel->core.ids; in __perf_event__synthesize_id_index() 1856 for (j = 0; j < evsel->core.ids; j++, i++) { in __perf_event__synthesize_id_index() 1873 e->id = evsel->core.id[j]; in __perf_event__synthesize_id_index() 1979 ev = event_update_event__new(size + 1, PERF_EVENT_UPDATE__UNIT, evsel->core.id[0]); in perf_event__synthesize_event_update_unit() 1996 ev = event_update_event__new(sizeof(*ev_data), PERF_EVENT_UPDATE__SCALE, evsel->core.id[0]); in perf_event__synthesize_event_update_scale() 2013 ev = event_update_event__new(len + 1, PERF_EVENT_UPDATE__NAME, evsel->core.id[0]); in perf_event__synthesize_event_update_name() 2026 struct synthesize_cpu_map_data syn_data = { .map = evsel->core.own_cpus }; in perf_event__synthesize_event_update_cpus() 2038 ev->id = evsel->core.id[0]; in perf_event__synthesize_event_update_cpus() 2053 err = perf_event__synthesize_attr(tool, &evsel->core.attr, evsel->core in perf_event__synthesize_attrs() [all...] |
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_hdmi.c | 25 #include <sound/core.h> 753 ca = snd_hdac_channel_allocation(&codec->core, in hdmi_setup_audio_infoframe() 759 chmap->ops.set_channel_count(&codec->core, per_pin->cvt_nid, in hdmi_setup_audio_infoframe() 1723 snd_hdac_sync_audio_rate(&codec->core, per_pin->pin_nid, in silent_stream_enable() 1779 eld->eld_size = snd_hdac_acomp_get_eld(&codec->core, per_pin->pin_nid, in sync_eld_via_acomp() 1986 nodes = snd_hda_get_sub_nodes(codec, codec->core.afg, &start_nid); in hdmi_parse_codec() 2101 snd_hdac_sync_audio_rate(&codec->core, per_pin->pin_nid, in generic_hdmi_playback_pcm_prepare() 2110 stripe = snd_hdac_get_stream_stripe_ctl(&codec->bus->core, in generic_hdmi_playback_pcm_prepare() 2487 snd_hdac_acomp_exit(&codec->bus->core); in generic_hdmi_free() 2489 snd_hdac_acomp_register_notifier(&codec->bus->core, NUL in generic_hdmi_free() [all...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_hdmi.c | 25 #include <sound/core.h> 764 ca = snd_hdac_channel_allocation(&codec->core, in hdmi_setup_audio_infoframe() 770 chmap->ops.set_channel_count(&codec->core, per_pin->cvt_nid, in hdmi_setup_audio_infoframe() 1667 snd_hdac_sync_audio_rate(&codec->core, per_pin->pin_nid, in silent_stream_enable_i915() 1829 eld->eld_size = snd_hdac_acomp_get_eld(&codec->core, per_pin->pin_nid, in sync_eld_via_acomp() 2012 nodes = snd_hda_get_sub_nodes(codec, codec->core.afg, &start_nid); in hdmi_parse_codec() 2125 snd_hdac_sync_audio_rate(&codec->core, per_pin->pin_nid, in generic_hdmi_playback_pcm_prepare() 2134 stripe = snd_hdac_get_stream_stripe_ctl(&codec->bus->core, in generic_hdmi_playback_pcm_prepare() 2495 snd_hdac_acomp_exit(&codec->bus->core); in generic_hdmi_free() 2497 snd_hdac_acomp_register_notifier(&codec->bus->core, NUL in generic_hdmi_free() [all...] |
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | unwind.c | 120 } core, init; member 161 if ((pc >= table->core.pc in find_table() 162 && pc < table->core.pc + table->core.range) in find_table() 193 table->core.pc = (unsigned long)core_start; in init_unwind_table() 194 table->core.range = core_size; in init_unwind_table() 394 module->name, table->core.pc, table->core.range); in unwind_add_table()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | unwind.c | 120 } core, init; member 161 if ((pc >= table->core.pc in find_table() 162 && pc < table->core.pc + table->core.range) in find_table() 190 table->core.pc = (unsigned long)core_start; in init_unwind_table() 191 table->core.range = core_size; in init_unwind_table() 392 module->name, table->core.pc, table->core.range); in unwind_add_table()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | cxusb.c | 318 dev_info(&d->udev->dev, "preventing DVB core from setting power OFF while we are in analog mode\n"); in cxusb_power_ctrl() 710 * make sure that DVB core won't put to sleep (reset, really) in cxusb_fmd1216me_tuner_attach() 1017 for (i = 0; adap->dev->props.rc.core.rc_codes && i < 5; i++) { in cxusb_dualdig4_frontend_attach() 1025 adap->dev->props.rc.core.rc_codes = NULL; in cxusb_dualdig4_frontend_attach() 1851 .rc.core = { 1910 .rc.core = { 1977 .rc.core = { 2036 .rc.core = { 2091 .rc.core = { 2145 .rc.core [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | cxusb.c | 318 dev_info(&d->udev->dev, "preventing DVB core from setting power OFF while we are in analog mode\n"); in cxusb_power_ctrl() 710 * make sure that DVB core won't put to sleep (reset, really) in cxusb_fmd1216me_tuner_attach() 1017 for (i = 0; adap->dev->props.rc.core.rc_codes && i < 5; i++) { in cxusb_dualdig4_frontend_attach() 1025 adap->dev->props.rc.core.rc_codes = NULL; in cxusb_dualdig4_frontend_attach() 1809 .rc.core = { 1868 .rc.core = { 1935 .rc.core = { 1994 .rc.core = { 2049 .rc.core = { 2103 .rc.core [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_fid.c | 431 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sfmr), sfmr_pl); in mlxsw_sp_fid_op() 458 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sfmr), sfmr_pl); in mlxsw_sp_fid_edit_op() 475 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(svfa), svfa_pl); in mlxsw_sp_fid_vni_to_fid_map() 507 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(svfa), svfa_pl); in mlxsw_sp_fid_vid_to_fid_map() 534 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(svfa), svfa_pl); in mlxsw_sp_fid_port_vid_to_fid_rif_update_one() 635 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(reiv), reiv_pl); in mlxsw_sp_fid_reiv_handle() 654 num_port_pages = mlxsw_core_max_ports(mlxsw_sp->core) / in mlxsw_sp_fid_erif_eport_to_vid_map() 754 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(svfa), svfa_pl); in __mlxsw_sp_fid_port_vid_map() 914 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(smpe), smpe_pl); in mlxsw_sp_fid_mpe_table_map() 935 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_RE in mlxsw_sp_fid_erif_eport_to_vid_map_one() [all...] |
/kernel/linux/linux-5.10/arch/hexagon/ |
H A D | Makefile | 38 core-y += arch/hexagon/kernel/ \
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | module.h | 18 struct mod_plt_sec core; member
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | module.h | 42 struct mod_plt_sec core; member
|