Home
last modified time | relevance | path

Searched defs:core (Results 1 – 25 of 179) sorted by relevance

12345678

/third_party/pulseaudio/src/modules/
Dmodule-filter-heuristics.c46 pa_core *core; member
88 static pa_hook_result_t sink_input_put_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_put_cb()
96 static pa_hook_result_t sink_input_move_finish_cb(pa_core *core, pa_sink_input *i, struct userdata … in sink_input_move_finish_cb()
108 static pa_hook_result_t source_output_put_cb(pa_core *core, pa_source_output *i, struct userdata *u… in source_output_put_cb()
116 static pa_hook_result_t source_output_move_finish_cb(pa_core *core, pa_source_output *i, struct use… in source_output_move_finish_cb()
Dstream-interaction.c46 pa_core *core; member
304 static pa_hook_result_t sink_input_put_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_put_cb()
311 static pa_hook_result_t sink_input_unlink_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_unlink_cb()
317 static pa_hook_result_t sink_input_move_start_cb(pa_core *core, pa_sink_input *i, struct userdata *… in sink_input_move_start_cb()
324 static pa_hook_result_t sink_input_move_finish_cb(pa_core *core, pa_sink_input *i, struct userdata … in sink_input_move_finish_cb()
331 static pa_hook_result_t sink_input_state_changed_cb(pa_core *core, pa_sink_input *i, struct userdat… in sink_input_state_changed_cb()
341 static pa_hook_result_t sink_input_mute_changed_cb(pa_core *core, pa_sink_input *i, struct userdata… in sink_input_mute_changed_cb()
351 static pa_hook_result_t sink_input_proplist_changed_cb(pa_core *core, pa_sink_input *i, struct user… in sink_input_proplist_changed_cb()
361 static pa_hook_result_t source_output_put_cb(pa_core *core, pa_source_output *o, struct userdata *u… in source_output_put_cb()
368 static pa_hook_result_t source_output_unlink_cb(pa_core *core, pa_source_output *o, struct userdata… in source_output_unlink_cb()
[all …]
Dmodule-allow-passthrough.c163 static pa_hook_result_t sink_input_new_cb(pa_core *core, pa_sink_input_new_data *new_data, struct u… in sink_input_new_cb()
228 static pa_hook_result_t sink_input_removed(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_removed()
237 static pa_hook_result_t sink_input_unlink_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_unlink_cb()
241 static pa_hook_result_t sink_input_move_start_cb(pa_core *core, pa_sink_input *i, struct userdata *… in sink_input_move_start_cb()
248 static pa_hook_result_t sink_input_move_finish_cb(pa_core *core, pa_sink_input *i, struct userdata … in sink_input_move_finish_cb()
Dmodule-filter-apply.c68 pa_core *core; member
634 static pa_hook_result_t sink_input_put_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_put_cb()
641 static pa_hook_result_t sink_input_move_finish_cb(pa_core *core, pa_sink_input *i, struct userdata … in sink_input_move_finish_cb()
654 static pa_hook_result_t sink_input_proplist_cb(pa_core *core, pa_sink_input *i, struct userdata *u)… in sink_input_proplist_cb()
666 static pa_hook_result_t sink_input_unlink_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_unlink_cb()
680 static pa_hook_result_t sink_unlink_cb(pa_core *core, pa_sink *sink, struct userdata *u) { in sink_unlink_cb()
715 static pa_hook_result_t source_output_put_cb(pa_core *core, pa_source_output *o, struct userdata *u… in source_output_put_cb()
722 static pa_hook_result_t source_output_move_finish_cb(pa_core *core, pa_source_output *o, struct use… in source_output_move_finish_cb()
735 static pa_hook_result_t source_output_proplist_cb(pa_core *core, pa_source_output *o, struct userda… in source_output_proplist_cb()
747 static pa_hook_result_t source_output_unlink_cb(pa_core *core, pa_source_output *o, struct userdata… in source_output_unlink_cb()
[all …]
Dmodule-switch-on-port-available.c411 static void handle_all_unavailable(pa_core *core) { in handle_all_unavailable()
470 static pa_hook_result_t card_put_hook_callback(pa_core *core, pa_card *card, struct userdata *u) { in card_put_hook_callback()
476 static pa_hook_result_t card_unlink_hook_callback(pa_core *core, pa_card *card, struct userdata *u)… in card_unlink_hook_callback()
554 static pa_hook_result_t card_profile_changed_callback(pa_core *core, pa_card *card, struct userdata… in card_profile_changed_callback()
575 static pa_hook_result_t source_port_changed_callback(pa_core *core, pa_source *source, void *userda… in source_port_changed_callback()
584 static pa_hook_result_t sink_port_changed_callback(pa_core *core, pa_sink *sink, void *userdata) { in sink_port_changed_callback()
/third_party/libdrm/etnaviv/
Detnaviv_gpu.c30 static uint64_t get_param(struct etna_device *dev, uint32_t core, uint32_t param) in get_param()
47 drm_public struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core) in etna_gpu_new()
85 unsigned int core = gpu->core; in etna_gpu_get_param() local
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_gpu.c30 static uint64_t get_param(struct etna_device *dev, uint32_t core, uint32_t param) in get_param()
47 struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core) in etna_gpu_new()
85 unsigned int core = gpu->core; in etna_gpu_get_param() local
/third_party/vixl/test/aarch32/
Dtest-utils-aarch32.cc115 bool Equal32(uint32_t expected, const RegisterDump* core, const Register& reg) { in Equal32()
126 const RegisterDump* core, in Equal32()
144 const RegisterDump* core, in Equal64()
167 const RegisterDump* core, in Equal128()
208 const RegisterDump* core, in EqualFP32()
235 const RegisterDump* core, in EqualFP64()
/third_party/pulseaudio/src/pulsecore/
Dauth-cookie.c38 pa_core *core; member
43 pa_auth_cookie* pa_auth_cookie_get(pa_core *core, const char *cn, bool create, size_t size) { in pa_auth_cookie_get()
78 pa_auth_cookie *pa_auth_cookie_create(pa_core *core, const void *data, size_t size) { in pa_auth_cookie_create()
Dcore.c277 void pa_core_set_configured_default_sink(pa_core *core, const char *sink) { in pa_core_set_configured_default_sink()
299 void pa_core_set_configured_default_source(pa_core *core, const char *source) { in pa_core_set_configured_default_source()
325 pa_core *core; in compare_sinks() local
359 void pa_core_update_default_sink(pa_core *core) { in pa_core_update_default_sink()
406 pa_core *core; in compare_sources() local
450 void pa_core_update_default_source(pa_core *core) { in pa_core_update_default_source()
487 void pa_core_set_exit_idle_time(pa_core *core, int time) { in pa_core_set_exit_idle_time()
Dclient.c54 pa_client *pa_client_new(pa_core *core, pa_client_new_data *data) { in pa_client_new()
85 pa_core *core; in pa_client_free() local
Dcli.c45 pa_core *core; member
63 pa_cli* pa_cli_new(pa_core *core, pa_iochannel *io, pa_module *m) { in pa_cli_new()
Dcard.c84 pa_core *core; in pa_card_profile_set_available() local
145 pa_card *pa_card_new(pa_core *core, pa_card_new_data *data) { in pa_card_new()
259 pa_core *core; in pa_card_free() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dthread.cpp127 for (auto core : list) { in Affinity() local
140 Core core; in all() local
156 Core core; in all() local
168 Core core; in all() local
198 for (auto core : affinity.cores) { in anyOf() local
242 for (auto core : cores) { in add() local
245 for (auto core : other.cores) { in add() local
256 for (auto core : other.cores) { in remove() local
301 auto core = affinity[i]; in Thread() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/wasm/
Dspirv-tools.cpp31 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in dis() local
43 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in as() local
/third_party/skia/third_party/externals/spirv-tools/source/wasm/
Dspirv-tools.cpp31 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in dis() local
43 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in as() local
/third_party/spirv-tools/source/wasm/
Dspirv-tools.cpp31 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in dis() local
43 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in as() local
/third_party/elfutils/libdwfl/
Dlinux-core-attach.c41 Elf *core; member
59 Elf *core = core_arg->core; in core_memory_read() local
103 Elf *core = core_arg->core; in core_next_thread() local
172 Elf *core = core_arg->core; in core_set_initial_registers() local
314 dwfl_core_file_attach (Dwfl *dwfl, Elf *core) in dwfl_core_file_attach()
/third_party/vixl/test/aarch64/
Dtest-utils-aarch64.cc176 bool Equal32(uint32_t expected, const RegisterDump* core, const Register& reg) { in Equal32()
193 const RegisterDump* core, in Equal64()
203 const RegisterDump* core, in NotEqual64()
213 const RegisterDump* core, in Equal128()
225 const RegisterDump* core, in EqualFP16()
243 const RegisterDump* core, in EqualFP32()
262 const RegisterDump* core, in EqualFP64()
270 const RegisterDump* core, in Equal64()
281 const RegisterDump* core, in NotEqual64()
291 const RegisterDump* core, in Equal64()
[all …]
/third_party/mesa3d/src/vulkan/runtime/
Dvk_device.c541 const VkPhysicalDeviceVulkan11Features *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()
718 const VkPhysicalDeviceVulkan13Features *core) in vk_get_physical_device_core_1_3_feature_ext()
819 const VkPhysicalDeviceVulkan11Properties *core) in vk_get_physical_device_core_1_1_property_ext()
881 const VkPhysicalDeviceVulkan12Properties *core) in vk_get_physical_device_core_1_2_property_ext()
976 const VkPhysicalDeviceVulkan13Properties *core) in vk_get_physical_device_core_1_3_property_ext()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp273 spvtools::SpirvTools core(SPV_ENV_OPENGL_4_5); in spirvAssemble() local
283 spvtools::SpirvTools core(SPV_ENV_OPENGL_4_5); in spirvDisassemble() local
293 spvtools::SpirvTools core(SPV_ENV_OPENGL_4_5); in spirvValidate() local
/third_party/rust/crates/bitflags/tests/compile-pass/redefinition/
Dcore.rs5 mod core {} module
/third_party/pulseaudio/src/modules/bluetooth/
Da2dp-codec-ldac-gst.c285 …l, const uint8_t *config_buffer, uint8_t config_size, pa_sample_spec *sample_spec, pa_core *core) { in init_common()
319 …l, const uint8_t *config_buffer, uint8_t config_size, pa_sample_spec *sample_spec, pa_core *core) { in init_hq()
323 …l, const uint8_t *config_buffer, uint8_t config_size, pa_sample_spec *sample_spec, pa_core *core) { in init_sq()
327 …l, const uint8_t *config_buffer, uint8_t config_size, pa_sample_spec *sample_spec, pa_core *core) { in init_mq()
/third_party/mbedtls/docs/architecture/
Dpsa-crypto-implementation-structure.md58 ### Key creation
/third_party/skia/experimental/tskit/bindings/
Dcore.d.ts3 declare namespace core { namespace

12345678