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