Home
last modified time | relevance | path

Searched refs:OCLOC_MAKE_VERSION (Results 1 – 1 of 1) sorted by relevance

/libCEED/backends/sycl/
H A Docloc_api.h14 #ifndef OCLOC_MAKE_VERSION
16 #define OCLOC_MAKE_VERSION(_major, _minor) ((_major << 16) | (_minor & 0x0000ffff)) macro
20 OCLOC_VERSION_1_0 = OCLOC_MAKE_VERSION(1, 0), ///< version 1.0
21 OCLOC_VERSION_CURRENT = OCLOC_MAKE_VERSION(1, 0), ///< latest known version