Searched refs:AV_GLUE (Results 1 – 1 of 1) sorted by relevance
35 #define AV_GLUE(a, b) a ## b macro36 #define AV_JOIN(a, b) AV_GLUE(a, b)