Searched defs:MBL (Results 1 – 1 of 1) sorted by relevance
50 #define MBL(x,y) ((y) > 31 ? 0 : (x) << (y)) macro56 #define MBL(x,y) ((y) > 31 ? 0 : MBE(MBE(x) << (y))) macro