Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 25 of 1716) sorted by path

12345678910>>...69

/freebsd/bin/dd/
H A Ddd.c614 st.bytes += nw; in dd_out()
H A Ddd.h65 uintmax_t bytes; /* # of bytes written */ member
H A Dmisc.c97 st.bytes, secs, st.bytes / secs); in summary()
113 humanize_number(si, sizeof(si), (int64_t)st.bytes, "B", HN_AUTOSCALE, in progress()
115 humanize_number(iec, sizeof(iec), (int64_t)st.bytes, "B", HN_AUTOSCALE, in progress()
117 humanize_number(persec, sizeof(persec), (int64_t)(st.bytes / secs), "B", in progress()
120 (uintmax_t)st.bytes, si, iec, secs, persec); in progress()
/freebsd/bin/df/
H A Ddf.c412 prthumanval(const char *fmt, int64_t bytes) in prthumanval() argument
421 humanize_number(buf, sizeof(buf) - (bytes < 0 ? 0 : 1), in prthumanval()
422 bytes, "", HN_AUTOSCALE, flags); in prthumanval()
424 xo_attr("value", "%lld", (long long) bytes); in prthumanval()
432 prthumanvalinode(const char *fmt, int64_t bytes) in prthumanvalinode() argument
439 humanize_number(buf, sizeof(buf) - (bytes < 0 ? 0 : 1), in prthumanvalinode()
440 bytes, "", HN_AUTOSCALE, flags); in prthumanvalinode()
442 xo_attr("value", "%lld", (long long) bytes); in prthumanvalinode()
/freebsd/bin/ls/
H A Dprint.c743 printsize(size_t width, off_t bytes) in printsize() argument
753 humanize_number(buf, sizeof(buf), (int64_t)bytes, "", in printsize()
759 (void)printf(format, (u_int)width, bytes); in printsize()
761 (void)printf("%*jd ", (u_int)width, bytes); in printsize()
/freebsd/bin/sh/tests/expansion/
H A Dcmdsubst24.01 # POSIX leaves the effect of NUL bytes in command substitution output
H A Dpathname3.08 # 8192 bytes
17 # 1024 bytes
/freebsd/bin/sh/tests/parser/
H A Dfunc1.01 # POSIX does not require these bytes to work in function names,
H A Dnul1.01 # Although POSIX does not specify the effect of NUL bytes in scripts,
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java158 printValue(Object value, int bytes, String stringFormat) in printValue() argument
161 if (bytes == 1) { in printValue()
163 } else if (bytes == 2) { in printValue()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.system.d.out2 PING 127.0.0.1 (127.0.0.1): 56 data bytes
7 PING 127.0.0.1 (127.0.0.1): 56 data bytes
12 PING 127.0.0.1 (127.0.0.1): 56 data bytes
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localicmp.ksh.out3 PING 127.0.0.1 (127.0.0.1): 56 data bytes
H A Dtst.ipv6localicmp.ksh.out3 PING(56=40+8+8 bytes) ::1 --> ::1
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh57 bytes = args[0];
66 /opens && bytes && segs/
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dip10 # Display interface name and bytes sent/received when IP I/O occurs
H A Dtcp10 # Display local/remote TCP addresses/ports and bytes sent/received for TCP I/O
H A Dudp10 # Display local/remote UDP addresses/ports and bytes sent/received for UDP I/O
H A Dudplite10 # Display local/remote UDP addresses/ports and bytes sent/received for UDP I/O
/freebsd/contrib/arm-optimized-routines/networking/
H A Dchksum_common.h105 align_ptr(const void *ptr, size_t bytes) in align_ptr() argument
107 return (void *) ((uintptr_t) ptr & -(uintptr_t) bytes); in align_ptr()
/freebsd/contrib/arm-optimized-routines/string/arm/
H A Dmemchr.S74 @ At this point, we are aligned, we know we have at least 8 bytes to work with
81 orr r1, r1, r1, lsl #8 @ expand the match word across to all bytes
90 eor r5,r5, r1 @ Get it so that r5,r6 have 00's where the bytes match the target
95 sel r6, r5, r7 @ chained....bytes are 00 for none-00 bytes, or ff for 00 bytes - NOTE INVERSION
97 bne 15b @ (Flags from the subs above) If not run out of bytes then go around again
H A Dmemset.S59 bics r4, r2, #15 @ if less than 16 bytes then need to finish it off
64 @ byte and takes two cycles, where an AND is four bytes but one
67 orr r1, r1, r1, lsl#8 @ Same character into all bytes
/freebsd/contrib/bc/
H A DNEWS.md832 be 16 bytes on all systems, but it was changed to more closely align with the
833 minimum allocation size on Linux, which is either 32 bytes (64-bit musl), 24
834 bytes (64-bit glibc), 16 bytes (32-bit musl), or 12 bytes (32-bit glibc). Since
837 of `BC_NUM_DEF_SIZE` on 64-bit systems was changed to 32 bytes.
916 The code bloat savings from this is at least 1700 bytes on `x86_64`, *before*
/freebsd/contrib/bc/manuals/
H A Dbuild.md870 `clang` and `musl`, the executable is 140.4 kb (140,386 bytes) on `x86_64`. That
875 the size can be reduced to 107.6 kb (107,584 bytes).
878 can be reduced (for a build with both calculators) to 119.9 kb (119,866 bytes).
892 124.0 kb (123,986 bytes) with history and 107.6 kb (107,560 bytes) without
906 reduced to 128.1 kb (128,096 bytes) with history and extra math support, 107.6
907 kb (107,576 bytes) without history and with extra math support, and 95.3 kb
908 (95,272 bytes) without history and without extra math support.
/freebsd/contrib/bc/src/
H A Dfile.c93 size_t bytes = 0; in bc_file_output() local
99 while (bytes < n) in bc_file_output()
102 ssize_t written = write(fd, buf + bytes, n - bytes); in bc_file_output()
112 bytes += (size_t) written; in bc_file_output()
H A Dprogram.c3764 uchar byte, i, bytes = (uchar) code[(*bgn)++]; in bc_program_printIndex() local
3767 for (byte = 1, i = 0; byte && i < bytes; ++i) in bc_program_printIndex()

12345678910>>...69