/freebsd/sys/contrib/zstd/programs/ |
H A D | util.c | 313 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 …]
|
H A D | fileio.c | 2250 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/usr.bin/w/ |
H A D | w.c | 480 unsigned long days, hrs, mins, secs; in pr_header() local 499 hrs = mins / 60; in pr_header() 501 days = hrs / 24; in pr_header() 502 hrs %= 24; in pr_header() 504 days, hrs, mins, secs); in pr_header() 511 hrs = mins / 60; in pr_header() 513 days = hrs / 24; in pr_header() 514 hrs %= 24; in pr_header() 520 if (hrs > 0 && mins > 0) in pr_header() 521 sbuf_printf(&upbuf, " %2ld:%02ld,", hrs, mins); in pr_header() [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-chdlc.c | 139 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()
|
H A D | print-icmp.c | 299 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/usr.bin/time/ |
H A D | time.c | 232 long days, hrs, mins; in humantime() local 236 hrs = sec / (60L * 60); in humantime() 244 if (hrs) in humantime() 245 fprintf(out, "%ldh", hrs); in humantime()
|
/freebsd/contrib/unifdef/scripts/ |
H A D | authors.svn | 5 hrs = Hiroki Sato <hrs@FreeBSD.org>
|
/freebsd/share/misc/ |
H A D | committers-doc.dot | 95 hrs [label="Hiroki Sato\nhrs@FreeBSD.org\n2000/07/06"] 182 hrs -> ryusuke 183 hrs -> dru 184 hrs -> skreuzer
|
H A D | organization.dot | 30 doceng [label="Documentation Engineering Team\ndoceng@FreeBSD.org\nbcr, gabor, gjb, hrs,\nblackend, ryusuke, wblock"] 51 webmaster [label="Webmaster Team\nwebmaster@FreeBSD.org\ngjb, wblock, blackend,\ngabor, hrs, wosch"]
|
H A D | committers-ports.dot | 206 hrs [label="Hiroki Sato\nhrs@FreeBSD.org\n2004/04/10"] 523 hrs -> meta 593 linimon -> hrs
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_tsyncpci.c | 851 unsigned int hrs; // Hours accumulator variable in DoyTimeFromSecTime() local 893 hrs = (unsigned int)(secs / SECSPERHR); in DoyTimeFromSecTime() 903 pDt->hour = hrs; in DoyTimeFromSecTime()
|
/freebsd/usr.bin/top/ |
H A D | display.c | 1296 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/sbin/nvmecontrol/modules/wdc/ |
H A D | wdc.c | 541 uint16_t code, hrs; in print_hgst_info_self_test() local 560 hrs = le16dec(walker); in print_hgst_info_self_test() 564 printf(" %-28s: %u\n", "Total Power On Hrs", hrs); in print_hgst_info_self_test()
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | stm32mp157c-lxa-tac-gen2.dts | 5 * Copyright (C) 2023 Leonard Göhrs, Pengutronix
|
H A D | stm32mp15xc-lxa-tac.dtsi | 5 * Copyright (C) 2023 Leonard Göhrs, Pengutronix
|
/freebsd/crypto/openssh/ |
H A D | misc.c | 693 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/sbin/pfctl/ |
H A D | pfctl_parser.c | 517 unsigned int sec, min, hrs; in print_status() local 524 hrs = day % 24; in print_status() 528 running, (long long)day, hrs, min, sec); in print_status()
|
/freebsd/contrib/tzdata/ |
H A D | antarctica | 77 # hrs on Sunday 4 October 2020 and will mean Casey and Macquarie Island will
|
H A D | southamerica | 1529 # third Sunday of April at 0200hrs and advance to Summer Time (UTC/GMT -3 1530 # hours) on the first Sunday of September at 0200hrs.
|
/freebsd/usr.bin/calendar/calendars/ |
H A D | calendar.freebsd | 405 10/05 Hiroki Sato <hrs@FreeBSD.org> born in Yamagata, Japan, 1977
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps.hpux11 | 664 set_clock sclk str SC - - ----- set clock, #1 hrs #2 mins #3 secs
|
H A D | Caps | 656 set_clock sclk str SC - - ----- set clock, #1 hrs #2 mins #3 secs
|
H A D | Caps.osf1r5 | 794 set_clock sclk str SC - - ----- set clock, #1 hrs #2 mins #3 secs
|
H A D | Caps.keys | 659 set_clock sclk str SC - - ----- set clock, #1 hrs #2 mins #3 secs
|
H A D | Caps.aix4 | 758 set_clock sclk str SC - - ----- set clock, #1 hrs #2 mins #3 secs
|