Home
last modified time | relevance | path

Searched refs:_func (Results 1 – 10 of 10) sorted by relevance

/external/kernel-headers/original/linux/
Dworkqueue.h40 #define PREPARE_WORK(_work, _func, _data) \ argument
42 (_work)->func = _func; \
49 #define INIT_WORK(_work, _func, _data) \ argument
53 PREPARE_WORK((_work), (_func), (_data)); \
/external/llvm/test/CodeGen/PowerPC/
Dempty-functions.ll8 ; CHECK-NO-FP: _func:
11 ; CHECK-FP: _func:
/external/skia/src/utils/mesa/
DSkEGLContext_Mesa.cpp7 #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");
/external/llvm/test/CodeGen/X86/
Dempty-functions.ll8 ; CHECK-NO-FP: _func:
15 ; CHECK-FP: _func:
Dhidden-vis-pic.ll52 ; CHECK: .private_extern _func.eh
/external/protobuf/python/
Dmox.py1136 self._func = func
1150 return self._func(rhs)
1153 return str(self._func)
/external/llvm/test/MC/ARM/
Dbasic-arm-instructions.s3 .globl _func symbol
11 _func: label
12 @ CHECK: _func
/external/grub/
Dacinclude.m424 if grep _func conftest.s >/dev/null 2>&1; then
Dconfigure3849 if grep _func conftest.s >/dev/null 2>&1; then
/external/safe-iop/src/
Dsafe_iop.c55 #define _SAFE_IOP_TYPE_CASE(_type, _func) { \ argument
62 if (! _func( (_type *) result, value, a)) \