/bionic/libc/kernel/common/linux/ |
workqueue.h | 38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0) 40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
|
/development/ndk/platforms/android-3/include/linux/ |
workqueue.h | 38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0) 40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
workqueue.h | 38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0) 40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
workqueue.h | 38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0) 40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
workqueue.h | 38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0) 40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
workqueue.h | 38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0) 40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
workqueue.h | 38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0) 40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
workqueue.h | 38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0) 40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
workqueue.h | 38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0) 40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
workqueue.h | 38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0) 40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
workqueue.h | 38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0) 40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
|
/external/kernel-headers/original/linux/ |
workqueue.h | 40 #define PREPARE_WORK(_work, _func, _data) \ 42 (_work)->func = _func; \ 49 #define INIT_WORK(_work, _func, _data) \ 53 PREPARE_WORK((_work), (_func), (_data)); \
|
/system/core/netcfg/ |
netcfg.c | 116 static int call_func(void *_func, unsigned nargs, char **args) 120 int (*func)(char *a0) = _func; 124 int (*func)(char *a0, char *a1) = _func; 128 int (*func)(char *a0, char *a1, char *a2) = _func;
|
/external/skia/src/utils/mesa/ |
SkEGLContext_Mesa.cpp | 7 #define SK_GL_DECL_PROC(T, F) T F ## _func = NULL; 8 #define SK_GL_GET_PROC(T, F) F ## _func = (T)OSMesaGetProcAddress(#F); 9 #define SK_GL_GET_EXT_PROC(T, F) F ## _func = (T)OSMesaGetProcAddress(#F "EXT");
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
boost_concept_check.h | 69 typedef void (_ns::_concept <_type_var>::* _func##_type_var##_concept)(); \ 70 template <_func##_type_var##_concept _Tp1> \ 77 typedef void (_ns::_concept <_type_var1,_type_var2>::* _func##_type_var1##_type_var2##_concept)(); \ 78 template <_func##_type_var1##_type_var2##_concept _Tp1> \ 85 typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3>::* _func##_type_var1##_type_var2##_type_var3##_concept)(); \ 86 template <_func##_type_var1##_type_var2##_type_var3##_concept _Tp1> \ 93 typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3,_type_var4>::* _func##_type_var1##_type_var2##_type_var3##_type_var4##_concept)(); \ 94 template <_func##_type_var1##_type_var2##_type_var3##_type_var4##_concept _Tp1> \ 310 template <class _Func, class _Return> 316 _Func __f [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
boost_concept_check.h | 69 typedef void (_ns::_concept <_type_var>::* _func##_type_var##_concept)(); \ 70 template <_func##_type_var##_concept _Tp1> \ 77 typedef void (_ns::_concept <_type_var1,_type_var2>::* _func##_type_var1##_type_var2##_concept)(); \ 78 template <_func##_type_var1##_type_var2##_concept _Tp1> \ 85 typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3>::* _func##_type_var1##_type_var2##_type_var3##_concept)(); \ 86 template <_func##_type_var1##_type_var2##_type_var3##_concept _Tp1> \ 93 typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3,_type_var4>::* _func##_type_var1##_type_var2##_type_var3##_type_var4##_concept)(); \ 94 template <_func##_type_var1##_type_var2##_type_var3##_type_var4##_concept _Tp1> \ 310 template <class _Func, class _Return> 316 _Func __f [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
boost_concept_check.h | 69 typedef void (_ns::_concept <_type_var>::* _func##_type_var##_concept)(); \ 70 template <_func##_type_var##_concept _Tp1> \ 77 typedef void (_ns::_concept <_type_var1,_type_var2>::* _func##_type_var1##_type_var2##_concept)(); \ 78 template <_func##_type_var1##_type_var2##_concept _Tp1> \ 85 typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3>::* _func##_type_var1##_type_var2##_type_var3##_concept)(); \ 86 template <_func##_type_var1##_type_var2##_type_var3##_concept _Tp1> \ 93 typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3,_type_var4>::* _func##_type_var1##_type_var2##_type_var3##_type_var4##_concept)(); \ 94 template <_func##_type_var1##_type_var2##_type_var3##_type_var4##_concept _Tp1> \ 310 template <class _Func, class _Return> 316 _Func __f [all...] |
/dalvik/dexopt/ |
OptMain.cpp | 256 #define GET_ARG(_var, _func, _msg) \ 259 (_var) = _func(*++argv, &endp, 0); \
|
/external/protobuf/python/ |
mox.py | 1136 self._func = func 1150 return self._func(rhs) 1153 return str(self._func) [all...] |
/external/llvm/test/MC/ARM/ |
basic-arm-instructions.s | 3 .globl _func 11 _func: label 12 @ CHECK: _func [all...] |
/external/safe-iop/src/ |
safe_iop.c | 55 #define _SAFE_IOP_TYPE_CASE(_type, _func) { \ 62 if (! _func( (_type *) result, value, a)) \ [all...] |
/external/grub/ |
configure | [all...] |