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

1 2

  /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/clang/test/CodeGenCXX/
apple-kext-indirect-call.C 9 void FUNC(Base* p) {
mangle-local-class-names.cpp 8 void FUNC ()
apple-kext-indirect-call-2.C 20 void FUNC(B* 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/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);
DebugTreeGrammar.g3 60 | ^(FUNC .+) // ignore FUNCs - we added them to functionDefinitions already in parser.
ProfileTreeGrammar.g3 60 | ^(FUNC .+) // ignore FUNCs - we added them to functionDefinitions already in parser.
DebugTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
41 public const int FUNC=5;
206 // BuildOptions\\DebugTreeGrammar.g3:56:0: stat : ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) );
225 // BuildOptions\\DebugTreeGrammar.g3:56:9: ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) )
250 case FUNC:
318 // BuildOptions\\DebugTreeGrammar.g3:60:9: ^( FUNC ( . )+ )
322 Match(input,FUNC,Follow._FUNC_in_stat128);
ProfileTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
41 public const int FUNC=5;
211 // BuildOptions\\ProfileTreeGrammar.g3:56:0: stat : ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) );
230 // BuildOptions\\ProfileTreeGrammar.g3:56:9: ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) )
255 case FUNC:
323 // BuildOptions\\ProfileTreeGrammar.g3:60:9: ^( FUNC ( . )+ )
327 Match(input,FUNC,Follow._FUNC_in_stat128);
  /external/clang/test/CodeGen/
builtin-expect.c 6 void FUNC() {
  /external/elfutils/tests/
run-elflint-test.sh 32 section [ 8] '.rela.dyn': relocation 1: copy relocation against symbol of type FUNC
  /external/webp/src/dec/
io_sse2.c 106 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, uv, \
111 FUNC(top_y[(cur_x) + n], (uv)[n], (uv)[32 + n], \
117 FUNC(bottom_y[(cur_x) + n], (uv)[64 + n], (uv)[64 + 32 + n], \
123 #define SSE2_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \
146 FUNC(top_y[0], u0, v0, top_dst); \
151 FUNC(bottom_y[0], u0, v0, bottom_dst); \
157 CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, r_uv, top_dst, bottom_dst, \
167 CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, r_uv, top_dst, bottom_dst, \
io.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), \
149 #define SAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP)
    [all...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-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...]
  /frameworks/compile/linkloader/lib/
ELFSymbol.cpp 30 CASE(FUNC)
  /external/skia/src/gpu/
GrStencil.h 37 * Stencil test passes if (ref & mask) FUNC (stencil & mask) is true
126 2*sizeof(unsigned short) + // func masks
198 void setFrontFunc(GrStencilFunc func) { fFrontFunc = func; fFlags = 0;}
199 void setBackFunc(GrStencilFunc func) { fBackFunc = func; fFlags = 0;}
209 GrStencilFunc func,
217 fFrontFunc = func;
218 fBackFunc = func;
355 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK)
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lex.c 62 { "func", FUNC, FUNC },
63 { "function", FUNC, FUNC },
470 case FUNC:
  /external/wpa_supplicant_8/wpa_supplicant/
config.c     [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c     [all...]

Completed in 2876 milliseconds

1 2