Home
last modified time | relevance | path

Searched refs:FUNC3 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_5_030.cpp38 #define FUNC4(a, b) FUNC3(a, b) + NEST4
39 #define FUNC3(a, b) FUNC2(a, b) + NEST3 macro
/third_party/ffmpeg/libavcodec/
Dbit_depth_template.c102 #define FUNC3(a, b, c) a ## _ ## b ## c macro
103 #define FUNC2(a, b, c) FUNC3(a, b, c)