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

1 2

  /external/mesa3d/src/glsl/glcpp/tests/
084-unbalanced-parentheses.c 1 #define FUNC(x) (2*(x))
2 FUNC(23
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
vers-script-dll.c 2 #define FUNC(X_) extern void X_ (void); void X_ (void) { };
4 FUNC(A)
5 FUNC(B)
6 FUNC(C)
7 FUNC(D)
8 FUNC(E)
9 FUNC(GC_abort)
10 FUNC(GC_add_ext_descriptor)
11 FUNC(GC_add_leaked)
12 FUNC(GC_add_map_entry
    [all...]
  /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/CodeGen/
builtin-expect.c 7 void FUNC() {
8 // CHECK-LABEL: define void @FUNC()
  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call.cpp 11 void FUNC(Base* p) {
mangle-local-class-names.cpp 8 void FUNC ()
apple-kext-indirect-call-2.cpp 20 void FUNC(B* p) {
  /external/compiler-rt/test/asan/TestCases/Linux/
preinit_test.cc 30 int FUNC() {
  /external/libvncserver/examples/
rotate.c 11 #define FUNC(i, j) (h - 1 - j + i * h)
20 #undef FUNC
23 #define FUNC(i, j) (j + (w - 1 - i) * h)
31 #undef FUNC
35 #define FUNC(i, j) ((w - 1 - i) + j * w)
43 #undef FUNC
46 #define FUNC(i, j) (i + (h - 1 - j) * w)
54 #undef FUNC
57 #define FUNC(i, j) ((w - 1 - i) + (h - 1 - j) * w)
65 #undef FUNC
    [all...]
  /build/kati/
expr.h 59 FUNC,
  /external/bison/lib/
frexp.c 40 # define FUNC frexpl
48 # define FUNC frexp
58 FUNC (DOUBLE x, int *expptr)
isnan.c 39 # define FUNC rpl_isnanl
51 # define FUNC rpl_isnand
63 # define FUNC rpl_isnanf
83 FUNC (DOUBLE x)
printf-frexp.c 39 # define FUNC printf_frexpl
52 # define FUNC printf_frexp
67 FUNC (DOUBLE x, int *expptr)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_decompose_tmp.h 49 FUNC(FUNC_VARS)
436 #undef FUNC
draw_split_tmp.h 28 FUNC(FUNC_VARS)
169 #undef FUNC
draw_pipe.c 198 #define FUNC pipe_run_elts
295 #define FUNC pipe_run_linear
draw_gs.c 376 #define FUNC gs_run
381 #define FUNC gs_run_elts
draw_pt_so_emit.c 174 #define FUNC so_run_linear
179 #define FUNC so_run_elts
draw_pt_vsplit.c 127 #define FUNC vsplit_run_linear
130 #define FUNC vsplit_run_ubyte
135 #define FUNC vsplit_run_ushort
140 #define FUNC vsplit_run_uint
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 29 public const int FUNC=5;
ProfileGrammarLexer.cs 29 public const int FUNC=5;
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);
  /toolchain/binutils/binutils-2.25/opcodes/
dlx-dis.c 37 #define FUNC(x) (x & 0x7FF)
40 unsigned long imm26, imm16, func, current_insn_addr; variable
110 unsigned long func; member in struct:_r_opcode
162 if (dlx_r_opcode[idx].func == func)
166 if (func != NOPF)
172 if (func != MVTSF && func != MVFSF)
467 func = dlx_get_func (insn_word);
476 " func = 0x%08x\n
    [all...]

Completed in 624 milliseconds

1 2