Home
last modified time | relevance | path

Searched defs:get_func (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/compute/lambda/
Dget.hpp27 struct get_func struct
30 struct lambda_result
38 struct make_get_result_type
50 struct make_get_suffix
71 struct make_get_suffix<std::pair<T1, T2> >
103 static void dispatch_apply_terminal(Context &ctx, const Arg &arg) in dispatch_apply_terminal()
112 static void dispatch_apply_terminal(Context &ctx, placeholder<I>) in dispatch_apply_terminal()
118 static void dispatch_apply(Context &ctx, const Arg &arg, proto::tag::terminal) in dispatch_apply()
124 static void apply(Context &ctx, const Arg &arg) in apply()
/third_party/boost/libs/compute/include/boost/compute/lambda/
Dget.hpp27 struct get_func struct
30 struct lambda_result
38 struct make_get_result_type
50 struct make_get_suffix
71 struct make_get_suffix<std::pair<T1, T2> >
103 static void dispatch_apply_terminal(Context &ctx, const Arg &arg) in dispatch_apply_terminal()
112 static void dispatch_apply_terminal(Context &ctx, placeholder<I>) in dispatch_apply_terminal()
118 static void dispatch_apply(Context &ctx, const Arg &arg, proto::tag::terminal) in dispatch_apply()
124 static void apply(Context &ctx, const Arg &arg) in apply()
/third_party/alsa-utils/alsamixer/
Dmixer_widget.c331 double (*get_func)(snd_mixer_elem_t *, snd_mixer_selem_channel_id_t); in change_volume_relative() local
392 int (*get_func)(snd_mixer_elem_t *, snd_mixer_selem_channel_id_t, int *); in toggle_switches() local
/third_party/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect04.c183 static void *get_func(void *mem, uintptr_t *func_page_offset) in get_func() function
/third_party/python/Lib/test/
Dtest_code.py377 def get_func(self): member in CoExtra
Dtest_embed.py1368 def get_func(name): function
/third_party/ffmpeg/tests/checkasm/
Dcheckasm.c563 static CheckasmFunc *get_func(CheckasmFunc **root, const char *name) in get_func() function