Searched refs:bytes (Results 401 - 425 of 930) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_cpio.c340 ssize_t bytes; local
343 h = __archive_read_ahead(a, sizeof(struct cpio_newc_header), &bytes);
347 q = p + bytes;
371 "Skipped %d bytes before "
475 ssize_t bytes; local
478 h = __archive_read_ahead(a, sizeof(struct cpio_odc_header), &bytes);
482 q = p + bytes;
504 "Skipped %d bytes before "
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dhash.m4c232 int bytes;
242 bytes = sizeof(bucket_t) * num;
243 result->buckets = b = (bucket_t *)MALLOC(bytes);
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_sco5.c107 #define bytetok(bytes) ((bytes) >> 10)
199 static int bytes; variable
268 bytes = v.v_proc * sizeof(struct proc);
269 pbase = (struct proc *)malloc(bytes);
441 memory_stats[0] = bytetok(ctob(memory_stats[0])); /* clicks -> bytes
443 memory_stats[1] = bytetok(ctob(memory_stats[1])); /* clicks -> bytes
445 memory_stats[2] = bytetok(ctob(memory_stats[2])); /* clicks -> bytes
447 memory_stats[3] = bytetok(memory_stats[3] * NBPP); /* # bytes per page
449 memory_stats[4] = bytetok(memory_stats[4] * NBPP); /* # bytes pe
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dsha1.c49 /* This array contains the bytes used to pad the buffer to the next
70 /* Put result from CTX in first 20 bytes following RESBUF. The result
87 /* Process the remaining bytes in the internal buffer and the usual
95 /* Take yet unprocessed bytes into account. */
96 sha1_uint32 bytes = ctx->buflen; local
97 size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4;
99 /* Now count remaining bytes. */
100 ctx->total[0] += bytes;
101 if (ctx->total[0] < bytes)
108 memcpy (&((char *) ctx->buffer)[bytes], fillbu
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dsh-dis.c902 bfd_byte bytes[4]; local
908 status = info->read_memory_func (disp_pc_addr, bytes, size, info);
916 val = bfd_getl16 (bytes);
918 val = bfd_getb16 (bytes);
923 val = bfd_getl32 (bytes);
925 val = bfd_getb32 (bytes);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/picochip/libgccExtras/
H A Dpopcounthi2.asm46 // (45 bytes v. 34 bytes).
54 // picoChip Function Prologue : &___popcounthi2 = 0 bytes
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddwarf2asm.c72 unsigned char bytes[8];
77 bytes[i] = value & 0xff;
84 fprintf (asm_out_file, "0x%x,", bytes[i]);
85 fprintf (asm_out_file, "0x%x", bytes[0]);
90 fprintf (asm_out_file, "0x%x,", bytes[i]);
91 fprintf (asm_out_file, "0x%x", bytes[i]);
95 /* Output an immediate constant in a given SIZE in bytes. */
356 /* Given an encoding, return the number of bytes the format occupies.
551 /* More bytes to follow. */
591 /* More bytes t
71 unsigned char bytes[8]; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dsha1.c49 /* This array contains the bytes used to pad the buffer to the next
70 /* Put result from CTX in first 20 bytes following RESBUF. The result
87 /* Process the remaining bytes in the internal buffer and the usual
95 /* Take yet unprocessed bytes into account. */
96 sha1_uint32 bytes = ctx->buflen; local
97 size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4;
99 /* Now count remaining bytes. */
100 ctx->total[0] += bytes;
101 if (ctx->total[0] < bytes)
108 memcpy (&((char *) ctx->buffer)[bytes], fillbu
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Ddarwin-vecsave.asm36 save/restore requires 2 instructions (8 bytes.)
41 (4 bytes) to do the operation; for Vector regs, 2 instructions are
42 required (8 bytes.). */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dsha1.c49 /* This array contains the bytes used to pad the buffer to the next
70 /* Put result from CTX in first 20 bytes following RESBUF. The result
87 /* Process the remaining bytes in the internal buffer and the usual
95 /* Take yet unprocessed bytes into account. */
96 sha1_uint32 bytes = ctx->buflen; local
97 size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4;
99 /* Now count remaining bytes. */
100 ctx->total[0] += bytes;
101 if (ctx->total[0] < bytes)
108 memcpy (&((char *) ctx->buffer)[bytes], fillbu
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dsh-dis.c902 bfd_byte bytes[4]; local
908 status = info->read_memory_func (disp_pc_addr, bytes, size, info);
916 val = bfd_getl16 (bytes);
918 val = bfd_getb16 (bytes);
923 val = bfd_getl32 (bytes);
925 val = bfd_getb32 (bytes);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand-fortuna.c88 /* for one big request, reseed after this many bytes */
93 * bytes added since last reseed.
297 * Pick a random pool. This uses key bytes as random source.
413 /* produce bytes */
425 /* must not give out too many bytes with one key */
473 if ((*hc_rand_unix_method.bytes)(buf, sizeof(buf)) == 1) {
498 if ((*hc_rand_egd_method.bytes)(buf, sizeof(buf)) == 1) {
518 if ((*hc_rand_timer_method.bytes)(u.buf, sizeof(u.buf)) == 1)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tools/
H A Dkdc-log-analyze.pl421 } elsif (/TCP-connection from IPv[46]:([0-9\.:a-fA-F]+) expired after [0-9]+ bytes/) {
427 } elsif (/connection closed before end of data after [0-9]+ bytes from IPv[46]:([0-9\.:a-fA-F]+)/) {
450 } elsif (/sending ([0-9]+) bytes to IPv[46]:([0-9\.:a-fA-F]+)/) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_cryptodev.c931 ssize_t bytes, bits; local
938 bytes = (bits + 7) / 8;
940 b = malloc(bytes);
943 memset(b, 0, bytes);
950 if ((j + k) >= bytes)
964 int i, bytes; local
966 bytes = (crp->crp_nbits + 7) / 8;
968 if (bytes == 0)
971 if ((pd = (u_int8_t *) malloc(bytes)) == NULL)
974 for (i = 0; i < bytes;
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/ccgost/
H A Dgost_sign.c312 /* Pack bignum into byte buffer of given size, filling all leading bytes
316 int bytes = BN_num_bytes(bn); local
317 if (bytes>len) return 0;
319 BN_bn2bin(bn,buf+len-bytes);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Daout-ns32k.c269 struct reloc_std_external *bytes,
279 cache_ptr->address = H_GET_32 (abfd, bytes->r_address);
282 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
268 MY_swap_std_reloc_in(bfd *abfd, struct reloc_std_external *bytes, arelent *cache_ptr, asymbol **symbols, bfd_size_type symcount ATTRIBUTE_UNUSED) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Daout-ns32k.c269 struct reloc_std_external *bytes,
279 cache_ptr->address = H_GET_32 (abfd, bytes->r_address);
282 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
268 MY_swap_std_reloc_in(bfd *abfd, struct reloc_std_external *bytes, arelent *cache_ptr, asymbol **symbols, bfd_size_type symcount ATTRIBUTE_UNUSED) argument
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/sboot/
H A Doc_cksum.s41 | Do a 16 bit one's complement sum of 'count' bytes from 'buffer'.
57 | called with small counts: 20 bytes for IP header checksums and 40
58 | bytes for TCP ack checksums. For these small counts, testing for
77 | The processors tested and their average time to checksum 1024 bytes
85 | kilobyte cost. E.g., checksumming zero bytes on a 3/60 cost 9us
104 | test for possible 1, 2 or 3 bytes of excess at end
112 jne L5 | if one or three bytes excess
114 jne L7 | if two bytes excess
168 L5: | deal with 1 or 3 excess bytes at the end of the buffer.
172 | 3 bytes exces
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Doc_cksum.s37 | Do a 16 bit one's complement sum of 'count' bytes from 'buffer'.
53 | called with small counts: 20 bytes for IP header checksums and 40
54 | bytes for TCP ack checksums. For these small counts, testing for
73 | The processors tested and their average time to checksum 1024 bytes
81 | kilobyte cost. E.g., checksumming zero bytes on a 3/60 cost 9us
99 | test for possible 1, 2 or 3 bytes of excess at end
107 jne L5 | if one or three bytes excess
109 jne L7 | if two bytes excess
163 L5: | deal with 1 or 3 excess bytes at the end of the buffer.
167 | 3 bytes exces
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/db/btree/
H A Dbtree.h114 * chain with size bytes of item. Overflow pages are simply bytes without any
139 char bytes[1]; /* data */ member in struct:_binternal
146 /* Get the number of bytes in the entry. */
184 /* Get the number of bytes in the entry. */
200 char bytes[1]; /* data */ member in struct:_bleaf
208 /* Get the number of bytes in the user's key/data pair. */
223 /* Get the number of bytes in the entry. */
245 char bytes[1]; member in struct:_rleaf
266 /* Get the number of bytes i
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_osta.c46 int numberOfBytes, /* (Input) number of bytes read from media. */
47 byte *UDFCompressed, /* (Input) bytes read from media. */
63 /* Loop through all the bytes. */
100 * The total number of bytes in the compressed OSTA CS0 string,
109 byte *UDFCompressed) /* (Output) compressed string, as bytes. */
209 * data covered by the checksum (48 bytes).
225 unsigned char bytes[] = { 0x70, 0x6A, 0x77 }; variable
230 x = cksum(bytes, sizeof bytes);
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dmach64_dma.c712 int bytes, pages, remainder; local
718 bytes = buf->used;
720 pages = (bytes + MACH64_DMA_CHUNKSIZE - 1) / MACH64_DMA_CHUNKSIZE;
734 remainder = bytes - i * MACH64_DMA_CHUNKSIZE;
759 int bytes, pages, remainder; local
765 bytes = buf->used - MACH64_HOSTDATA_BLIT_OFFSET;
766 pages = (bytes + MACH64_DMA_CHUNKSIZE - 1) / MACH64_DMA_CHUNKSIZE;
787 remainder = bytes - i * MACH64_DMA_CHUNKSIZE;
1248 u32 bytes, remaining, head, eol; local
1256 bytes
[all...]
/netbsd-6-1-5-RELEASE/bin/dd/
H A Ddd.h97 uint64_t bytes; /* # of bytes written */ member in struct:__anon7
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/masmx64/
H A Dgvmat64.asm54 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
55 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
78 ; Note : these value are good with a 8 bytes boundary pack structure
236 ;;; Determine how many bytes the scan ptr is off from being
366 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
378 ;;; Test the strings for equality, 8 bytes at a time. At the end,
381 ;;; We already know at this point that the first three bytes of the
384 ;;; bytes, as much as necessary in order to dword-align the edi
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/untgz/
H A Duntgz.c531 unsigned int bytes = (remaining > BLOCKSIZE) ? BLOCKSIZE : remaining; local
535 if (fwrite(&buffer,sizeof(char),bytes,outfile) != bytes)
544 remaining -= bytes;

Completed in 174 milliseconds

<<11121314151617181920>>