| /src/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | hh_mm_ss.h | 57 __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 D | leave.c | 56 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 D | README.timecodes | 41 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 D | MAINTENANCE-TERMS.md | 27 * 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 D | smartx | 17 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 D | test_status | 17 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 D | realloc | 17 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 D | temp | 17 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 D | test_type | 17 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 D | off_ucor | 17 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 D | smart_test | 17 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 D | pend_sec | 17 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 D | rep_ucor | 17 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 D | w_proc | 17 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 D | r_proc | 17 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 D | serial | 17 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 D | r_ucor | 17 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 D | test_ended | 17 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 D | defect | 17 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 D | health | 17 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 D | w_ucor | 17 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 D | nvme_err | 17 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 D | ata_err | 17 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 D | smart | 17 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 D | test_progress | 17 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)
|