Searched defs:MAJOR (Results 1 – 8 of 8) sorted by relevance
9 #define MAJOR(dev) ((dev)>>8) macro
37 #define MAJOR 1000000 macro
37 MAJOR = 2; enumerator
10 set(MAJOR "1") variable
52 #define VK_MAKE_VERSION(MAJOR, MINOR, PATCH) (((deUint32)(MAJOR) << 22u) | ((deUint32)(MINOR) << 12… argument
13 #define MAJOR(dev) ((unsigned int) ((dev) >> MINORBITS)) macro
15 #define MAJOR(dev) (((uint32_t)(dev)) >> 8) macro
1182 #define NumVersionBuild( MAJOR, MINOR, BUGFIX, STAGE, REV ) \ argument