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

1 2 3 4 5 6

  /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/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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-vis-1.d 3 .*: 0+0 +2 +FUNC +GLOBAL +HIDDEN +\[MIPS16\] +[0-9]+ foo
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
pr12975.d 3 +[0-9]+: +[0-9a-f]+ +[0-9]+ +FUNC +LOCAL +DEFAULT +[1-9]+ bar
  /external/llvm/test/MC/ELF/
gnu-type-diagnostics.s 3 .type TYPE FUNC
5 // CHECK: .type TYPE FUNC
  /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...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderLog.h 31 #define CHECK_VA_STATUS_RETURN(FUNC)\
33 LOG_E(FUNC" failed. vaStatus = %d\n", vaStatus);\
37 #define CHECK_VA_STATUS_GOTO_CLEANUP(FUNC)\
39 LOG_E(FUNC" failed. vaStatus = %d\n", vaStatus);\
44 #define CHECK_ENCODE_STATUS_RETURN(FUNC)\
46 LOG_E(FUNC"Failed. ret = 0x%08x\n", ret); \
50 #define CHECK_ENCODE_STATUS_CLEANUP(FUNC)\
52 LOG_E(FUNC"Failed, ret = 0x%08x\n", ret); \
  /external/valgrind/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...]
  /hardware/intel/common/omx-components/videocodec/
OMXComponentDefines.h 22 #define DECLARE_HANDLER(CLASS, FUNC)\
23 static OMX_ERRORTYPE Get##FUNC(void *inst, OMX_PTR pStructure) {\
24 return ((CLASS*)inst)->Get##FUNC(pStructure);\
26 static OMX_ERRORTYPE Set##FUNC(void *inst, OMX_PTR pStructure) {\
27 return ((CLASS*)inst)->Set##FUNC(pStructure);\
29 OMX_ERRORTYPE Get##FUNC(OMX_PTR pStructure);\
30 OMX_ERRORTYPE Set##FUNC(OMX_PTR pStructure);
57 #define CHECK_RETURN_VALUE(FUNC)\
59 LOGE(FUNC" failed: Error code = 0x%x", ret);\
85 #define CHECK_BS_STATUS(FUNC) \
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfweak/
size2.d 7 .*: [0-9a-f]* +1 +FUNC +GLOBAL +DEFAULT +[0-9] +__?start
9 .*: [0-9a-f]* +1 +FUNC +WEAK +DEFAULT +[0-9] +foo
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
local1.d 6 .*: [0-9a-f]* +[0-9a-f]+ +FUNC +LOCAL +DEFAULT +[0-9] +hidden
8 .*: [0-9a-f]* +[0-9a-f]+ +FUNC +LOCAL +DEFAULT +[0-9] +hidden
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-vxworks/
plt-mips1.d 7 +[0-9]*: 00000000 +0 +FUNC +GLOBAL +DEFAULT +UND Foo
9 +[0-9]*: 00000000 +0 +FUNC +GLOBAL +DEFAULT +UND Foo
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
empty.d 6 +[0-9]+: +[0-9a-f]+ +[0-9]+ +FUNC +GLOBAL +DEFAULT +[1-9] _start
dynsym1.d 7 +[0-9]+: +[0-9a-f]+ +[0-9]+ +FUNC +GLOBAL +DEFAULT +[1-9] _start
  /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...]
  /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...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderTrace.h 69 #define CHECK_STATUS(FUNC)\
72 WTRACE(FUNC" failed. status = %d", status);\
74 ETRACE(FUNC" failed. status = %d", status);\
79 #define CHECK_VA_STATUS(FUNC)\
81 ETRACE(FUNC" failed. vaStatus = 0x%x", vaStatus);\
85 #define CHECK_VBP_STATUS(FUNC)\
87 ETRACE(FUNC" failed. vbpStatus = %d", (int)vbpStatus);\
  /external/compiler-rt/test/asan/TestCases/Linux/
preinit_test.cc 30 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
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mn10300/
i135409-1.d 5 +..: 0[0-9a-f]+ +7 +FUNC +LOCAL +DEFAULT +. _func
9 +..: 0[0-9a-f]+ +7 +FUNC +GLOBAL +DEFAULT +. _func2
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumbver.d 11 +.*: 00000001 +0 +FUNC +LOCAL +DEFAULT +1 a_alias
12 +.*: 00000001 +0 +FUNC +LOCAL +DEFAULT +1 a_body
14 +.*: 00000001 +0 +FUNC +LOCAL +DEFAULT +1 a_export@VERSION
  /external/elfutils/tests/
run-readelf-s.sh 133 3: 0000000000000000 0 FUNC GLOBAL DEFAULT UNDEF __libc_start_main@GLIBC_2.2.5 (2)
137 7: 0000000000000000 0 FUNC WEAK DEFAULT UNDEF __cxa_finalize@GLIBC_2.2.5 (2)
140 10: 0000000000000860 137 FUNC GLOBAL DEFAULT 13 __libc_csu_init
142 12: 00000000000007f0 35 FUNC GLOBAL DEFAULT 13 main
143 13: 00000000000008f0 2 FUNC GLOBAL DEFAULT 13 __libc_csu_fini
186 35: 0000000000000710 0 FUNC LOCAL DEFAULT 13 deregister_tm_clones
187 36: 0000000000000740 0 FUNC LOCAL DEFAULT 13 register_tm_clones
188 37: 0000000000000780 0 FUNC LOCAL DEFAULT 13 __do_global_dtors_aux
191 40: 00000000000007c0 0 FUNC LOCAL DEFAULT 13 frame_dummy
196 45: 0000000000000814 20 FUNC LOCAL DEFAULT 13 fo
    [all...]

Completed in 651 milliseconds

1 2 3 4 5 6