Searched defs:MINOR (Results 1 – 14 of 14) sorted by relevance
11 #define MINOR(dev) ((dev) & 0xff) macro
38 #define MINOR 1000 macro
54 #define MINOR 1 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
113 static inline unsigned int MINOR(unsigned int dev) in MINOR() function
17 #define MINOR(dev) (((uint32_t)(dev)) & 0xff) macro
16 #define MINOR(dev) ((unsigned int) ((dev) & MINORMASK)) macro
168 #define MINOR(dev) 0 macro
88 short MINOR = MINOR_1_1; field
137 public static final short MINOR = MINOR_1_1; field in Const
2175 #define MINOR Py_STRINGIFY(PY_MINOR_VERSION) macro
1182 #define NumVersionBuild( MAJOR, MINOR, BUGFIX, STAGE, REV ) \ argument