Searched refs:FUNC2 (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 134-hash-comment-directive.c | 17 /*..*/ # /*..*/ define FUNC2(a,b) b a macro 20 FUNC2(x,y)
|
/third_party/ffmpeg/libavcodec/ |
D | bit_depth_template.c | 103 #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/ |
D | test_assert_is_empty.cxx | 19 #define FUNC(x) FUNC2(x) in main() 20 #define FUNC2(x) in main() macro
|
D | test_is_empty.cxx | 20 #define FUNC(x) FUNC2(x) in main() 21 #define FUNC2(x) in main() macro
|
/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_5_030.cpp | 39 #define FUNC3(a, b) FUNC2(a, b) + NEST3 40 #define FUNC2(a, b) FUNC1(a, b) + NEST2 macro
|
/third_party/boost/libs/preprocessor/test/ |
D | checkempty.cxx | 22 #define FUNC(x) FUNC2(x) 23 #define FUNC2(x) macro
|
D | vaopt.cxx | 24 #define FUNC(x) FUNC2(x) 25 #define FUNC2(x) macro
|
D | isempty.cxx | 23 #define FUNC(x) FUNC2(x) 24 #define FUNC2(x) macro
|
/third_party/python/Modules/ |
D | mathmodule.c | 1158 #define FUNC2(funcname, func, docstring) \ macro 1182 FUNC2(atan2, m_atan2, 1224 FUNC2(copysign, copysign, 1302 FUNC2(remainder, m_remainder,
|