Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_fp.h181 #define M_LSHIFT3(v_o, v_i, v_f) /* v <<= 1, with overflow */ \ argument
183 (v_o) = ((u_int32)(v_o) << 1) | ((u_int32)(v_i) >> 31); \