Home
last modified time | relevance | path

Searched full:hours (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/src/contrib/llvm-project/libcxx/include/__chrono/
H A Dhh_mm_ss.h57 __h_(chrono::duration_cast<chrono::hours>(chrono::abs(__d))), in hh_mm_ss()
58 __m_(chrono::duration_cast<chrono::minutes>(chrono::abs(__d) - hours())), in hh_mm_ss()
59 __s_(chrono::duration_cast<chrono::seconds>(chrono::abs(__d) - hours() - minutes())), in hh_mm_ss()
60 … __f_(chrono::duration_cast<precision>(chrono::abs(__d) - hours() - minutes() - seconds())) {} in hh_mm_ss()
63 _LIBCPP_HIDE_FROM_ABI constexpr chrono::hours hours() const noexcept { return __h_; } in hours() function
77 chrono::hours __h_;
84 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_am(const hours& __h) noexcept { in is_am()
85 return __h >= hours(0) && __h < hours(12); in is_am()
87 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_pm(const hours& __h) noexcept { in is_pm()
88 return __h >= hours(12) && __h < hours(24); in is_pm()
[all …]
/src/usr.bin/leave/
H A Dleave.c56 int hours, minutes; in main() local
88 for (hours = 0; (c = *cp) && c != '\n'; ++cp) { in main()
91 hours = hours * 10 + (c - '0'); in main()
93 minutes = hours % 100; in main()
94 hours /= 100; in main()
99 secs = hours * 60 * 60 + minutes * 60; in main()
104 if (hours > 23) in main()
108 if (hours > 11) in main()
109 hours -= 12; in main()
117 if (hours < t_12_hour || in main()
[all …]
/src/contrib/ntp/scripts/stats/
H A DREADME.timecodes41 hh:mm:ss = hours, minutes, seconds
42 zz = timezone offset (hours from UTC)
46 been lost for about ten hours
62 hh:mm:ss.fff = hours, minutes, seconds, milliseconds of day
68 been lost for about ten hours; unlock condition is indicated by
82 hh:mm:ss = hours, minutes, seconds
99 hh:mm:ss = hours, minutes, seconds
132 hh:mm:ss.fff = hours, minutes, seconds, milliseconds of day
/src/contrib/bc/
H A DMAINTENANCE-TERMS.md27 * If errors are found, those hours will still be charged on top of the final
31 * Any hours spent on bugs or code that have been, or are suspected to have been,
47 * Fuzzing makes my computer unusable, so fuzzing for the 8-12 hours of the
62 The release script takes about 10 hours, and I would need to run it once on
63 Linux (and others at the same time) and once on Windows, which is 20 hours.
70 cost \$11,400 (6 days a week, 8 hours a day, at \$100, the rest at \$25), and
/src/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Dsmartx17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Dtest_status17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Drealloc17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Dtemp17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Dtest_type17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Doff_ucor17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Dsmart_test17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Dpend_sec17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Drep_ucor17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Dw_proc17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Dr_proc17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Dserial17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Dr_ucor17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Dtest_ended17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Ddefect17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Dhealth17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Dw_ucor17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Dnvme_err17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Data_err17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Dsmart17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)
H A Dtest_progress17 hours_on: Show number of hours drive powered on (all drives).
115 /number of hours powered up/{print "hours_on="$7; hours_on=int($7)}
140 /Power On Hours:/{gsub("[^0-9]","",$4); print "hours_on="$4}
164 hours=int($(NF-4))
166 hours=int($(NF-1))
171 # When we int()-ify "hours", it converts stuff like "NOW" and "-" into
174 if (hours == 0)
175 hours=hours_on
184 if (hours_on && hours) {
185 total_hours_ago=(hours_on-hours)

12345678910>>...21