Searched defs:LOBYTE (Results 1 – 7 of 7) sorted by relevance
37 #define LOBYTE(w) ((BYTE)(w)) macro
37 #define LOBYTE(w) ((unsigned char)(w)) macro
24 #define LOBYTE(w) ((unsigned char)(w & 0x00ff)) macro
146 #define LOBYTE(w) ((BYTE)(w)) macro
185 #define LOBYTE(w) ((u8)(w)) macro
39 #define LOBYTE(W) (unsigned char)((W) & 0xFF) macro
50 #define LOBYTE(w) ((unsigned char)(w)) macro