Searched refs:LOWORD (Results 1 – 5 of 5) sorted by relevance
712 WORD key1 = (LOWORD((*((const LONG *) el1)))) & 0x7fff; in rkeycompare()713 WORD key2 = (LOWORD((*((const LONG *) el2)))) & 0x7fff; in rkeycompare()744 nKey = LOWORD(key); in MapKey()770 nKey = LOWORD(key); in AnsiKey()798 nKey = (LOWORD(key)) & 0x7fff; in _nc_console_keyok()822 nKey = LOWORD(key); in _nc_console_keyExist()
22 #define LOWORD(l) ((WORD)(l)) macro
180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
1087 WORD key1 = (LOWORD((*((const LONG *) el1)))) & 0x7fff; in rkeycompare()1088 WORD key2 = (LOWORD((*((const LONG *) el2)))) & 0x7fff; in rkeycompare()1117 nKey = LOWORD(key); in MapKey()1140 nKey = LOWORD(key); in AnsiKey()1767 nKey = LOWORD(key); in wcon_kyExist()1818 nKey = (LOWORD(key)) & 0x7fff; in wcon_keyok()
2531 dwWindowsMajorVersion = (DWORD)(LOBYTE(LOWORD(dwVersion))); in pcap_lookupdev()