Searched refs:_LV_CONCAT (Results 1 – 1 of 1) sorted by relevance
372 #define _LV_CONCAT(x, y) x ## y macro373 #define LV_CONCAT(x, y) _LV_CONCAT(x, y)374 #undef _LV_CONCAT