Lines Matching full:nsec
32 int32_t nsec; /* nanoseconds */
47 int32_t nsec; /* nanoseconds */
58 int32_t nsec; /* nanoseconds */
91 return (entry.sec == T.entry.sec) && (entry.nsec == T.entry.nsec);
101 && (entry.nsec < T.entry.nsec));
111 && (entry.nsec > T.entry.nsec));
117 uint64_t nsec() const
119 return static_cast<uint64_t>(entry.sec) * NS_PER_SEC + entry.nsec;