Home
last modified time | relevance | path

Searched defs:HIBYTE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwindef.d52 ubyte HIBYTE(ushort w) { in HIBYTE() function
/netbsd-src/external/bsd/ntp/dist/include/
H A Dhopf6039.h27 #define HIBYTE(w) ((BYTE)(((WORD)(w) >> 8) & 0xFF)) macro