Home
last modified time | relevance | path

Searched refs:LOWORD (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c712 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()
/freebsd/contrib/ntp/include/
H A Dhopf6039.h22 #define LOWORD(l) ((WORD)(l)) macro
/freebsd/crypto/openssl/
H A De_os.h180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c1087 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()
/freebsd/contrib/libpcap/
H A Dpcap-npf.c2531 dwWindowsMajorVersion = (DWORD)(LOBYTE(LOWORD(dwVersion))); in pcap_lookupdev()