Home
last modified time | relevance | path

Searched defs:shm (Results 1 – 13 of 13) sorted by relevance

/third_party/alsa-lib/src/control/
Dcontrol_shm.c52 snd_ctl_shm_t *shm = ctl->private_data; in snd_ctl_shm_action() local
71 snd_ctl_shm_t *shm = ctl->private_data; in snd_ctl_shm_action_fd() local
90 snd_ctl_shm_t *shm = ctl->private_data; in snd_ctl_shm_close() local
108 snd_ctl_shm_t *shm = ctl->private_data; in snd_ctl_shm_async() local
120 snd_ctl_shm_t *shm = ctl->private_data; in snd_ctl_shm_poll_descriptor() local
132 snd_ctl_shm_t *shm = ctl->private_data; in snd_ctl_shm_subscribe_events() local
141 snd_ctl_shm_t *shm = ctl->private_data; in snd_ctl_shm_card_info() local
155 snd_ctl_shm_t *shm = ctl->private_data; in snd_ctl_shm_elem_list() local
177 snd_ctl_shm_t *shm = ctl->private_data; in snd_ctl_shm_elem_info() local
191 snd_ctl_shm_t *shm = ctl->private_data; in snd_ctl_shm_elem_read() local
[all …]
/third_party/alsa-lib/src/pcm/
Dpcm_shm.c63 snd_pcm_shm_t *shm = pcm->private_data; in snd_pcm_shm_action_fd0() local
81 static int snd_pcm_shm_new_rbptr(snd_pcm_t *pcm, snd_pcm_shm_t *shm, in snd_pcm_shm_new_rbptr()
115 snd_pcm_shm_t *shm = pcm->private_data; in snd_pcm_shm_action() local
150 snd_pcm_shm_t *shm = pcm->private_data; in snd_pcm_shm_action_fd() local
189 snd_pcm_shm_t *shm = pcm->private_data; in snd_pcm_shm_async() local
199 snd_pcm_shm_t *shm = pcm->private_data; in snd_pcm_shm_info() local
266 snd_pcm_shm_t *shm = pcm->private_data; in snd_pcm_shm_hw_refine_slave() local
289 snd_pcm_shm_t *shm = pcm->private_data; in snd_pcm_shm_hw_params_slave() local
311 snd_pcm_shm_t *shm = pcm->private_data; in snd_pcm_shm_hw_free() local
319 snd_pcm_shm_t *shm = pcm->private_data; in snd_pcm_shm_sw_params() local
[all …]
Dpcm_local.h134 } shm; member
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DWaylandSurfaceKHR.hpp52 struct wl_shm *shm; member in vk::WaylandSurfaceKHR
/third_party/ltp/testcases/cve/
Dcve-2017-17053.c64 static struct shm_data *shm; variable
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_process.c204 static void shm(void) in shm() function
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
Dcpuset_memory_test.c244 void shm(int flag_allocated) in shm() function
/third_party/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c79 Bool shm; /** Using shared memory images? */ member
/third_party/alsa-lib/aserver/
Daserver.c207 } shm; member
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c474 shm_handle_format(void *data, struct wl_shm *shm, uint32_t format) in shm_handle_format()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c2595 shm_handle_format(void *data, struct wl_shm *shm, uint32_t format) in shm_handle_format()
/third_party/glfw/src/
Dwl_platform.h424 struct wl_shm* shm; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp101317 OwningCompileOptions& setSelfHostingMode(bool shm) { selfHostingMode = shm; return *this; } in setSelfHostingMode()
101406 CompileOptions& setSelfHostingMode(bool shm) { selfHostingMode = shm; return *this; } in setSelfHostingMode()