Searched refs:get_msb_long (Results 1 – 2 of 2) sorted by relevance
52 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_ ))
113 get_msb_long( in get_msb_long() function