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

/freebsd-13-stable/contrib/ntp/include/
H A Dhopf6039.h22 #define LOWORD(l) ((WORD)(l)) macro
/freebsd-13-stable/crypto/openssl/
H A De_os.h233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c178 LOWORD(module.VersionInfo.dwFileVersionMS),
180 LOWORD(module.VersionInfo.dwFileVersionLS),
/freebsd-13-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c1077 WORD key1 = (LOWORD((*((const LONG *) el1)))) & 0x7fff;
1078 WORD key2 = (LOWORD((*((const LONG *) el2)))) & 0x7fff;
1107 nKey = LOWORD(key);
1130 nKey = LOWORD(key);
1757 nKey = LOWORD(key);
1808 nKey = (LOWORD(key)) & 0x7fff;
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-npf.c1868 dwWindowsMajorVersion = (DWORD)(LOBYTE(LOWORD(dwVersion)));

Completed in 188 milliseconds