Searched refs:FUNC (Results 1 - 25 of 80) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D084-unbalanced-parentheses.c1 #define FUNC(x) (2*(x)) macro
2 FUNC(23
/external/mesa3d/src/glsl/glcpp/tests/
H A D084-unbalanced-parentheses.c1 #define FUNC(x) (2*(x)) macro
2 FUNC(23
/external/clang/test/Preprocessor/
H A Dmacro_fn_lparen_scan2.c1 // RUN: %clang_cc1 -E %s | grep 'FUNC (3 +1);'
4 #define FUNC(a) (a+1) macro
6 F(FUNC) FUNC (3); /* final token sequence is FUNC(3+1) */
H A Dmacro_rparen_scan2.c5 #define FUNC(a) a macro
7 static int glob = (1 + FUNC(1 R_PAREN );
/external/eigen/lapack/
H A Dlapack_common.h15 #define EIGEN_LAPACK_FUNC(FUNC,ARGLIST) \
16 extern "C" { int EIGEN_BLAS_FUNC(FUNC) ARGLIST; } \
17 int EIGEN_BLAS_FUNC(FUNC) ARGLIST
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpupp.h76 #define NewNPP_InitializeProc(FUNC) \
77 ((NPP_InitializeUPP) (FUNC))
78 #define CallNPP_InitializeProc(FUNC) \
79 (*(FUNC))()
83 #define NewNPP_ShutdownProc(FUNC) \
84 ((NPP_ShutdownUPP) (FUNC))
85 #define CallNPP_ShutdownProc(FUNC) \
86 (*(FUNC))()
90 #define NewNPP_NewProc(FUNC) \
91 ((NPP_NewUPP) (FUNC))
[all...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
H A Dglapi_dispatch.c63 #define DISPATCH(FUNC, ARGS, MESSAGE) \
65 GET_DISPATCH()->FUNC ARGS
67 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
69 return GET_DISPATCH()->FUNC ARGS
73 #define DISPATCH(FUNC, ARGS, MESSAGE) \
74 GET_DISPATCH()->FUNC ARGS
76 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
77 return GET_DISPATCH()->FUNC ARGS
/external/llvm/test/MC/ELF/
H A Dgnu-type-diagnostics.s3 .type TYPE FUNC
5 // CHECK: .type TYPE FUNC
/external/mesa3d/src/mapi/glapi/
H A Dglapi_dispatch.c63 #define DISPATCH(FUNC, ARGS, MESSAGE) \
65 GET_DISPATCH()->FUNC ARGS
67 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
69 return GET_DISPATCH()->FUNC ARGS
73 #define DISPATCH(FUNC, ARGS, MESSAGE) \
74 GET_DISPATCH()->FUNC ARGS
76 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
77 return GET_DISPATCH()->FUNC ARGS
/external/valgrind/main/none/tests/s390x/
H A Dcondloadstore.c75 #define INSNVALCCINIT(insn, value, ccset, INIT, FUNC) \
77 FUNC(insn, value, ccset, INIT, 0); \
78 FUNC(insn, value, ccset, INIT, 1); \
79 FUNC(insn, value, ccset, INIT, 2); \
80 FUNC(insn, value, ccset, INIT, 3); \
81 FUNC(insn, value, ccset, INIT, 4); \
82 FUNC(insn, value, ccset, INIT, 5); \
83 FUNC(insn, value, ccset, INIT, 6); \
84 FUNC(insn, value, ccset, INIT, 7); \
85 FUNC(ins
[all...]
/external/clang/test/CodeGenCXX/
H A Dapple-kext-indirect-call.C9 void FUNC(Base* p) { function
/external/eigen/test/eigen2/
H A Dmain.h143 #define CALL_SUBTEST(FUNC) do { \
144 g_test_stack.push_back(EI_PP_MAKE_STRING(FUNC)); \
145 FUNC; \
232 #define CALL_SUBTEST_1(FUNC) CALL_SUBTEST(FUNC)
234 #define CALL_SUBTEST_1(FUNC)
238 #define CALL_SUBTEST_2(FUNC) CALL_SUBTEST(FUNC)
240 #define CALL_SUBTEST_2(FUNC)
244 #define CALL_SUBTEST_3(FUNC) CALL_SUBTES
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
H A Dxlib.c127 #define DISPATCH(FUNC, ARGS, MESSAGE) \
128 GET_DISPATCH()->FUNC ARGS
130 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
131 return GET_DISPATCH()->FUNC ARGS
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dpreinit_test.cc30 int FUNC() { function
/external/mesa3d/src/gallium/targets/libgl-xlib/
H A Dxlib.c127 #define DISPATCH(FUNC, ARGS, MESSAGE) \
128 GET_DISPATCH()->FUNC ARGS
130 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
131 return GET_DISPATCH()->FUNC ARGS
/external/chromium_org/third_party/libwebp/dsp/
H A Dupsampling.c37 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \
49 FUNC(top_y[0], uv0 & 0xff, (uv0 >> 16), top_dst); \
53 FUNC(bottom_y[0], uv0 & 0xff, (uv0 >> 16), bottom_dst); \
65 FUNC(top_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
67 FUNC(top_y[2 * x - 0], uv1 & 0xff, (uv1 >> 16), \
73 FUNC(bottom_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
75 FUNC(bottom_y[2 * x + 0], uv1 & 0xff, (uv1 >> 16), \
84 FUNC(top_y[len - 1], uv0 & 0xff, (uv0 >> 16), \
89 FUNC(bottom_y[len - 1], uv0 & 0xff, (uv0 >> 16), \
112 #define DUAL_SAMPLE_FUNC(FUNC_NAME, FUNC) \
[all...]
H A Dupsampling_sse2.c107 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, \
111 FUNC(top_y[(cur_x) + n], r_u[n], r_v[n], \
116 FUNC(bottom_y[(cur_x) + n], r_u[64 + n], r_v[64 + n], \
122 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \
124 FUNC##32(top_y + (cur_x), r_u, r_v, top_dst + (cur_x) * XSTEP); \
126 FUNC##32(bottom_y + (cur_x), r_u + 64, r_v + 64, \
131 #define SSE2_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \
148 FUNC(top_y[0], u0_t, v0_t, top_dst); \
152 FUNC(bottom_y[0], u0_b, v0_b, bottom_dst); \
159 CONVERT2RGB_32(FUNC, XSTE
[all...]
/external/webp/src/dsp/
H A Dupsampling.c37 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \
49 FUNC(top_y[0], uv0 & 0xff, (uv0 >> 16), top_dst); \
53 FUNC(bottom_y[0], uv0 & 0xff, (uv0 >> 16), bottom_dst); \
65 FUNC(top_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
67 FUNC(top_y[2 * x - 0], uv1 & 0xff, (uv1 >> 16), \
73 FUNC(bottom_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
75 FUNC(bottom_y[2 * x + 0], uv1 & 0xff, (uv1 >> 16), \
84 FUNC(top_y[len - 1], uv0 & 0xff, (uv0 >> 16), \
89 FUNC(bottom_y[len - 1], uv0 & 0xff, (uv0 >> 16), \
112 #define DUAL_SAMPLE_FUNC(FUNC_NAME, FUNC) \
[all...]
H A Dupsampling_sse2.c107 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, \
111 FUNC(top_y[(cur_x) + n], r_u[n], r_v[n], \
116 FUNC(bottom_y[(cur_x) + n], r_u[64 + n], r_v[64 + n], \
122 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \
124 FUNC##32(top_y + (cur_x), r_u, r_v, top_dst + (cur_x) * XSTEP); \
126 FUNC##32(bottom_y + (cur_x), r_u + 64, r_v + 64, \
131 #define SSE2_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \
148 FUNC(top_y[0], u0_t, v0_t, top_dst); \
152 FUNC(bottom_y[0], u0_b, v0_b, bottom_dst); \
159 CONVERT2RGB_32(FUNC, XSTE
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammar.g345 FUNC;
59 func: ID '(' formalPar ')' '=' expr -> ^(FUNC ID formalPar expr)
H A DProfileGrammar.g345 FUNC;
59 func: ID '(' formalPar ')' '=' expr -> ^(FUNC ID formalPar expr)
/external/clang/test/CodeGen/
H A Dbuiltin-expect.c6 void FUNC() { function
/external/ltrace/etc/
H A Dlibm.so.conf400 ; 15: 000000000003c000 15 FUNC GLOBAL DEFAULT 13 __finitel@@GLIBC_2.2.5
401 ; 44: 0000000000027be0 286 FUNC GLOBAL DEFAULT 13 __clog10@@GLIBC_2.2.5
402 ; 50: 00000000000068d0 85 FUNC GLOBAL DEFAULT 13 feholdexcept@@GLIBC_2.2.5
403 ; 56: 0000000000028900 10 FUNC GLOBAL DEFAULT 13 __signbit@@GLIBC_2.2.5
404 ; 61: 0000000000006ae0 53 FUNC GLOBAL DEFAULT 13 feenableexcept@@GLIBC_2.2.5
405 ; 65: 0000000000006760 29 FUNC GLOBAL DEFAULT 13 fegetexceptflag@@GLIBC_2.2.5
406 ; 68: 0000000000006a60 52 FUNC GLOBAL DEFAULT 13 feupdateenv@@GLIBC_2.2.5
407 ; 75: 0000000000006840 25 FUNC GLOBAL DEFAULT 13 fetestexcept@@GLIBC_2.2.5
408 ; 89: 0000000000025500 80 FUNC GLOBAL DEFAULT 13 __fpclassify@@GLIBC_2.2.5
409 ; 99: 0000000000033370 310 FUNC GLOBA
[all...]
/external/bison/lib/
H A Dfrexp.c40 # define FUNC frexpl macro
48 # define FUNC frexp macro
58 FUNC (DOUBLE x, int *expptr) function
H A Dprintf-frexp.c39 # define FUNC printf_frexpl macro
52 # define FUNC printf_frexp macro
67 FUNC (DOUBLE x, int *expptr) function

Completed in 1892 milliseconds

1234