Home
last modified time | relevance | path

Searched refs:FUNC2 (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D134-hash-comment-directive.c17 /*..*/ # /*..*/ define FUNC2(a,b) b a macro
20 FUNC2(x,y)
/third_party/ffmpeg/libavcodec/
Dbit_depth_template.c103 #define FUNC2(a, b, c) FUNC3(a, b, c) macro
104 #define FUNC(a) FUNC2(a, BIT_DEPTH,)
105 #define FUNCC(a) FUNC2(a, BIT_DEPTH, _c)
/third_party/boost/libs/vmd/test/
Dtest_assert_is_empty.cxx19 #define FUNC(x) FUNC2(x) in main()
20 #define FUNC2(x) in main() macro
Dtest_is_empty.cxx20 #define FUNC(x) FUNC2(x) in main()
21 #define FUNC2(x) in main() macro
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_5_030.cpp39 #define FUNC3(a, b) FUNC2(a, b) + NEST3
40 #define FUNC2(a, b) FUNC1(a, b) + NEST2 macro
/third_party/boost/libs/preprocessor/test/
Dcheckempty.cxx22 #define FUNC(x) FUNC2(x)
23 #define FUNC2(x) macro
Dvaopt.cxx24 #define FUNC(x) FUNC2(x)
25 #define FUNC2(x) macro
Disempty.cxx23 #define FUNC(x) FUNC2(x)
24 #define FUNC2(x) macro
/third_party/python/Modules/
Dmathmodule.c1158 #define FUNC2(funcname, func, docstring) \ macro
1182 FUNC2(atan2, m_atan2,
1224 FUNC2(copysign, copysign,
1302 FUNC2(remainder, m_remainder,