Home | History | Annotate | Download | only in source

Lines Matching refs:ntp_frac

20 uint32_t MidNtp(uint32_t ntp_sec, uint32_t ntp_frac) {
21 return (ntp_sec << 16) + (ntp_frac >> 16);