Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dhopf6039.h23 #define HIWORD(l) ((WORD)(((DWORD)(l) >> 16) & 0xFFFF)) macro
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c721 WORD key1 = HIWORD((*((const LONG *) el1))); in keycompare()
722 WORD key2 = HIWORD((*((const LONG *) el2))); in keycompare()
797 vKey = HIWORD(key); in _nc_console_keyok()
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c1096 WORD key1 = HIWORD((*((const LONG *) el1))); in keycompare()
1097 WORD key2 = HIWORD((*((const LONG *) el2))); in keycompare()
1817 vKey = HIWORD(key); in wcon_keyok()