Home | History | Annotate | Download | only in log

Lines Matching full:nsec

36     int32_t     nsec;   /* nanoseconds */
51 int32_t nsec; /* nanoseconds */
62 int32_t nsec; /* nanoseconds */
73 uint32_t nsec; /* nanoseconds */
108 return (entry.sec == T.entry.sec) && (entry.nsec == T.entry.nsec);
118 && (entry.nsec < T.entry.nsec));
128 && (entry.nsec > T.entry.nsec));
134 uint64_t nsec() const
136 return static_cast<uint64_t>(entry.sec) * NS_PER_SEC + entry.nsec;