Home
last modified time | relevance | path

Searched refs:LOBYTE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dhopf6039.h24 #define LOBYTE(w) ((BYTE)(w)) macro
/freebsd/crypto/openssl/
H A De_os.h180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/freebsd/contrib/libpcap/
H A Dpcap-npf.c2531 dwWindowsMajorVersion = (DWORD)(LOBYTE(LOWORD(dwVersion))); in pcap_lookupdev()