Searched refs:core (Results 926 - 950 of 7072) sorted by relevance
1...<<31323334353637383940>>...283
/third_party/rust/crates/rustix/src/backend/libc/ |
H A D | weak.rs | 30 use core::ffi::c_void; 31 use core::ptr::null_mut; 32 use core::sync::atomic::{self, AtomicPtr, Ordering}; 33 use core::{marker, mem};
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/ |
H A D | physical_camera_component.h | 21 #include <core/ecs/component_struct_macros.h> 22 #include <core/ecs/intf_component_manager.h>
|
H A D | name_component.h | 22 #include <core/ecs/component_struct_macros.h> 23 #include <core/ecs/intf_component_manager.h>
|
H A D | local_matrix_component.h | 23 #include <core/ecs/component_struct_macros.h> 24 #include <core/ecs/intf_component_manager.h>
|
H A D | render_mesh_batch_component.h | 21 #include <core/ecs/component_struct_macros.h> 22 #include <core/ecs/intf_component_manager.h>
|
H A D | world_matrix_component.h | 22 #include <core/ecs/component_struct_macros.h> 23 #include <core/ecs/intf_component_manager.h>
|
H A D | skin_ibm_component.h | 23 #include <core/ecs/component_struct_macros.h> 24 #include <core/ecs/intf_component_manager.h>
|
H A D | uri_component.h | 22 #include <core/ecs/component_struct_macros.h> 23 #include <core/ecs/intf_component_manager.h>
|
/foundation/graphic/graphic_3d/lume/LumeDotfield/api/dotfield/ecs/systems/ |
H A D | dotfield_system.h | 19 #include <core/ecs/intf_system.h> 20 #include <core/property/property_types.h>
|
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ |
H A D | engine_info.h | 23 #include <core/namespace.h> 24 #include <core/os/platform_create_info.h>
|
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/ |
H A D | intf_plugin_decl.h | 19 #include <core/namespace.h> 20 #include <core/plugin/intf_plugin.h>
|
/kernel/linux/linux-5.10/drivers/dma/dw-edma/ |
H A D | Makefile | 5 dw-edma-objs := dw-edma-core.o \ 6 dw-edma-v0-core.o $(dw-edma-y)
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | Makefile | 9 dvb-core-objs := dvbdev.o dmxdev.o dvb_demux.o \ 13 obj-$(CONFIG_DVB_CORE) += dvb-core.o
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | dac907d.c | 22 #include "core.h" 29 dac907d_ctrl(struct nv50_core *core, int or, u32 ctrl, in dac907d_ctrl() argument 32 struct nvif_push *push = core->chan.push; in dac907d_ctrl()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | sec2.h | 5 #include <core/engine.h> 6 #include <core/falcon.h>
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_env.h | 7 int mlxsw_env_module_temp_thresholds_get(struct mlxsw_core *core, int module, 20 int mlxsw_env_init(struct mlxsw_core *core, struct mlxsw_env **p_env);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | dac907d.c | 22 #include "core.h" 29 dac907d_ctrl(struct nv50_core *core, int or, u32 ctrl, in dac907d_ctrl() argument 32 struct nvif_push *push = core->chan.push; in dac907d_ctrl()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | nvdec.h | 5 #include <core/engine.h> 6 #include <core/falcon.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | gsp.h | 4 #include <core/subdev.h> 5 #include <core/falcon.h>
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | Makefile | 9 dvb-core-objs := dvbdev.o dmxdev.o dvb_demux.o \ 13 obj-$(CONFIG_DVB_CORE) += dvb-core.o
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | cli-text.h | 23 #include <pulsecore/core.h> 30 char *pa_sink_list_to_string(pa_core *core);
|
H A D | protocol-cli.h | 23 #include <pulsecore/core.h> 30 pa_cli_protocol* pa_cli_protocol_get(pa_core *core);
|
H A D | cli.h | 24 #include <pulsecore/core.h> 32 pa_cli* pa_cli_new(pa_core *core, pa_iochannel *io, pa_module *m);
|
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-stream.h | 33 #include "iface-core.h" 39 pa_dbusiface_stream *pa_dbusiface_stream_new_playback(pa_dbusiface_core *core, pa_sink_input *sink_input); 40 pa_dbusiface_stream *pa_dbusiface_stream_new_record(pa_dbusiface_core *core, pa_source_output *source_output);
|
/third_party/pulseaudio/src/modules/ |
H A D | module-rescue-streams.c | 26 #include <pulsecore/core.h> 29 #include <pulsecore/core-util.h>
|
Completed in 8 milliseconds
1...<<31323334353637383940>>...283