Home
last modified time | relevance | path

Searched refs:core (Results 101 - 125 of 1331) sorted by relevance

12345678910>>...54

/third_party/vixl/test/aarch32/
H A Dtest-utils-aarch32.h184 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,
/third_party/pulseaudio/src/modules/
H A Dmodule-device-manager.c37 #include <pulsecore/core-error.h>
39 #include <pulsecore/core-util.h>
42 #include <pulsecore/core-subscribe.h>
100 pa_core *core; member
162 u->core->mainloop->time_free(u->save_time_event); in save_time_callback()
182 u->save_time_event = pa_core_rttime_new(u->core, pa_rtclock_now() + SAVE_INTERVAL, save_time_callback, u); in trigger_save()
367 if (PA_INVALID_INDEX != u->preferred_sinks[role_index] && (s = pa_idxset_get_by_index(u->core->sinks, u->preferred_sinks[role_index]))) in dump_database_helper()
373 if (PA_INVALID_INDEX != u->preferred_sources[role_index] && (s = pa_idxset_get_by_index(u->core->sources, u->preferred_sources[role_index]))) in dump_database_helper()
603 PA_IDXSET_FOREACH(sink, u->core->sinks, idx) { in update_highest_priority_device_indexes()
617 PA_IDXSET_FOREACH(source, u->core in update_highest_priority_device_indexes()
[all...]
H A Dreserve-wrap.c28 #include <pulsecore/core-error.h>
29 #include <pulsecore/core-util.h>
43 pa_core *core; member
54 pa_core *core; member
77 pa_assert_se(pa_shared_remove(r->core, r->shared_name) >= 0); in reserve_wrapper_free()
130 r->core = c; in pa_reserve_wrapper_get()
219 pa_assert_se(pa_shared_remove(w->core, w->shared_name) >= 0); in reserve_monitor_wrapper_free()
273 w->core = c; in pa_reserve_monitor_wrapper_get()
H A Dmodule-udev-detect.c33 #include <pulsecore/core-error.h>
34 #include <pulsecore/core-util.h>
63 pa_core *core; member
342 err = pa_module_load(&m, u->core, "module-alsa-card", d->args); in verify_access()
367 if ((card = pa_namereg_get(u->core, d->card_name, PA_NAMEREG_CARD))) { in verify_access()
452 pa_module_unload_request_by_index(u->core, d->module, true); in remove_card()
687 pa_assert_se(u->inotify_io = u->core->mainloop->io_new(u->core->mainloop, u->inotify_fd, PA_IO_EVENT_INPUT, inotify_cb, u)); in setup_inotify()
698 bool use_tsched = true, fixed_latency_range = false, ignore_dB = false, deferred_volume = m->core->deferred_volume; in pa__init()
710 u->core in pa__init()
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.h354 const VkPhysicalDeviceVulkan11Features *core);
356 const VkPhysicalDeviceVulkan12Features *core);
358 const VkPhysicalDeviceVulkan13Features *core);
361 const VkPhysicalDeviceVulkan11Properties *core);
363 const VkPhysicalDeviceVulkan12Properties *core);
365 const VkPhysicalDeviceVulkan13Properties *core);
H A Dvk_device.c537 #define CORE_FEATURE(feature) features->feature = core->feature
541 const VkPhysicalDeviceVulkan11Features *core) in vk_get_physical_device_core_1_1_feature_ext()
588 copy_vk_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_1_feature_ext()
598 const VkPhysicalDeviceVulkan12Features *core) in vk_get_physical_device_core_1_2_feature_ext()
708 copy_vk_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_2_feature_ext()
718 const VkPhysicalDeviceVulkan13Features *core) in vk_get_physical_device_core_1_3_feature_ext()
802 copy_vk_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_3_feature_ext()
540 vk_get_physical_device_core_1_1_feature_ext(struct VkBaseOutStructure *ext, const VkPhysicalDeviceVulkan11Features *core) vk_get_physical_device_core_1_1_feature_ext() argument
597 vk_get_physical_device_core_1_2_feature_ext(struct VkBaseOutStructure *ext, const VkPhysicalDeviceVulkan12Features *core) vk_get_physical_device_core_1_2_feature_ext() argument
717 vk_get_physical_device_core_1_3_feature_ext(struct VkBaseOutStructure *ext, const VkPhysicalDeviceVulkan13Features *core) vk_get_physical_device_core_1_3_feature_ext() argument
818 vk_get_physical_device_core_1_1_property_ext(struct VkBaseOutStructure *ext, const VkPhysicalDeviceVulkan11Properties *core) vk_get_physical_device_core_1_1_property_ext() argument
880 vk_get_physical_device_core_1_2_property_ext(struct VkBaseOutStructure *ext, const VkPhysicalDeviceVulkan12Properties *core) vk_get_physical_device_core_1_2_property_ext() argument
975 vk_get_physical_device_core_1_3_property_ext(struct VkBaseOutStructure *ext, const VkPhysicalDeviceVulkan13Properties *core) vk_get_physical_device_core_1_3_property_ext() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcNoDefaultContextPackage.cpp91 gl30Group->addChild(new glcts::NoErrorTests(getTestContext(), glu::ApiType::core(3, 0))); in init()
95 gl40Group->addChild(new glcts::MultipleContextsTests(getTestContext(), glu::ApiType::core(4, 0))); in init()
99 gl43Group->addChild(new glcts::RobustBufferAccessBehaviorTests(getTestContext(), glu::ApiType::core(4, 3))); in init()
100 gl43Group->addChild(new glcts::KHRDebugTests(getTestContext(), glu::ApiType::core(4, 3))); in init()
104 gl45Group->addChild(new glcts::RobustnessTests(getTestContext(), glu::ApiType::core(4, 5))); in init()
105 gl45Group->addChild(new glcts::ContextFlagsTests(getTestContext(), glu::ApiType::core(4, 5))); in init()
H A DglcSpirvUtils.cpp51 bool is_at_least_gl_46 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 6))); in checkGlSpirvSupported()
273 spvtools::SpirvTools core(SPV_ENV_OPENGL_4_5); in spirvAssemble()
275 core.SetMessageConsumer(consumer); in spirvAssemble()
277 if (!core.Assemble(src, &dst)) in spirvAssemble()
283 spvtools::SpirvTools core(SPV_ENV_OPENGL_4_5); in spirvDisassemble()
285 core.SetMessageConsumer(consumer); in spirvDisassemble()
287 if (!core.Disassemble(src, &dst)) in spirvDisassemble()
293 spvtools::SpirvTools core(SPV_ENV_OPENGL_4_5); in spirvValidate()
296 core.SetMessageConsumer(consumer); in spirvValidate()
298 if (!core in spirvValidate()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/wasm/
H A Dspirv-tools.cpp31 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in dis()
32 core.SetMessageConsumer(print_msg_to_stderr); in dis()
38 if (!core.Disassemble(spirv, &disassembly, options)) return "Error"; in dis()
43 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in as()
44 core.SetMessageConsumer(print_msg_to_stderr); in as()
47 if (!core.Assemble(source, &spirv, options)) spirv.clear(); in as()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/wasm/
H A Dspirv-tools.cpp31 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in dis()
32 core.SetMessageConsumer(print_msg_to_stderr); in dis()
38 if (!core.Disassemble(spirv, &disassembly, options)) return "Error"; in dis()
43 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in as()
44 core.SetMessageConsumer(print_msg_to_stderr); in as()
47 if (!core.Assemble(source, &spirv, options)) spirv.clear(); in as()
/third_party/rust/crates/rustix/src/path/
H A Ddec_int.rs12 use core::fmt;
13 use core::fmt::Write;
75 unsafe { core::str::from_utf8_unchecked(self.as_bytes()) } in as_str()
98 impl core::fmt::Write for DecIntWriter {
100 fn write_str(&mut self, s: &str) -> core::fmt::Result { in write_str()
107 None => Err(core::fmt::Error), in write_str()
/third_party/rust/crates/rustc-hash/src/
H A Dlib.rs31 use core::convert::TryInto;
32 use core::default::Default;
34 use core::hash::BuildHasherDefault;
35 use core::hash::Hasher;
36 use core::mem::size_of;
37 use core::ops::BitXor;
/third_party/spirv-tools/source/wasm/
H A Dspirv-tools.cpp31 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in dis()
32 core.SetMessageConsumer(print_msg_to_stderr); in dis()
38 if (!core.Disassemble(spirv, &disassembly, options)) return "Error"; in dis()
43 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in as()
44 core.SetMessageConsumer(print_msg_to_stderr); in as()
47 if (!core.Assemble(source, &spirv, options)) spirv.clear(); in as()
/third_party/pulseaudio/src/modules/dbus/
H A Diface-client.c27 #include <pulsecore/core-util.h>
36 pa_dbusiface_core *core; member
170 owner_module = pa_dbusiface_core_get_module_path(c->core, c->client->module); in handle_get_owner_module()
193 playback_streams[i++] = pa_dbusiface_core_get_playback_stream_path(c->core, sink_input); in get_playback_streams()
232 record_streams[i++] = pa_dbusiface_core_get_record_stream_path(c->core, source_output); in get_record_streams()
281 owner_module = pa_dbusiface_core_get_module_path(c->core, c->client->module); in handle_get_all()
386 pa_hook_fire(&c->client->core->hooks[PA_CORE_HOOK_CLIENT_PROPLIST_CHANGED], c->client); in handle_remove_properties()
387 pa_subscription_post(c->client->core, PA_SUBSCRIPTION_EVENT_CLIENT|PA_SUBSCRIPTION_EVENT_CHANGE, c->client->index); in handle_remove_properties()
422 pa_dbusiface_client *pa_dbusiface_client_new(pa_dbusiface_core *core, pa_client *client) { in pa_dbusiface_client_new() argument
425 pa_assert(core); in pa_dbusiface_client_new()
[all...]
H A Diface-card.c26 #include <pulsecore/core-util.h>
52 pa_dbusiface_core *core; member
186 owner_module = pa_dbusiface_core_get_module_path(c->core, c->card->module); in handle_get_owner_module()
209 sinks[i] = pa_dbusiface_core_get_sink_path(c->core, sink); in get_sinks()
250 sources[i] = pa_dbusiface_core_get_source_path(c->core, source); in get_sources()
391 owner_module = pa_dbusiface_core_get_module_path(c->core, c->card->module); in handle_get_all()
495 pa_core *core = hook_data; in card_profile_added_cb() local
505 p = pa_dbusiface_card_profile_new(c, core, profile, c->next_profile_index++); in card_profile_added_cb()
555 pa_dbusiface_card *pa_dbusiface_card_new(pa_dbusiface_core *core, pa_card *card) { in pa_dbusiface_card_new() argument
560 pa_assert(core); in pa_dbusiface_card_new()
[all...]
/third_party/rust/crates/cxx/src/
H A Dresult.rs7 use core::fmt::Display;
8 use core::ptr::{self, NonNull};
9 use core::result::Result as StdResult;
10 use core::slice;
11 use core::str;
H A Dcxx_string.rs7 use core::cmp::Ordering;
8 use core::fmt::{self, Debug, Display};
9 use core::hash::{Hash, Hasher};
10 use core::marker::{PhantomData, PhantomPinned};
11 use core::mem::MaybeUninit;
12 use core::pin::Pin;
13 use core::slice;
14 use core::str::{self, Utf8Error};
/third_party/ffmpeg/tests/fate/
H A Ddca.mak68 FATE_DCA-$(call PCM, MPEGTS, DCA, DTS_DEMUXER ARESAMPLE_FILTER) += fate-dca-core
69 fate-dca-core: CMD = pcm -i $(TARGET_SAMPLES)/dts/dts.ts
70 fate-dca-core: CMP = oneoff
71 fate-dca-core: REF = $(SAMPLES)/dts/dts.pcm
81 FATE_DCA-$(call DEMMUX, DTS, DTS, DCA_CORE_BSF MD5_PROTOCOL) += fate-dca-core-bsf
82 fate-dca-core-bsf: CMD = md5pipe -i $(TARGET_SAMPLES)/dts/master_audio_7.1_24bit.dts -c:a copy -bsf:a dca_core -fflags +bitexact -f dts
83 fate-dca-core-bsf: CMP = oneline
84 fate-dca-core-bsf: REF = ca22b00d8c641cd168e2f7ca8d2f340e
/third_party/rust/crates/once_cell/src/
H A Drace.rs25 use core::sync::atomic;
28 use core::cell::UnsafeCell;
29 use core::marker::PhantomData;
30 use core::num::NonZeroUsize;
186 impl<'a, T> core::fmt::Debug for OnceRef<'a, T> {
187 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in fmt()
258 /// core::mem::swap(&mut l, &mut r);
273 use core::{marker::PhantomData, ptr};
283 impl<T> core
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/runner/
H A DglcTestRunner.cpp209 else if (apiType == glu::ApiType::core(3, 0)) in getApiName()
211 else if (apiType == glu::ApiType::core(3, 1)) in getApiName()
213 else if (apiType == glu::ApiType::core(3, 2)) in getApiName()
215 else if (apiType == glu::ApiType::core(3, 3)) in getApiName()
217 else if (apiType == glu::ApiType::core(4, 0)) in getApiName()
219 else if (apiType == glu::ApiType::core(4, 1)) in getApiName()
221 else if (apiType == glu::ApiType::core(4, 2)) in getApiName()
223 else if (apiType == glu::ApiType::core(4, 3)) in getApiName()
225 else if (apiType == glu::ApiType::core(4, 4)) in getApiName()
227 else if (apiType == glu::ApiType::core( in getApiName()
[all...]
/third_party/ltp/testcases/network/busy_poll/
H A Dbusy_poll01.sh10 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 DtestBuild28 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
/third_party/ffmpeg/libavcodec/
H A Ddcadec.c185 // Parse backward compatible core sub-stream in dcadec_decode_frame()
189 if ((ret = ff_dca_core_parse(&s->core, input, input_size)) < 0) in dcadec_decode_frame()
195 frame_size = FFALIGN(s->core.frame_size, 4); in dcadec_decode_frame()
241 // Parse core extensions in EXSS or backward compatible core sub-stream in dcadec_decode_frame()
243 && (ret = ff_dca_core_parse_exss(&s->core, input, asset)) < 0) in dcadec_decode_frame()
256 if (s->xll.chset[0].freq == 96000 && s->core.sample_rate == 48000) in dcadec_decode_frame()
259 if ((ret = ff_dca_core_filter_fixed(&s->core, x96_synth)) < 0) in dcadec_decode_frame()
262 // Force lossy downmixed output on the first core frame filtered. in dcadec_decode_frame()
276 // Fall back to core unles in dcadec_decode_frame()
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluetooth-policy.c28 #include <pulsecore/core.h>
32 #include <pulsecore/core-util.h>
394 static void handle_all_profiles(pa_core *core) { in handle_all_profiles() argument
398 PA_IDXSET_FOREACH(card, core->cards, state) { in handle_all_profiles()
403 profile_available_hook_callback(core, profile, NULL); in handle_all_profiles()
453 u->source_put_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SOURCE_PUT], PA_HOOK_NORMAL, in pa__init()
456 u->sink_put_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_PUT], PA_HOOK_NORMAL, in pa__init()
460 u->source_output_put_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SOURCE_OUTPUT_PUT], PA_HOOK_NORMAL, in pa__init()
463 u->source_output_unlink_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SOURCE_OUTPUT_UNLINK_POST], PA_HOOK_NORMAL, in pa__init()
466 u->card_init_profile_slot = pa_hook_connect(&m->core in pa__init()
[all...]
/third_party/rust/crates/rustix/src/
H A Dio_uring.rs24 use core::ffi::c_void;
25 use core::ptr::null_mut;
658 let mut s = ::core::mem::MaybeUninit::<Self>::uninit(); in default()
661 ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); in default()
667 impl core::fmt::Debug for io_uring_user_data {
668 fn fmt(&self, fmt: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in fmt()
929 let mut s = ::core::mem::MaybeUninit::<Self>::uninit(); in default()
932 ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); in default()
941 let mut s = ::core in default()
[all...]

Completed in 15 milliseconds

12345678910>>...54