Searched defs:hours (Results 1 – 8 of 8) sorted by relevance
26 using hours = std::chrono::hours; in main() typedef
22 using hours = std::chrono::hours; in main() typedef
23 using hours = std::chrono::hours; in main() typedef
133 auto minutes = (number - hours * 10000) / 100; in TEST() local 160 auto hours = number / 100; TEST() local
63 _LIBCPP_HIDE_FROM_ABI constexpr chrono::hours hours() const noexcept { return __h_; } in hours() function [all...]
1630 const uint64_t hours = delta_nanos / NANOS_PER_HOUR; DumpTimestamp() local
1481 uint32_t hours; global() member in llvm::yaml::MappingTraits::NormalizedSeconds