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

12345678910

/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s68 sub %i4, 8, %i4 ! bytes until src aligned
91 be,pn %ncc, .storebyte1241 ! store 1, 2, 4, 1 bytes
94 be,pn %ncc, .storebyte1421 ! store 1, 4, 2, 1 bytes
113 ! remaining src bytes. Since strlen(dts) == strlen(src), we can
161 ! n expired, so this is the last word. It may contain null bytes.
162 ! Store bytes until n == 0. If a null byte is encountered during
269 srlx %l1, 24, %g1 ! %g1<31:0> = bytes 2, 3, 4, 5
270 stw %g1, [%l0 + 1] ! store bytes 2, 3, 4, 5
271 srlx %l1, 8, %g1 ! %g1<15:0> = bytes 6, 7
272 sth %g1, [%l0 + 5] ! store bytes
[all...]
H A Dascii_strcasecmp.s86 * used for finding null bytes in a word:
119 ! a word boundary. During these steps, the bytes are translated to
221 srl %i3, %l6, %i3 ! mask for fixing up bytes
223 orn %i0, %i3, %i0 ! force start bytes to non-zero
316 bnz,pn %ncc, .done ! bytes differ, return difference
321 ! we know byte 1 is equal, so can compare bytes 1,2 as a group
325 bnz,pn %ncc, .done ! bytes differ, return difference
330 ! we know bytes 1, 2 are equal, so can compare bytes 1,2,3 as a group
334 bnz,pn %ncc, .done ! bytes diffe
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dascii_strcasecmp.s86 * used for finding null bytes in a word:
119 ! a word boundary. During these steps, the bytes are translated to
221 srl %i3, %l6, %i3 ! mask for fixing up bytes
223 orn %i0, %i3, %i0 ! force start bytes to non-zero
263 sll %i0, %l6, %g1 ! bytes from old aligned word from s2
315 bnz .done ! bytes differ, return difference
320 ! we know byte 1 is equal, so can compare bytes 1,2 as a group
324 bnz .done ! bytes differ, return difference
329 ! we know bytes 1, 2 are equal, so can compare bytes
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dnetent.pm75 @bytes = unpack("C4", pack("N", $n->net));
76 shift @bytes while @bytes && $bytes[0] == 0;
78 printf "%s is %08X [%d.%d.%d.%d]\n", $n->name, $n->net, @bytes;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dutf8.t30 binmode(F,":bytes");
68 binmode(F, ":bytes");
82 { use bytes; $y = length($a);}
87 use bytes; my $y = length($b);
94 use bytes; my $y = length($b);
100 { use bytes; if (ord('A')==193){$y += 2;}else{$y += 3;}} # EBCDIC ASCII
107 binmode(F, ":bytes");
122 binmode(F, ":bytes:");
138 binmode(F, ":bytes");
143 binmode(F, ":bytes");
[all...]
/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c307 malloc(size_t bytes) argument
311 if (bytes > MAX_CACHED) {
318 void *ret_ptr = oversize(bytes);
333 return (malloc_internal(bytes,
336 return (malloc_internal(bytes, &cpu_list[(this_lwp & cpu_mask)],
342 realloc(void * ptr, size_t bytes) argument
349 if (bytes == 0) {
355 return (malloc(bytes));
371 if (bytes <= (cacheptr->mt_size - OVERHEAD))
375 new = malloc(bytes);
423 calloc(size_t nelem, size_t bytes) argument
1673 morecore(size_t bytes) argument
[all...]
/osnet-11/usr/src/lib/libresolv2/common/inet/
H A Dinet_net_pton.c50 * "size" is in bytes and describes "dst".
272 size_t bytes; local
366 bytes = (bits + 7) / 8;
367 if (bytes > size)
369 memcpy(dst, tmp, bytes);
386 * "size" is in bytes and describes "dst".
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs.c44 char bytes[512]; member in union:__anon2240
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Deach.t151 ok (!exists $b{$A}, "utf8 key in bytes hash");
152 ok (!exists $u{$a}, "bytes key in utf8 hash");
161 { use bytes; $ol = bytes::length($d) }
169 { use bytes; ok (bytes::length($d) == $ol) }
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
H A Dencoding.pm36 On input, convert the bytes expected to be in the specified
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/
H A Dscalar.pm32 on the handle. The scalar is considered a stream of bytes. Currently
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemset.s54 andl $3,%ecx / %ecx = number of bytes left
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspace_used.tcl32 pri_unused int, -- Number of unused bytes on primary pages
33 ovfl_unused int -- Number of unused bytes on overflow pages
97 puts -nonewline "-- Total unused bytes on primary pages: $total_unused_primary"
100 puts " (avg $upp bytes/page)"
104 puts -nonewline "-- Total unused bytes on overflow pages: $total_unused_ovfl"
107 puts " (avg $upp bytes/page)"
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios_datagram.c43 * minimal maximum length defined in for IP is 576 bytes. This
101 * MAX_DATAGRAM_LENGTH 576 bytes (default)
246 * data bytes in 1st UDP;
475 smb_datagram_decode(struct datagram *datagram, int bytes) argument
481 if (bytes == DATAGRAM_ERR_HEADER_LENGTH) {
488 if (bytes >= DATAGRAM_HEADER_LENGTH) {
496 datagram->rawbytes = bytes;
822 int bytes, flag = 1; local
870 if ((bytes = recvfrom(datagram_sock, datagram->rawbuf,
886 if (smb_datagram_decode(datagram, bytes) <
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dutf8.pm38 # Change the native bytes of a Perl scalar to/from UTF-8 bytes.
50 the source text as literal bytes in the current lexical scope.
53 earlier than 5.6 allowed arbitrary bytes in source code, whereas
88 Note that if you have bytes with the eighth bit on in your script
90 will be unhappy since the bytes are most probably not well-formed
91 UTF-8. If you want to have such bytes and use utf8, you can disable
94 If you want to automatically upgrade your 8-bit legacy bytes to UTF-8,
96 you want to implicitly upgrade your ISO 8859-1 (Latin-1) bytes to UTF-8
128 bytes
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8.c55 * return the number of bytes required to hold the
61 size_t bytes; local
63 for (bytes = 0; p[bytes]; bytes++)
66 return bytes;
274 * is appears within the 6 bytes examined.
301 * is appears within the 6 bytes examined.
319 * number of bytes copied.
325 * is appears within the 6 bytes examine
[all...]
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dquotearg.c430 be the first bytes of multibyte characters, which means
503 size_t bytes = mbrtowc (&w, &arg[i + m], local
505 if (bytes == 0)
507 else if (bytes == (size_t) -1)
512 else if (bytes == (size_t) -2)
529 for (j = 1; j < bytes; j++)
543 m += bytes;
652 embedded null bytes only if ARGSIZE is not SIZE_MAX, SIZE is not
661 /* Elide embedded null bytes if we can't return a size. */
755 /* Elide embedded null bytes sinc
[all...]
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_region.c40 u_int32_t flags, mbytes, bytes; local
80 * few tens of bytes in length. So, this depends on the ability
228 infop->fd, &mbytes, &bytes, NULL)) != 0)
230 size = mbytes * MEGABYTE + bytes;
591 u_int32_t mbytes, bytes; local
644 if ((ret = __os_ioinfo(name, fd, &mbytes, &bytes, NULL)) != 0)
646 size = mbytes * MEGABYTE + bytes;
751 /* Write nuls to the new bytes. */
755 * Some systems require that all of the bytes of the region be
/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_fopen.c88 u_int32_t mbytes, bytes; local
164 dbmfp->fd, &mbytes, &bytes, NULL)) != 0) {
170 if (bytes % pagesize != 0) {
179 last_pgno += bytes / pagesize;
230 * + and is less than mp_mmapsize bytes in size
258 (mbytes == maxmap / MEGABYTE && bytes >= maxmap % MEGABYTE))
263 dbmfp->len = (size_t)mbytes * MEGABYTE + bytes;
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_uvfs.c577 int bytes; local
597 bytes = libuvfs_add_direntry(dirhp->dh_data,
599 if (bytes == 0 && off == 0) {
614 bytes = libuvfs_add_direntry(dirhp->dh_data,
617 if (bytes == 0)
621 dirhp->dh_bytes_used + bytes > dirhp->dh_response_size) {
625 dirhp->dh_bytes_used += bytes;
628 return (bytes ? 0 : 1);
723 int bytes = 0; local
745 if (bytes
1309 int bytes; local
1377 int bytes; local
[all...]
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dcryptoutil.h134 * There is no limit for the attribute length in the spec. 256 bytes should be
139 * CKA_ID is of type "byte array" which can be of arbitrary length. 256 bytes
206 extern void tohexstr(uchar_t *bytes, size_t blen, char *hexstr, size_t hexlen);
207 extern int hexstr_to_bytes(char *hexstr, size_t hexlen, uchar_t **bytes,
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemcpy.s35 movl 0+12(%esp),%ecx / get number of bytes to move
73 andl $0x3,%edx / %edx = number of bytes left to move
126 andl $63, %ecx / compute remaining bytes
166 cmpl $64, %ecx / after aligning, will we still have 64 bytes?
171 rep ; smovb / move the bytes
/osnet-11/usr/src/lib/libparted/common/libparted/fs/xfs/
H A Dxfs.c45 char bytes [512]; member in union:__anon2257
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/
H A Dfile.pm64 This function will calculate and return the binary digest of the bytes
/osnet-11/usr/src/lib/libsqlite/src/
H A Dencode.c107 ** Encode a binary buffer "in" of size n bytes so that it contains
114 ** "out" must be able to hold at least 2 +(257*n)/254 bytes.
116 ** bytes for every 254 bytes of input plus 2 bytes of fixed overhead.
171 ** The output will always be a few bytes less than the input. The number
172 ** of bytes of output is returned. If the input is not a well-formed
252 fprintf(stderr,"Finished. Total encoding: %d->%d bytes\n",

Completed in 2819 milliseconds

12345678910