Searched defs:nsec (Results 1 – 6 of 6) sorted by relevance
61 int32_t nsec; /* nanoseconds */ member79 int32_t nsec; /* nanoseconds */ member98 int32_t nsec; /* nanoseconds */ member117 uint32_t nsec; /* nanoseconds */ member173 uint64_t nsec() const { in nsec() function
148 uint64_t nsec() const { in nsec() function
120 uint32_t NsecToUsec(uint32_t nsec) { return nsec / 1000; } in NsecToUsec()
1527 unsigned long nsec; in android_log_formatLogLine() local