Searched defs:LOWORD (Results 1 – 9 of 9) sorted by relevance
80 #define LOWORD(x) ((int)(x) & 0xffff) macro
82 #define LOWORD(x) ((u_int)(x) & 0xffff) macro
40 ushort LOWORD(ulong l) { in LOWORD() function
149 #define LOWORD 0x0000ffff macro
133 #define LOWORD(x) ((int)(x) & 0xffff) macro
188 #define LOWORD(x) ((int)(x) & 0xffff) macro
116 #define LOWORD(x) ((int)(x) & 0xffff) macro
146 #define LOWORD(x) ((int)(x) & 0xffff) macro
24 #define LOWORD(l) ((WORD)(l)) macro