Searched refs:HPI_VERSION_CONSTRUCTOR (Results 1 – 1 of 1) sorted by relevance
14 #define HPI_VER HPI_VERSION_CONSTRUCTOR(4, 10, 1)20 #define HPI_LIB_VER HPI_VERSION_CONSTRUCTOR(10, 2, 0)23 #define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r) macro