Searched defs:MAKEINTR (Results 1 – 2 of 2) sorted by relevance
46 MAKEINTR enumerator
118 #define MAKEINTR(s, b) ((s) * 32 + (ffs(b) - 1)) macro