Lines Matching refs:u_int32
31 static int32 ntp_to_year(u_int32);
32 static u_int32 year_to_ntp(int32);
58 u_int32 rec_ui , /* pivot value */ in clocktime()
60 u_int32 *ts_ui ) /* effective time stamp */ in clocktime()
62 u_int32 ystt[3]; /* year start */ in clocktime()
63 u_int32 test[3]; /* result time stamp */ in clocktime()
64 u_int32 diff[3]; /* abs difference to receive */ in clocktime()
84 test[0] = (u_int32)(*yearstart) + tmp; in clocktime()
131 u_int32 ntp) in ntp_to_year()
142 static u_int32
146 u_int32 days; in year_to_ntp()