HomeSort by relevance Sort by last modified time
    Searched refs:FUNC (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
084-unbalanced-parentheses.c 1 #define FUNC(x) (2*(x))
2 FUNC(23
  /external/mesa3d/src/glsl/glcpp/tests/
084-unbalanced-parentheses.c 1 #define FUNC(x) (2*(x))
2 FUNC(23
  /external/clang/test/Preprocessor/
macro_fn_lparen_scan2.c 1 // RUN: %clang_cc1 -E %s | grep 'FUNC (3 +1);'
4 #define FUNC(a) (a+1)
6 F(FUNC) FUNC (3); /* final token sequence is FUNC(3+1) */
macro_rparen_scan2.c 5 #define FUNC(a) a
7 static int glob = (1 + FUNC(1 R_PAREN );
  /external/eigen/lapack/
lapack_common.h 15 #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/
npupp.h 76 #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/
glapi_dispatch.c 55 #define NAME(func) mgl##func
57 #define NAME(func) gl##func
63 #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 ARG
    [all...]
  /external/mesa3d/src/mapi/glapi/
glapi_dispatch.c 55 #define NAME(func) mgl##func
57 #define NAME(func) gl##func
63 #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 ARG
    [all...]
  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call.C 9 void FUNC(Base* p) {
  /external/valgrind/main/none/tests/s390x/
condloadstore.c 75 #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(insn, value, ccset, INIT, 8);
    [all...]
  /external/eigen/test/eigen2/
main.h 143 #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_SUBTEST(FUNC
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
xlib.c 122 #define NAME(func) mgl##func
124 #define NAME(func) gl##func
127 #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/lib/asan/lit_tests/TestCases/Linux/
preinit_test.cc 24 int FUNC() {
  /external/mesa3d/src/gallium/targets/libgl-xlib/
xlib.c 122 #define NAME(func) mgl##func
124 #define NAME(func) gl##func
127 #define DISPATCH(FUNC, ARGS, MESSAGE) \
128 GET_DISPATCH()->FUNC ARGS
130 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
131 return GET_DISPATCH()->FUNC ARGS
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammar.g3 45 FUNC;
55 | func NEWLINE -> func
59 func: ID '(' formalPar ')' '=' expr -> ^(FUNC ID formalPar expr)
62 functionDefinitions.Add($func.tree);
ProfileGrammar.g3 45 FUNC;
55 | func NEWLINE -> func
59 func: ID '(' formalPar ')' '=' expr -> ^(FUNC ID formalPar expr)
62 functionDefinitions.Add($func.tree);
  /external/clang/test/CodeGen/
builtin-expect.c 6 void FUNC() {
  /external/chromium_org/third_party/libwebp/dsp/
upsampling.c 39 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \
50 FUNC(top_y[0], uv0 & 0xff, (uv0 >> 16), top_dst); \
54 FUNC(bottom_y[0], uv0 & 0xff, (uv0 >> 16), bottom_dst); \
66 FUNC(top_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
68 FUNC(top_y[2 * x - 0], uv1 & 0xff, (uv1 >> 16), \
74 FUNC(bottom_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
76 FUNC(bottom_y[2 * x + 0], uv1 & 0xff, (uv1 >> 16), \
85 FUNC(top_y[len - 1], uv0 & 0xff, (uv0 >> 16), \
90 FUNC(bottom_y[len - 1], uv0 & 0xff, (uv0 >> 16), \
113 #define SAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP)
    [all...]
upsampling_sse2.c 111 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, uv, \
116 FUNC(top_y[(cur_x) + n], (uv)[n], (uv)[32 + n], \
122 FUNC(bottom_y[(cur_x) + n], (uv)[64 + n], (uv)[64 + 32 + n], \
128 #define SSE2_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \
151 FUNC(top_y[0], u0, v0, top_dst); \
156 FUNC(bottom_y[0], u0, v0, bottom_dst); \
162 CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, r_uv, top_dst, bottom_dst, \
172 CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, r_uv, top_dst, bottom_dst, \
  /external/webp/src/dsp/
upsampling.c 39 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \
50 FUNC(top_y[0], uv0 & 0xff, (uv0 >> 16), top_dst); \
54 FUNC(bottom_y[0], uv0 & 0xff, (uv0 >> 16), bottom_dst); \
66 FUNC(top_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
68 FUNC(top_y[2 * x - 0], uv1 & 0xff, (uv1 >> 16), \
74 FUNC(bottom_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
76 FUNC(bottom_y[2 * x + 0], uv1 & 0xff, (uv1 >> 16), \
85 FUNC(top_y[len - 1], uv0 & 0xff, (uv0 >> 16), \
90 FUNC(bottom_y[len - 1], uv0 & 0xff, (uv0 >> 16), \
113 #define SAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP)
    [all...]
upsampling_sse2.c 111 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, uv, \
116 FUNC(top_y[(cur_x) + n], (uv)[n], (uv)[32 + n], \
122 FUNC(bottom_y[(cur_x) + n], (uv)[64 + n], (uv)[64 + 32 + n], \
128 #define SSE2_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \
151 FUNC(top_y[0], u0, v0, top_dst); \
156 FUNC(bottom_y[0], u0, v0, bottom_dst); \
162 CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, r_uv, top_dst, bottom_dst, \
172 CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, r_uv, top_dst, bottom_dst, \
  /external/bison/lib/
frexp.c 40 # define FUNC frexpl
48 # define FUNC frexp
58 FUNC (DOUBLE x, int *expptr)
  /external/elfutils/tests/
run-elflint-test.sh 32 section [ 8] '.rela.dyn': relocation 1: copy relocation against symbol of type FUNC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 143 # define __libc_maybe_call(FUNC, ARGS, ELSE) \
144 (__extension__ ({ __typeof (FUNC) *_fn = (FUNC); \
147 # define __libc_maybe_call(FUNC, ARGS, ELSE) \
148 (FUNC != NULL ? FUNC ARGS : ELSE)
154 # define __libc_ptf_call(FUNC, ARGS, ELSE) \
155 (__libc_pthread_functions_init ? PTHFCT_CALL (ptr_##FUNC, ARGS) : ELSE)
156 # define __libc_ptf_call_always(FUNC, ARGS) \
157 PTHFCT_CALL (ptr_##FUNC, ARGS
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 143 # define __libc_maybe_call(FUNC, ARGS, ELSE) \
144 (__extension__ ({ __typeof (FUNC) *_fn = (FUNC); \
147 # define __libc_maybe_call(FUNC, ARGS, ELSE) \
148 (FUNC != NULL ? FUNC ARGS : ELSE)
154 # define __libc_ptf_call(FUNC, ARGS, ELSE) \
155 (__libc_pthread_functions_init ? PTHFCT_CALL (ptr_##FUNC, ARGS) : ELSE)
156 # define __libc_ptf_call_always(FUNC, ARGS) \
157 PTHFCT_CALL (ptr_##FUNC, ARGS
    [all...]

Completed in 943 milliseconds

1 2 3 4