Searched refs:RTE_VERSION_NUM (Results 1 – 1 of 1) sorted by relevance
25 #define RTE_VERSION_NUM(a,b,c,d) ((a) << 24 | (b) << 16 | (c) << 8 | (d)) macro30 #define RTE_VERSION RTE_VERSION_NUM( \