Searched refs:bytes (Results 226 - 239 of 239) sorted by relevance

12345678910

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm660 Size => <bytes>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm142 =item :bytes
H A DCGI.pm3947 # how many bytes to read at a time. We use
4092 # This will read $bytes or until the boundary is hit, whichever happens
4097 my($self,$bytes) = @_;
4099 # default number of bytes to read
4100 $bytes = $bytes || $FILLUNIT;
4104 $self->fillBuffer($bytes);
4138 $bytesToReturn = $start-2 > $bytes ? $bytes : $start;
4139 } else { # read the requested number of bytes
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm250 length String return the number of bytes in a string
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c954 * Check the first sequence and calculate the number of bytes used
979 * Check the 2nd sequence and calculate the number of bytes used
1058 kmf_hexstr_to_bytes(unsigned char *hexstr, unsigned char **bytes, argument
1113 *bytes = buf;
1694 /* Have to fill in the bytes msb-first */
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemset.s59 * If (size <= 144 bytes) {
66 * Use 8-byte non-temporal stores (64-bytes/loop)
71 * Use 8-byte stores (128 bytes per loop)
76 * If (size <= 192 bytes) {
80 * Use 16-byte non-temporal stores (128-bytes/loop)
82 * Use 16-byte stores (128 bytes per loop)
87 * Finish any remaining bytes via unrolled code above.
914 movq %r8,%rcx # get size in bytes
920 andq $7,%r8 # remaining bytes
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm234 LEN indicates the number of bytes requested for the PV (one more than
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm606 four bytes are a unique identifier for the component being replaced.
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c86 uint64_t max_ddt_size; /* max dedup table size in bytes */
87 uint64_t cur_ddt_size; /* current dedup table size in bytes */
3643 uint64_t bytes = zc.zc_cookie; local
3647 zfs_nicenum(bytes, buf1, sizeof (buf1));
3648 zfs_nicenum(bytes/delta, buf2, sizeof (buf1));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm177 # lib/ExtUtils/t/bytes 4
438 || $module eq 'bytes' || $module eq 'warnings') {
713 || $name eq 'bytes'
1442 push @pragmas, "bytes" if $bits & 0x8;
4416 use bytes;
4458 =item bytes
4539 C<use strict 'refs'>, C<use bytes>, and C<use integer>. (C<$[>, which
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c158 uint64_t bytes, pbytes; local
160 bytes = new->zsz_tot_bytes - old->zsz_tot_bytes;
235 old->zsz_tot_bytes += bytes;
3266 * to a "bytes per second number".
3366 * to a "bytes per second number".
3394 * to a "bytes per second number".
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm552 # Need proper Unicode preserving hash keys for bytes in range 128-255
599 confess sprintf "'$char' is %d bytes long, not 1", length $char
667 # For simplicity always skip the bytes case, and reconstitute this entry
876 256+ (ie one that could be either in bytes or utf8) into a second entry
998 # Encode the name as utf8 bytes.
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4892 zonecfg_str_to_bytes(char *str, uint64_t *bytes) argument
4898 *bytes = 0;
4927 *bytes = (uint64_t)(val * scale);
8717 zerror(zone_name, gettext("failed to allocate %lu bytes: %s"),
10337 * For each list we count the number of bytes needed for every list,
/osnet-11/usr/src/grub/grub2/
H A Dconfigure17789 two bytes long, with UTF-8 encoding. */
[all...]

Completed in 177 milliseconds

12345678910