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

1 2

  /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/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/clang/test/CodeGen/
builtin-expect.c 6 void FUNC() {
  /external/compiler-rt/test/asan/TestCases/Linux/
preinit_test.cc 30 int 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/chromium_org/third_party/mesa/src/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/linux-tools-perf/perf-3.12.0/arch/sparc/lib/
memcpy.S 10 #define FUNC(x) \
144 FUNC(amemmove)
145 FUNC(__memmove)
147 FUNC(memmove)
204 FUNC(memcpy) /* %o0=dst %o1=src %o2=len */
  /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
  /external/pixman/pixman/
pixman-compiler.h 6 * FUNC must be defined to expand to the current function
14 # define FUNC ((const char*) (__PRETTY_FUNCTION__))
16 # define FUNC ((const char*) (__func__))
18 # define FUNC ((const char*) ("???"))
  /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;

Completed in 402 milliseconds

1 2