Home
last modified time | relevance | path

Searched defs:FUNC (Results 1 – 25 of 71) sorted by relevance

123

/external/clang/test/CodeGenObjCXX/
Dwrite-barrier-global-assign.mm6 CPDestUser* FUNC(); function
9 CPDestUser* globalUser = FUNC(); function
12 __weak CPDestUser* weakUser = FUNC(); function
16 static CPDestUser* staticUser = FUNC(); function
/external/eigen/bench/tensors/
Dtensor_benchmarks_fp16_gpu.cu10 #define BM_FuncGPU(FUNC) \ argument
40 #define BM_FuncWithInputDimsGPU(FUNC, D1, D2, D3) \ argument
59 #define BM_FuncWithKernelDimsGPU(FUNC, DIM1, DIM2) \ argument
Dtensor_benchmarks_gpu.cu10 #define BM_FuncGPU(FUNC) \ argument
40 #define BM_FuncWithInputDimsGPU(FUNC, D1, D2, D3) \ argument
59 #define BM_FuncWithKernelDimsGPU(FUNC, DIM1, DIM2) \ argument
Dtensor_benchmarks_cpu.cc12 #define BM_FuncCPU(FUNC, THREADS) \ argument
83 #define BM_FuncWithInputDimsCPU(FUNC, D1, D2, D3, THREADS) \ argument
137 #define BM_FuncWithKernelDimsCPU(FUNC, DIM1, DIM2, THREADS) \ argument
/external/libvncserver/examples/
Drotate.c11 #define FUNC(i, j) (h - 1 - j + i * h) macro
23 #define FUNC(i, j) (j + (w - 1 - i) * h) macro
35 #define FUNC(i, j) ((w - 1 - i) + j * w) macro
46 #define FUNC(i, j) (i + (h - 1 - j) * w) macro
57 #define FUNC(i, j) ((w - 1 - i) + (h - 1 - j) * w) macro
/external/valgrind/none/tests/s390x/
Dcondloadstore.c75 #define INSNVALCCINIT(insn, value, ccset, INIT, FUNC) \ argument
98 #define INSNVALCC(insn, value, ccset, FUNC) \ argument
104 #define INSNVAL(insn, value, FUNC) \ argument
112 #define DO_INSN(insn, FUNC) \ argument
/external/webp/src/dsp/
Dupsampling.c37 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
138 #define DUAL_SAMPLE_FUNC(FUNC_NAME, FUNC) \ argument
180 #define YUV444_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
Dupsampling_sse2.c107 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, \ argument
122 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \ argument
131 #define SSE2_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
/external/mesa3d/src/mapi/glapi/
Dglapi_dispatch.c73 #define DISPATCH(FUNC, ARGS, MESSAGE) \ argument
76 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \ argument
/external/mesa3d/src/gallium/targets/libgl-xlib/
Dxlib.c127 #define DISPATCH(FUNC, ARGS, MESSAGE) \ argument
130 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \ argument
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit.c180 #define FUNC vsplit_run_linear macro
183 #define FUNC vsplit_run_ubyte macro
188 #define FUNC vsplit_run_ushort macro
193 #define FUNC vsplit_run_uint macro
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D084-unbalanced-parentheses.c1 #define FUNC(x) (2*(x)) macro
D130-define-comment.c1 #define /*...*/ FUNC( /*...*/ x /*...*/ ) /*...*/ FOO( /*...*/ x /*...*/ ) macro
D134-hash-comment-directive.c16 /*..*/ #/*..*/ define FUNC() baz macro
/external/clang/test/SemaObjC/
Dlegacy-implementation-1.m8 INTF* FUNC() function
Dcrash-on-objc-bool-literal.m7 EXPORT BOOL FUNC(BOOL enabled); // expected-error {{unknown type name 'EXPORT'}} // expected-error … function
Dwarn-incompatible-builtin-types.m8 void FUNC() { function
/external/clang/test/Preprocessor/
Dmacro_rparen_scan2.c5 #define FUNC(a) a macro
Dmacro_fn_lparen_scan2.c4 #define FUNC(a) (a+1) macro
/external/clang/test/CodeGenObjC/
Dlocal-static-block.m20 void FUNC() function
Dblocks-4.m11 void FUNC() { function
Dproperty-ref-cast-to-void.m11 void FUNC () { function
/external/clang/test/Rewriter/
Drewrite-nested-blocks-2.mm14 void FUNC() { function
/external/eigen/Eigen/src/misc/
Dblas.h9 #define BLASFUNC(FUNC) FUNC##_ argument
/external/eigen/bench/btl/libs/BLAS/
Dblas.h4 #define BLASFUNC(FUNC) FUNC##_ argument

123