Lines Matching refs:tod_ns
921 data64 = &ff->ph->env.clock.tod_ns;
1591 struct timeval tod_ns;
1602 ref = ff->ph->env.clock.tod_ns;
1603 tod_ns.tv_sec = ref / NSEC_PER_SEC;
1604 ref -= tod_ns.tv_sec * NSEC_PER_SEC;
1605 tod_ns.tv_usec = ref / NSEC_PER_USEC;
1615 if (localtime_r(&tod_ns.tv_sec, <ime) == NULL)
1620 date, (int) tod_ns.tv_usec);
1625 tstr, tod_ns.tv_sec, (int) tod_ns.tv_usec,
2846 ff->ph->env.clock.tod_ns = data64;