Searched defs:MSB (Results 1 – 12 of 12) sorted by relevance
56 #define MSB 0 macro64 #define MSB 3 macro
49 #define MSB(y) ((y >> 8) & 0xff) macro
39 #define MSB(Y) (((Y) >> 8) & 0xff) macro
51 #define MSB(y) ((y >> 8) & 0xff) macro
68 #define MSB(__x) ((__x >> 8) & 0xff) macro
25 #define MSB(Y) (((Y) >> 8) & 0xFF) macro
58 #define MSB(x) ( (x) >> 8 ) macro
24 enum { LSB, CSB, MSB }; enumerator
143 #define short_pack(LSB,MSB) ( ((u16)(LSB)) | ( ((u16)(MSB))<<8 ) ) argument
730 #define MSB(x) ((uint8_t)((uint16_t)(x) >> 8)) macro
1630 #define MSB 1 macro
142 #define MSB(x) ((uint8_t)((uint16_t)(x) >> 8)) macro