Searched refs:HIWORD (Results 1 – 3 of 3) sorted by relevance
23 #define HIWORD(l) ((WORD)(((DWORD)(l) >> 16) & 0xFFFF)) macro
721 WORD key1 = HIWORD((*((const LONG *) el1))); in keycompare()722 WORD key2 = HIWORD((*((const LONG *) el2))); in keycompare()797 vKey = HIWORD(key); in _nc_console_keyok()
1096 WORD key1 = HIWORD((*((const LONG *) el1))); in keycompare()1097 WORD key2 = HIWORD((*((const LONG *) el2))); in keycompare()1817 vKey = HIWORD(key); in wcon_keyok()