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

12345678910

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm32 # try to read a block which is exactly $size bytes long
270 I<precisely> C<$size> bytes.
275 is exactly C<$size> bytes in length. The only circumstances when it
276 will not return a block which is C<$size> bytes long is on EOF or
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c74 * Return the number of bytes successfully placed into mbs.
201 * returning either -1 on error or the number of bytes used to convert the
212 * will instead by the number of bytes used to shift to the initial state,
218 int i, bytes, count, last; local
223 /* Return total number of bytes written to multibyte string. */
249 for (count = i = 0; i < cc->_n; ++i, count += bytes)
250 if ((bytes = m_wio_put(cc->_wc[i], &convert)) < 0) {
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c612 * CK_OBJECT_CLASS (2 bytes)
613 * CK_KEY_TYPE (2 bytes)
614 * CKA_VALUE_LEN (4 bytes)
615 * CK_CERTIFICATE_TYPE (2 bytes - not used)
616 * CK_MECHANISM_TYPE (4 bytes)
617 * boolean attributes (3 bytes)
1081 int bytes; local
1087 bytes = kms_slurp_fd(fd, buf, statp.st_size);
1090 kms_parse_labels(&sp->objlabel_tree, buf, bytes);
1204 * CK_OBJECT_CLASS (2 bytes)
[all...]
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemcpy.s61 * If (size <= 128 bytes) {
69 * Use 8-byte non-temporal stores (64-bytes/loop)
74 * Use 8-byte loads/stores (64 bytes per loop)
80 * Use 16-byte non-temporal stores (128-bytes per loop)
83 * Use 16-byte aligned loads and stores (128 bytes/loop)
93 * Finish any remaining bytes via unrolled code above.
302 L(A1Q0): # ; need to move 8+ 7=1+2+4 bytes
321 L(A2Q0): # ; need to move 8+ 6=2+4 bytes
336 L(A3Q0): # ; need to move 8+ 5=1+4 bytes
352 L(A4Q0): # ; need to move 8+4 bytes
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs43 # back to it, and each "do_now" will cause bytes. There is no state.
49 # only the leaf "do_now"s cause output bytes, and they in turn point back to
71 # adjacent bytes where possible. The aggregate is for a contiguous range of
72 # bytes which each produce the same length of output, each move to the
336 printf STDERR "%d bytes in string tables\n",$strings;
337 printf STDERR "%d bytes (%.3g%%) saved spotting duplicates\n",
339 printf STDERR "%d bytes (%.3g%%) saved using substrings\n",
577 # hash using the bytes (all length 1) as keys rather than ord value,
1128 128 bytes in string tables
1129 384 bytes (2
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Dure.c270 _ure_memmove(char *dest, char *src, unsigned long bytes) argument
274 i = (long) bytes;
282 src += bytes;
283 dest += bytes;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm613 my $bytes; { use bytes; $bytes = length }
614 s/([^\x00-\x7f])/'\x{'.sprintf("%x",ord($1)).'}'/ge if $bytes > length;
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c720 ctl_writedone(evContext lev, void *uap, int fd, int bytes) { argument
736 if (bytes < 0) {
/osnet-11/usr/src/lib/efcode/engine/
H A Dfcode.c283 int bytes = len+2+sizeof (flag_t); local
284 dptr = (acf_t)(TOKEN_ROUNDUP(HERE+bytes));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_pack.c1361 U32 bytes = 0;
1367 bytes = 0;
1374 else if (++bytes >= sizeof(UV)) { /* promote to string */
1382 bytes = 0;
1395 if ((s >= strend) && bytes)
2431 And with that many bytes only Inf can overflow.
H A Dconfig_h.SH270 * to find the number of bytes in a multibye character.
962 * This symbol contains the number of bytes required to align a
1210 * to determine the number of bytes in the buffer. USE_STDIO_BASE
1219 * This macro is used to determine the number of bytes in the I/O
1338 * a count of bytes or an error condition. It must be a signed type.
1344 #define SSize_t $ssizetype /* signed count of bytes */
4238 * This symbol holds the size of a Gid_t in bytes.
4257 * This symbol holds the number of bytes used by the Off_t.
4260 * This symbol holds the number of bytes used by the Off_t.
4282 * This symbol holds the size of a Size_t in bytes
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c88 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* Get device size in bytes. */
1336 static void print_volume_size(const char *str, s64 bytes) argument
1338 Printf("%s: %lld bytes (%lld MB)\n", str, (long long)bytes,
1339 (long long)rounded_up_division(bytes, NTFS_MBYTE));
1362 Printf("Cluster size : %u bytes\n",
1367 Printf("Image device size : %lld bytes\n",
1372 Printf("Offset to image data : %u (0x%x) bytes\n",
1431 Printf("Cluster size : %u bytes\n",
1455 ntfs_log_debug("BLKGETSIZE64 nr bytes
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java286 o = ((Opaque)o).bytes;
765 // Convert to bytes.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL233 sizeof Returns the bytes in the structure, or the member if
848 local($bits,$bytes);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm284 processed. It modifies it in place to remove bytes/characters it can
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm554 values as the string of bytes (effectively dropping the I<is_utf8> flag)
557 whether the original data was the Unicode string, or a series of bytes
775 their contents (usually their first few bytes). For this to work,
803 printf "Serialization of %%color is %d bytes long.\n", length($str);
809 Serialization of %color is 102 bytes long.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm310 size used for copying. This is the number of bytes from the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm289 use bytes;
348 often called "bytes". These chunks are also known as "octets" in
355 process "sequences of bytes". This is not a problem for Perl - as a
376 (Term for bytes passed to or from a non-Perl context, e.g. a disk file.)
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1752 * bytes. If not, signature verification for DSA signatures
1758 int bytes = len - BN_num_bytes(bn); local
1761 while (bytes-- > 0)
1869 /* Only sign first 20 bytes for SHA2 */
4726 int bytes; local
4742 bytes = keylen/8;
4743 random = malloc(bytes);
4748 if (RAND_bytes(random, bytes) != 1) {
4754 rkey->keydata.len = bytes;
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c604 token_rng(TSS_HCONTEXT hContext, CK_BYTE *output, CK_ULONG bytes) argument
616 if ((rc = Tspi_TPM_GetRandom(hTPM, bytes, &random_bytes))) {
622 (void) memcpy(output, random_bytes, bytes);
1003 * default SRK PIN (20 bytes of 0x00).
2076 * Wrap the 20 bytes of auth data and store in an attribute of the two
2894 /* The return code indicates the number of bytes remaining */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL828 counted in characters (bytes) and a suffix of "k" specifes that
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk238 # many bytes are in a pointer. This only works if a pointer is the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm167 An I<opset> as a binary string of approximately 44 bytes which holds a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm314 1.27 Replaced tell STDOUT with bytes=tell STDOUT.
584 # If bytes have already been sent, then
592 # MSIE won't display a custom 500 response unless it is >512 bytes!
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_MacOS.pm281 use ExtUtils::MakeMaker::bytes; # Non-UTF-8 high bytes below.

Completed in 1613 milliseconds

12345678910