Home
last modified time | relevance | path

Searched refs:hrs (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14-stable/sys/contrib/zstd/programs/
HDutil.c313 UTIL_HumanReadableSize_t hrs; in UTIL_makeHumanReadableSize() local
319 hrs.value = (double)size / (1ull << 20); in UTIL_makeHumanReadableSize()
320 hrs.suffix = " MiB"; in UTIL_makeHumanReadableSize()
323 hrs.precision = 2; in UTIL_makeHumanReadableSize()
325 hrs.value = (double)size; in UTIL_makeHumanReadableSize()
326 hrs.suffix = " B"; in UTIL_makeHumanReadableSize()
327 hrs.precision = 0; in UTIL_makeHumanReadableSize()
332 hrs.value = (double)size / (1ull << 60); in UTIL_makeHumanReadableSize()
333 hrs.suffix = " EiB"; in UTIL_makeHumanReadableSize()
335 hrs.value = (double)size / (1ull << 50); in UTIL_makeHumanReadableSize()
[all …]
HDfileio.c2250 UTIL_HumanReadableSize_t const hrs = UTIL_makeHumanReadableSize(alreadyDecoded+frameSize); in FIO_decompressZstdFrame() local
2266 …Ctx->currFileIdx+1, fCtx->nbFilesTotal, truncatedSrcFileName, hrs.precision, hrs.value, hrs.suffix… in FIO_decompressZstdFrame()
2269 … fCtx->currFileIdx+1, fCtx->nbFilesTotal, srcFileName, hrs.precision, hrs.value, hrs.suffix); in FIO_decompressZstdFrame()
2273 srcFileName, hrs.precision, hrs.value, hrs.suffix); in FIO_decompressZstdFrame()
2497 UTIL_HumanReadableSize_t hrs; in FIO_decompressLz4Frame() local
2500 hrs = UTIL_makeHumanReadableSize(filesize); in FIO_decompressLz4Frame()
2501 DISPLAYUPDATE(2, "\rDecompressed : %.*f%s ", hrs.precision, hrs.value, hrs.suffix); in FIO_decompressLz4Frame()
/freebsd-14-stable/contrib/tcpdump/
HDprint-chdlc.c139 u_int sec,min,hrs,days; in chdlc_slarp_print() local
176 hrs = min / 60; min -= hrs * 60; in chdlc_slarp_print()
177 days = hrs / 24; hrs -= days * 24; in chdlc_slarp_print()
178 ND_PRINT(", link uptime=%ud%uh%um%us",days,hrs,min,sec); in chdlc_slarp_print()
HDprint-icmp.c299 u_int msec,sec,min,hrs; in icmp_tstamp_print() local
306 hrs = min / 60; min -= hrs * 60; in icmp_tstamp_print()
307 snprintf(buf, sizeof(buf), "%02u:%02u:%02u.%03u",hrs,min,sec,msec); in icmp_tstamp_print()
/freebsd-14-stable/usr.bin/w/
HDw.c488 unsigned long days, hrs, mins, secs; in pr_header() local
507 hrs = mins / 60; in pr_header()
509 days = hrs / 24; in pr_header()
510 hrs %= 24; in pr_header()
512 days, hrs, mins, secs); in pr_header()
519 hrs = mins / 60; in pr_header()
521 days = hrs / 24; in pr_header()
522 hrs %= 24; in pr_header()
528 if (hrs > 0 && mins > 0) in pr_header()
529 sbuf_printf(&upbuf, " %2ld:%02ld,", hrs, mins); in pr_header()
[all …]
/freebsd-14-stable/usr.bin/time/
HDtime.c249 long days, hrs, mins; in humantime() local
253 hrs = sec / (60L * 60); in humantime()
261 if (hrs) in humantime()
262 fprintf(out, "%ldh", hrs); in humantime()
/freebsd-14-stable/contrib/unifdef/scripts/
HDauthors.svn5 hrs = Hiroki Sato <hrs@FreeBSD.org>
/freebsd-14-stable/share/misc/
HDcommitters-doc.dot95 hrs [label="Hiroki Sato\nhrs@FreeBSD.org\n2000/07/06"]
178 hrs -> ryusuke
179 hrs -> dru
180 hrs -> skreuzer
HDorganization.dot30 doceng [label="Documentation Engineering Team\ndoceng@FreeBSD.org\nbcr, gabor, gjb, hrs,\nblackend,…
51 webmaster [label="Webmaster Team\nwebmaster@FreeBSD.org\ngjb, wblock, blackend,\ngabor, hrs, wosch"]
HDcommitters-ports.dot203 hrs [label="Hiroki Sato\nhrs@FreeBSD.org\n2004/04/10"]
509 hrs -> meta
576 linimon -> hrs
/freebsd-14-stable/contrib/ntp/ntpd/
HDrefclock_tsyncpci.c851 unsigned int hrs; // Hours accumulator variable in DoyTimeFromSecTime() local
893 hrs = (unsigned int)(secs / SECSPERHR); in DoyTimeFromSecTime()
903 pDt->hour = hrs; in DoyTimeFromSecTime()
/freebsd-14-stable/usr.bin/top/
HDdisplay.c1296 int days, hrs, mins, secs; in i_uptime() local
1302 hrs = uptime / 3600; in i_uptime()
1319 printf(" up %d+%02d:%02d:%02d", days, hrs, mins, secs); in i_uptime()
/freebsd-14-stable/sbin/nvmecontrol/modules/wdc/
HDwdc.c542 uint16_t code, hrs; in print_hgst_info_self_test() local
561 hrs = le16dec(walker); in print_hgst_info_self_test()
565 printf(" %-28s: %u\n", "Total Power On Hrs", hrs); in print_hgst_info_self_test()
/freebsd-14-stable/crypto/openssh/
HDmisc.c693 unsigned int sec, min, hrs, day; in fmt_timeframe() local
706 hrs = week % 24; in fmt_timeframe()
712 snprintf(buf, TF_LEN, "%02lluw%01ud%02uh", week, day, hrs); in fmt_timeframe()
714 snprintf(buf, TF_LEN, "%01ud%02uh%02um", day, hrs, min); in fmt_timeframe()
716 snprintf(buf, TF_LEN, "%02u:%02u:%02u", hrs, min, sec); in fmt_timeframe()
/freebsd-14-stable/sbin/pfctl/
HDpfctl_parser.c518 unsigned int sec, min, hrs, day = runtime; in print_status() local
524 hrs = day % 24; in print_status()
528 running, day, hrs, min, sec); in print_status()
/freebsd-14-stable/contrib/tzdata/
HDantarctica77 # hrs on Sunday 4 October 2020 and will mean Casey and Macquarie Island will
HDsouthamerica1583 # third Sunday of April at 0200hrs and advance to Summer Time (UTC/GMT -3
1584 # hours) on the first Sunday of September at 0200hrs.
HDnorthamerica2250 # of "spring ahead-fall behind" currently we are zulu plus 5 hrs and in
2251 # the winter Zulu plus 6 hrs"
HDaustralasia2070 # In 1943 "The standard time kept is 12 hrs. 19 min. 12 sec. fast
/freebsd-14-stable/usr.bin/calendar/calendars/
HDcalendar.freebsd393 10/05 Hiroki Sato <hrs@FreeBSD.org> born in Yamagata, Japan, 1977
/freebsd-14-stable/contrib/ncurses/include/
HDCaps.hpux11664 set_clock sclk str SC - - ----- set clock, #1 hrs #2 mins #3 secs
HDCaps656 set_clock sclk str SC - - ----- set clock, #1 hrs #2 mins #3 secs
HDCaps.osf1r5794 set_clock sclk str SC - - ----- set clock, #1 hrs #2 mins #3 secs
HDCaps.aix4758 set_clock sclk str SC - - ----- set clock, #1 hrs #2 mins #3 secs
HDCaps.keys659 set_clock sclk str SC - - ----- set clock, #1 hrs #2 mins #3 secs

12