Home
last modified time | relevance | path

Searched refs:get_msb_long (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dbinio.h52 long get_msb_long (unsigned char **);
57 #define get_msb_int32( _x_ ) ((int32_t) get_msb_long( _x_ ))
58 #define get_msb_uint32( _x_ ) ((uint32_t) get_msb_long( _x_ ))
/freebsd/contrib/ntp/libparse/
H A Dbinio.c113 get_msb_long( in get_msb_long() function