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