HomeSort by relevance Sort by last modified time
    Searched defs:nanoseconds (Results 1 - 3 of 3) sorted by null

  /cts/libs/vogar-expect/src/vogar/util/
TimeUtilities.java 62 * Returns a string representation of the given number of nanoseconds.
75 long nanoseconds = duration % 1000; local
109 * Converts nanoseconds into (fractional) seconds.
  /external/llvm/include/llvm/Support/
TimeValue.h 69 typedef int32_t NanoSecondsType;///< Type used for representing nanoseconds.
88 /// Caller provides the exact value in seconds and nanoseconds. The
95 /// fractional part representing nanoseconds.
195 /// Returns only the seconds component of the TimeValue. The nanoseconds
200 /// Returns only the nanoseconds component of the TimeValue. The seconds
202 /// @brief Retrieve the nanoseconds component.
203 NanoSecondsType nanoseconds() const { return nanos_; } function in class:llvm::sys::TimeValue
241 /// @brief Convert to unix time (100 nanoseconds since 12:00:00a Jan 1,1970)
263 /// Provides the seconds and nanoseconds as results in its arguments after
281 /// modifying the nanoseconds part. This is useful for whole secon
295 void nanoseconds ( NanoSecondsType nanos ) { function in class:llvm::sys::TimeValue
    [all...]
  /external/libpcap/
pcap1.h 128 bpf_u_int32 nanoseconds; /* 10^-9 of seconds */ member in struct:pcap1_info_timestamp

Completed in 868 milliseconds