Searched defs:FUNC (Results 1 - 25 of 34) sorted by last modified time

12

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c1598 /* FUNC: Define a configuration variable that uses a custom function for
1606 #define FUNC(f) _FUNC(f), 0 macro
1635 { FUNC(bssid) },
1637 { FUNC(proto) },
1638 { FUNC(key_mgmt) },
1640 { FUNC(pairwise) },
1641 { FUNC(group) },
1642 { FUNC(auth_alg) },
1643 { FUNC(scan_freq) },
1644 { FUNC(freq_lis
1774 #undef FUNC macro
3797 #define FUNC macro
3920 #undef FUNC macro
[all...]
/external/pixman/pixman/
H A Dpixman-compiler.h6 * FUNC must be defined to expand to the current function
14 # define FUNC ((const char*) (__PRETTY_FUNCTION__)) macro
16 # define FUNC ((const char*) (__func__)) macro
18 # define FUNC ((const char*) ("???")) macro
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_decompose_tmp.h49 FUNC(FUNC_VARS) function
436 #undef FUNC macro
H A Ddraw_gs.c376 #define FUNC gs_run macro
381 #define FUNC gs_run_elts macro
H A Ddraw_pipe.c198 #define FUNC pipe_run_elts macro
295 #define FUNC pipe_run_linear macro
H A Ddraw_pt_so_emit.c174 #define FUNC so_run_linear macro
179 #define FUNC so_run_elts macro
H A Ddraw_pt_vsplit.c127 #define FUNC vsplit_run_linear macro
130 #define FUNC vsplit_run_ubyte macro
135 #define FUNC vsplit_run_ushort macro
140 #define FUNC vsplit_run_uint macro
H A Ddraw_split_tmp.h28 FUNC(FUNC_VARS) function
169 #undef FUNC macro
/external/mesa3d/src/glsl/glcpp/tests/
H A D084-unbalanced-parentheses.c1 #define FUNC(x) (2*(x)) macro
2 FUNC(23
/external/linux-tools-perf/perf-3.12.0/arch/sparc/lib/
H A Dmemcpy.S10 #define FUNC(x) \ define
144 FUNC(amemmove)
145 FUNC(__memmove)
147 FUNC(memmove)
204 FUNC(memcpy) /* %o0=dst %o1=src %o2=len */
/external/libcxxabi/src/Unwind/
H A DUnwind-EHABI.cpp65 FUNC = 0x1, enumerator in enum:__anon23617::Descriptor::__anon23619
123 case Descriptor::FUNC: {
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dpreinit_test.cc30 int FUNC() { function
/external/clang/test/CodeGen/
H A Dbuiltin-expect.c6 void FUNC() { function
/external/clang/test/CodeGenCXX/
H A Dapple-kext-indirect-call-2.C20 void FUNC(B* p) { function
H A Dapple-kext-indirect-call.C9 void FUNC(Base* p) { function
H A Dmangle-local-class-names.cpp8 void FUNC () function
/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_decompose_tmp.h49 FUNC(FUNC_VARS) function
436 #undef FUNC macro
H A Ddraw_gs.c376 #define FUNC gs_run macro
381 #define FUNC gs_run_elts macro
H A Ddraw_pipe.c198 #define FUNC pipe_run_elts macro
295 #define FUNC pipe_run_linear macro
H A Ddraw_pt_so_emit.c174 #define FUNC so_run_linear macro
179 #define FUNC so_run_elts macro
H A Ddraw_pt_vsplit.c127 #define FUNC vsplit_run_linear macro
130 #define FUNC vsplit_run_ubyte macro
135 #define FUNC vsplit_run_ushort macro
140 #define FUNC vsplit_run_uint macro
H A Ddraw_split_tmp.h28 FUNC(FUNC_VARS) function
169 #undef FUNC macro
/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

Completed in 3544 milliseconds

12