Home
last modified time | relevance | path

Searched refs:core (Results 1526 - 1550 of 7009) sorted by relevance

1...<<61626364656667686970>>...281

/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-ucm.h166 pa_core *core);
253 pa_core *core; member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DFontUtils.java23 import com.google.typography.font.sfntly.table.core.CMap;
24 import com.google.typography.font.sfntly.table.core.CMapTable;
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DSubsetter.java23 import com.google.typography.font.sfntly.table.core.CMap;
24 import com.google.typography.font.sfntly.table.core.CMapTable;
/third_party/pulseaudio/src/tests/
H A Dmainloop-test.c31 #include <pulsecore/core-util.h>
32 #include <pulsecore/core-rtclock.h>
/third_party/skia/third_party/externals/freetype/builds/unix/
H A Dinstall.mk100 -$(DELETE) *.orig *~ core *.core $(DISTCLEAN)
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbt-codec-cvsd.c21 #include <pulsecore/core.h>
28 static void *init(bool for_encoding, bool for_backchannel, const uint8_t *config_buffer, uint8_t config_size, pa_sample_spec *sample_spec, pa_core *core) { in init() argument
/third_party/pulseaudio/src/pulsecore/
H A Dmodule.h31 #include <pulsecore/core.h>
39 pa_core *core; member
/third_party/python/Lib/distutils/tests/
H A Dtest_config.py5 from distutils.core import PyPIRCCommand
6 from distutils.core import Distribution
/third_party/rust/crates/cfg-if/src/
H A Dlib.rs93 use core::option::Option as Option2;
120 use core::option::Option as Option3;
/third_party/rust/crates/cxx/src/symbols/
H A Drust_vec.rs7 use core::mem;
8 use core::ptr;
/third_party/rust/crates/peeking_take_while/src/
H A Dlib.rs70 use core::fmt;
99 impl<I: Iterator> PeekableExt<I> for core::iter::Peekable<I> {
119 pub(crate) iter: &'a mut core::iter::Peekable<I>,
/third_party/rust/crates/minimal-lexical/src/
H A Dheapvec.rs9 use core::{cmp, ops};
148 use core::ops::Deref; in eq()
/third_party/rust/crates/nix/src/
H A Dpoll.rs187 let timeout = timeout.as_ref().map_or(core::ptr::null(), |r| r.as_ref()); in ppoll()
188 let sigmask = sigmask.as_ref().map_or(core::ptr::null(), |r| r.as_ref()); in ppoll()
/kernel/linux/linux-5.10/drivers/ps3/
H A Dps3-lpm.c149 return &lpm_priv->sbd->core; in sbd_core()
1176 dev_dbg(&dev->core, " -> %s:%u\n", __func__, __LINE__); in ps3_lpm_probe()
1179 dev_info(&dev->core, "%s:%u: called twice\n", in ps3_lpm_probe()
1194 dev_info(&dev->core, " <- %s:%u:\n", __func__, __LINE__); in ps3_lpm_probe()
1201 dev_dbg(&dev->core, " -> %s:%u:\n", __func__, __LINE__); in ps3_lpm_remove()
1208 dev_info(&dev->core, " <- %s:%u:\n", __func__, __LINE__); in ps3_lpm_remove()
1214 .core.name = "ps3-lpm",
1215 .core.owner = THIS_MODULE,
/kernel/linux/linux-6.6/drivers/ps3/
H A Dps3-lpm.c149 return &lpm_priv->sbd->core; in sbd_core()
1176 dev_dbg(&dev->core, " -> %s:%u\n", __func__, __LINE__); in ps3_lpm_probe()
1179 dev_info(&dev->core, "%s:%u: called twice\n", in ps3_lpm_probe()
1194 dev_info(&dev->core, " <- %s:%u:\n", __func__, __LINE__); in ps3_lpm_probe()
1201 dev_dbg(&dev->core, " -> %s:%u:\n", __func__, __LINE__); in ps3_lpm_remove()
1208 dev_info(&dev->core, " <- %s:%u:\n", __func__, __LINE__); in ps3_lpm_remove()
1213 .core.name = "ps3-lpm",
1214 .core.owner = THIS_MODULE,
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_drm.c110 dri2_get_shifts_and_sizes(dri2_dpy->core, config, shifts, sizes); in dri2_drm_config_is_compatible()
112 dri2_get_render_type_float(dri2_dpy->core, config, &is_float); in dri2_drm_config_is_compatible()
211 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable); in dri2_drm_destroy_surface()
429 dri2_dpy->core->swapBuffers(dri2_surf->dri_drawable); in dri2_drm_swap_buffers()
627 dri2_get_shifts_and_sizes(dri2_dpy->core, config, shifts, sizes); in drm_add_configs_for_visuals()
629 dri2_get_render_type_float(dri2_dpy->core, config, &is_float); in drm_add_configs_for_visuals()
749 dri2_dpy->core = dri2_dpy->gbm_dri->core; in dri2_initialize_drm()
/third_party/rust/crates/proc-macro2/src/
H A Dfallback.rs9 use core::cell::RefCell;
11 use core::cmp;
12 use core::fmt::{self, Debug, Display, Write};
13 use core::mem::ManuallyDrop;
14 use core::ops::RangeBounds;
15 use core::ptr;
16 use core::str::FromStr;
1063 use core::ops::Bound; in subspan()
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsyscalls.rs22 use core::convert::TryInto;
23 use core::mem::MaybeUninit;
167 let mut addrlen = core::mem::size_of::<sockaddr>() as socklen_t;
182 let mut addrlen = core::mem::size_of::<sockaddr>() as socklen_t;
207 let mut addrlen = core::mem::size_of::<sockaddr>() as socklen_t;
223 let mut addrlen = core::mem::size_of::<sockaddr>() as socklen_t;
471 let mut addrlen = core::mem::size_of::<sockaddr>() as socklen_t;
515 let mut addrlen = core::mem::size_of::<sockaddr>() as socklen_t;
530 let mut addrlen = core::mem::size_of::<sockaddr>() as socklen_t;
552 let mut addrlen = core
[all...]
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dtopology.c568 offsetof(struct sof_ipc_pipe_new, core), 0},
735 offsetof(struct sof_ipc_comp, core), 0},
1314 /* Static DSP core power management so far, should be extended in the future */
1315 static int sof_core_enable(struct snd_sof_dev *sdev, int core) in sof_core_enable() argument
1322 .enable_mask = sdev->enabled_cores_mask | BIT(core), in sof_core_enable()
1326 if (sdev->enabled_cores_mask & BIT(core)) in sof_core_enable()
1329 /* power up the core if it is host managed */ in sof_core_enable()
1330 ret = snd_sof_dsp_core_power_up(sdev, BIT(core)); in sof_core_enable()
1332 dev_err(sdev->dev, "error: %d powering up core %d\n", in sof_core_enable()
1333 ret, core); in sof_core_enable()
[all...]
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c22 - handle audio device stream format changes (will require changes to the core)
37 #include <pulsecore/core-util.h>
173 * Once we're able to propagate such events up in the core, this needs to be changed. */ in ca_stream_format_changed()
296 audio_chunk.memblock = pa_memblock_new_fixed(u->module->core->mempool, buf->mData, buf->mDataByteSize, false); in sink_process_msg()
334 audio_chunk.memblock = pa_memblock_new_fixed(u->module->core->mempool, buf->mData, buf->mDataByteSize, true); in source_process_msg()
492 sink = pa_sink_new(m->core, &new_data, flags); in ca_device_create_sink()
626 source = pa_source_new(m->core, &new_data, flags); in ca_device_create_source()
721 pa_assert(u->module->core); in thread_func()
725 if (u->module->core->realtime_scheduling) in thread_func()
726 pa_thread_make_realtime(u->module->core in thread_func()
[all...]
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs135 use core::convert::TryInto;
142 use core::mem::size_of;
143 use core::mem::MaybeUninit;
145 use core::ptr::null;
152 use core::ptr::null_mut;
527 let _ = core::mem::transmute::<Timestamps, [c::timespec; 2]>(times.clone());
563 let _ = core::mem::transmute::<Timestamps, [c::timespec; 2]>(times.clone());
1083 let _ = core::mem::transmute::<Timestamps, [c::timespec; 2]>(times.clone());
1108 let _ = core::mem::transmute::<Timestamps, [c::timespec; 2]>(times.clone());
1374 let mut result: Stat = unsafe { core in statx_to_stat()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dintel-pt.c1038 if (intel_pt_get_config(pt, &evsel->core.attr, NULL) && in intel_pt_exclude_kernel()
1039 !evsel->core.attr.exclude_kernel) in intel_pt_exclude_kernel()
1054 if (intel_pt_get_config(pt, &evsel->core.attr, &config) && in intel_pt_return_compression()
1067 if (intel_pt_get_config(pt, &evsel->core.attr, &config) && in intel_pt_branch_enable()
1081 if (intel_pt_get_config(pt, &evsel->core.attr, &config) && in intel_pt_disabled_tnt()
1101 if (intel_pt_get_config(pt, &evsel->core.attr, &config)) in intel_pt_mtc_period()
1117 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) in intel_pt_timeless_decoding()
1119 if (intel_pt_get_config(pt, &evsel->core.attr, &config)) { in intel_pt_timeless_decoding()
1134 if (intel_pt_get_config(pt, &evsel->core.attr, NULL) && in intel_pt_tracing_kernel()
1135 !evsel->core in intel_pt_tracing_kernel()
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-simulator-sve2-aarch64.cc191 ASSERT_EQUAL_64(expected_hashes[core.GetSVELaneCount(kQRegSize) - 1], x0); in TEST_SVE()
335 ASSERT_EQUAL_64(expected_hashes[core.GetSVELaneCount(kQRegSize) - 1], x0); in TEST_SVE()
479 ASSERT_EQUAL_64(expected_hashes[core.GetSVELaneCount(kQRegSize) - 1], x0); in TEST_SVE()
623 ASSERT_EQUAL_64(expected_hashes[core.GetSVELaneCount(kQRegSize) - 1], x0); in TEST_SVE()
867 ASSERT_EQUAL_64(expected_hashes[core.GetSVELaneCount(kQRegSize) - 1], x0); in TEST_SVE()
1111 ASSERT_EQUAL_64(expected_hashes[core.GetSVELaneCount(kQRegSize) - 1], x0); in TEST_SVE()
1255 ASSERT_EQUAL_64(expected_hashes[core.GetSVELaneCount(kQRegSize) - 1], x0); in TEST_SVE()
1399 ASSERT_EQUAL_64(expected_hashes[core.GetSVELaneCount(kQRegSize) - 1], x0); in TEST_SVE()
1543 ASSERT_EQUAL_64(expected_hashes[core.GetSVELaneCount(kQRegSize) - 1], x0); in TEST_SVE()
1715 ASSERT_EQUAL_64(expected_hashes[core in TEST_SVE()
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Djson.cpp17 #include <core/json/json.h>
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Djson.cpp17 #include <core/json/json.h>

Completed in 29 milliseconds

1...<<61626364656667686970>>...281