Searched refs:nano (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_clock.cpp43 typedef chrono::duration<rep, nano> __nsecs;
49 typedef chrono::duration<rep, nano> __nsecs;
H A Dtime_utils.h127 using fs_nanoseconds = duration<rep, nano>;
166 using fs_nanoseconds = duration<rep, nano>;
/freebsd-current/contrib/llvm-project/libcxx/include/__chrono/
H A Dfile_clock.h53 typedef nano period;
56 typedef nano period;
H A Dduration.h284 typedef duration<long long, nano> nanoseconds;
529 _LIBCPP_HIDE_FROM_ABI constexpr chrono::duration<long double, nano> operator""ns(long double __ns) {
530 return chrono::duration<long double, nano>(__ns);
H A Dostream.h79 else if constexpr (same_as<typename _Period::type, nano>)
/freebsd-current/sys/contrib/zstd/programs/
H A Dtimefn.c130 PTime nano = 0; local
131 nano += 1000000000ULL * diff.tv_sec;
132 nano += diff.tv_nsec;
133 return nano;
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dratio.inc48 using std::nano;
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dchrono.cpp190 auto dur = seconds * nano::den + fractions * nano::den / freq.QuadPart;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h111 template <> struct unit<std::nano> { static const char value[]; };
155 return {getAs<std::nano>(D), "ns"};
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DChrono.cpp23 const char llvm::detail::unit<std::nano>::value[] = "ns";
/freebsd-current/contrib/wpa/src/utils/
H A Dos_unix.c120 uint64_t abstime, nano;
129 nano = (abstime * info.numer) / info.denom;
131 t->sec = nano / NSEC_PER_SEC;
132 t->usec = (nano - (((uint64_t) t->sec) * NSEC_PER_SEC)) / NSEC_PER_USEC;
/freebsd-current/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h98 using __ratio = ratio_divide<_Period, nano>;
122 using __ratio = ratio_divide<_Period, nano>;
/freebsd-current/lib/libusb/
H A Dlibusb.h293 const uint16_t nano; member in struct:libusb_version
H A Dlibusb10.c78 .nano = 2016,
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp2058 struct ratio_string<std::nano> {
2412 template <typename Duration = std::chrono::duration<double, std::nano>>
14941 std::string ratio_string<std::nano>::symbol() { return "n"; }
17098 .writeComment("All values in nano seconds");

Completed in 286 milliseconds