Format: AllC/C++CSSTextshell script Advanced Search
53: */ 54: #define INTPRI_GROUP(pri, subpri) (((pri) << (8-INTPRI_BITWIDTH)) | (subpri)) 55: