Searched refs:CV_PASTE2 (Results 1 – 1 of 1) sorted by relevance
201 #define CV_PASTE2(a,b) a##b macro202 #define CV_PASTE(a,b) CV_PASTE2(a,b)