Home
last modified time | relevance | path

Searched defs:getshort (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/ntp/libparse/
HDclk_trimtsip.c205 getshort( in getshort() function
/freebsd-14-stable/contrib/ntp/ntpd/
HDrefclock_jupiter.c57 #define getshort(s) ((((s) & 0xff) << 8) | (((s) >> 8) & 0xff)) macro
60 #define getshort(s) ((u_short)(s)) macro
HDrefclock_parse.c5431 getshort( in getshort() function