Searched defs:MAJOR (Results 1 – 14 of 14) sorted by relevance
10 #define MAJOR(dev) ((dev)>>8) macro
37 #define MAJOR 1000000 macro
53 #define MAJOR 8 macro
25 #define SPV_SPIRV_VERSION_WORD(MAJOR, MINOR) \ argument
52 #define VK_MAKE_VERSION(MAJOR, MINOR, PATCH) (((deUint32)(MAJOR) << 22u) | ((deUint32)(MINOR) << 12… argument
108 static inline unsigned int MAJOR(unsigned int dev) in MAJOR() function
16 #define MAJOR(dev) (((uint32_t)(dev)) >> 8) macro
15 #define MAJOR(dev) ((unsigned int) ((dev) >> MINORBITS)) macro
167 #define MAJOR(dev) 0 macro
83 short MAJOR = MAJOR_1_1; field
132 public static final short MAJOR = MAJOR_1_1; field in Const
2174 #define MAJOR Py_STRINGIFY(PY_MAJOR_VERSION) macro
1182 #define NumVersionBuild( MAJOR, MINOR, BUGFIX, STAGE, REV ) \ argument