Lines Matching refs:tsf
35 # define TVUTOTSF(tvu, tsf) \ argument
36 ((tsf) = ustotslo[(tvu) & 0xff] \
40 # define TVUTOTSF(tvu, tsf) \ argument
41 ((tsf) = (u_int32) \
62 # define TSFTOTVU(tsf, tvu) \ argument
63 ((tvu) = (tstoushi[((tsf) >> 24) & 0xff] \
64 + tstousmid[((tsf) >> 16) & 0xff] \
65 + tstouslo[((tsf) >> 9) & 0x7f] \
68 # define TSFTOTVU(tsf, tvu) \ argument
70 (((u_int64)(tsf) * MICROSECONDS + 0x80000000) >> 32))
126 #define MSUTOTSF(msu, tsf) TVUTOTSF((msu) * 1000, tsf) argument