Searched refs:get_func (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-utils/alsamixer/ |
H A D | mixer_widget.c | 332 double (*get_func)(snd_mixer_elem_t *, snd_mixer_selem_channel_id_t); in change_volume_relative() 340 get_func = get_normalized_playback_volume; in change_volume_relative() 343 get_func = get_normalized_capture_volume; in change_volume_relative() 347 left = get_func(control->elem, control->volume_channels[0]); in change_volume_relative() 349 right = get_func(control->elem, control->volume_channels[1]); in change_volume_relative() 393 int (*get_func)(snd_mixer_elem_t *, snd_mixer_selem_channel_id_t, int *); in toggle_switches() 404 get_func = snd_mixer_selem_get_playback_switch; in toggle_switches() 410 get_func = snd_mixer_selem_get_capture_switch; in toggle_switches() 418 err = get_func(control->elem, channel_ids[0], &left); in toggle_switches() 423 err = get_func(contro in toggle_switches() [all...] |
/third_party/ltp/testcases/kernel/syscalls/mprotect/ |
H A D | mprotect04.c | 183 static void *get_func(void *mem, uintptr_t *func_page_offset) in get_func() function 240 opd.entry = (uintptr_t)get_func(p, &func_page_offset); in testfunc_protexec() 243 func = get_func(p, &func_page_offset); in testfunc_protexec()
|
/third_party/python/Lib/test/ |
H A D | test_code.py | 734 def get_func(self): member in CodeLocationTest.CoExtra 741 f = self.get_func() 749 f = self.get_func() 758 f = self.get_func() 766 f = self.get_func() 784 f = self.get_func()
|
H A D | test_embed.py | 1560 def get_func(name): function 1566 Py_GetPath = get_func('Py_GetPath') 1567 Py_GetPrefix = get_func('Py_GetPrefix') 1568 Py_GetExecPrefix = get_func('Py_GetExecPrefix') 1569 Py_GetProgramName = get_func('Py_GetProgramName') 1570 Py_GetProgramFullPath = get_func('Py_GetProgramFullPath') 1571 Py_GetPythonHome = get_func('Py_GetPythonHome')
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | checkasm.c | 570 static CheckasmFunc *get_func(CheckasmFunc **root, const char *name) in get_func() function 578 f = get_func(&f->child[cmp > 0], name); in get_func() 767 state.current_func = get_func(&state.funcs, name_buf); in checkasm_check_func()
|
Completed in 6 milliseconds