Lines Matching defs:tod_ns
981 data64 = &ff->ph->env.clock.tod_ns;
1955 struct timeval tod_ns;
1966 ref = ff->ph->env.clock.tod_ns;
1967 tod_ns.tv_sec = ref / NSEC_PER_SEC;
1968 ref -= tod_ns.tv_sec * NSEC_PER_SEC;
1969 tod_ns.tv_usec = ref / NSEC_PER_USEC;
1979 if (localtime_r(&tod_ns.tv_sec, <ime) == NULL)
1984 date, (int) tod_ns.tv_usec);
1989 tstr, (long) tod_ns.tv_sec, (int) tod_ns.tv_usec,
3434 env->clock.tod_ns = data64;