Searched defs:HIWORD (Results 1 – 9 of 9) sorted by relevance
81 #define HIWORD(x) (((int)(x) >> 16) & 0x3f) macro
83 #define HIWORD(x) (((u_int)(x) >> 16) & 0x3) macro
44 ushort HIWORD(ulong l) { in HIWORD() function
148 #define HIWORD 0xffff0000 macro
134 #define HIWORD(x) (((int)(x) >> 16) & 0x3) macro
189 #define HIWORD(x) (((int)(x) >> 16) & 0x3) macro
117 #define HIWORD(x) (((int)(x) >> 16) & 0x3f) macro
147 #define HIWORD(x) (((int)(x) >> 16) & 0x3f) macro
25 #define HIWORD(l) ((WORD)(((DWORD)(l) >> 16) & 0xFFFF)) macro