Searched refs:_func (Results 1 – 10 of 10) sorted by relevance
/external/kernel-headers/original/linux/ |
D | workqueue.h | 40 #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/ |
D | empty-functions.ll | 8 ; CHECK-NO-FP: _func: 11 ; CHECK-FP: _func:
|
/external/skia/src/utils/mesa/ |
D | 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");
|
/external/llvm/test/CodeGen/X86/ |
D | empty-functions.ll | 8 ; CHECK-NO-FP: _func: 15 ; CHECK-FP: _func:
|
D | hidden-vis-pic.ll | 52 ; CHECK: .private_extern _func.eh
|
/external/protobuf/python/ |
D | mox.py | 1136 self._func = func 1150 return self._func(rhs) 1153 return str(self._func)
|
/external/llvm/test/MC/ARM/ |
D | basic-arm-instructions.s | 3 .globl _func symbol 11 _func: label 12 @ CHECK: _func
|
/external/grub/ |
D | acinclude.m4 | 24 if grep _func conftest.s >/dev/null 2>&1; then
|
D | configure | 3849 if grep _func conftest.s >/dev/null 2>&1; then
|
/external/safe-iop/src/ |
D | safe_iop.c | 55 #define _SAFE_IOP_TYPE_CASE(_type, _func) { \ argument 62 if (! _func( (_type *) result, value, a)) \
|