Searched refs:bytes (Results 276 - 300 of 905) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Di386os9k.c47 mh_com *bytes = (mh_com *) raw_bytes; local
50 /* Now fill in fields in the execp, from the bytes in the raw data. */
51 execp->a_info = H_GET_16 (abfd, bytes->m_sync);
53 execp->a_entry = H_GET_32 (abfd, bytes->m_exec);
58 dload = H_GET_32 (abfd, bytes->m_idata);
72 execp->a_bss = H_GET_32 (abfd, bytes->m_data) - execp->a_data;
/openbsd-current/gnu/usr.bin/perl/lib/Net/
H A Dnetent.pm79 @bytes = unpack("C4", pack("N", $n->net));
80 shift @bytes while @bytes && $bytes[0] == 0;
82 printf "%s is %08X [%d.%d.%d.%d]\n", $n->name, $n->net, @bytes;
/openbsd-current/usr.bin/dig/lib/dns/
H A Dhmac_link.c126 unsigned int bytes; local
132 bytes = (key->key_size + 7) / 8;
133 if (isc_buffer_availablelength(data) < bytes)
135 isc_buffer_putmem(data, hkey->key, bytes);
270 unsigned int bytes; local
276 bytes = (key->key_size + 7) / 8;
277 if (isc_buffer_availablelength(data) < bytes)
279 isc_buffer_putmem(data, hkey->key, bytes);
414 unsigned int bytes; local
420 bytes
558 unsigned int bytes; local
702 unsigned int bytes; local
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dutf8_warn_base.pl58 # Returns how many bytes are needed to tell if a non-overlong UTF-8
77 # Returns how many bytes are needed to tell if the input UTF-8 sequence
105 # $bytes, UTF-8 string
106 # $allowed_uv, code point $bytes evaluates to; -1 if
475 [ "Lowest code point requiring 13 bytes to represent", # 2**36
614 # test_utf8n_to_uvchr_error('$bytes', $length, $flags)
619 my $bytes = $2;
624 . display_bytes($bytes)
745 # If the calculated value can be expressed in fewer bytes than were passed
751 use bytes;
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DRegisterValue.h76 explicit RegisterValue(llvm::ArrayRef<uint8_t> bytes, argument
78 SetBytes(bytes.data(), bytes.size(), byte_order);
94 // "reg_info" and only copy the least significant bytes of the register
97 // Returns the number of bytes copied into "dst".
232 void SetBytes(const void *bytes, size_t length, lldb::ByteOrder byte_order);
264 bytes[kMaxRegisterByteSize]; // This must be big enough to hold any member in struct:lldb_private::RegisterValue::__anon1306
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/
H A Ddataconn.pm168 Read C<$size> bytes of data from the server and place it into C<$buffer>, also
172 Returns the number of bytes read before any <CRLF> translation.
176 Write C<$size> bytes of data from C<$buffer> to the server, also
180 Returns the number of bytes written before any <CRLF> translation.
184 Returns the number of bytes read so far.
/openbsd-current/sbin/pfctl/
H A Dpfctl_queue.c207 printf(" [ pkts: %10llu bytes: %10llu "
208 "dropped pkts: %6llu bytes: %6llu ]\n",
210 (unsigned long long)stats->xmit_cnt.bytes,
212 (unsigned long long)stats->drop_cnt.bytes);
246 if (stats->xmit_cnt.bytes >= s->prev_bytes)
248 (stats->xmit_cnt.bytes - s->prev_bytes)) /
256 s->prev_bytes = stats->xmit_cnt.bytes;
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_displayid.c35 base->rev, base->bytes, base->prod_id, base->ext_count);
38 dispid_length = sizeof(*base) + base->bytes + 1;
70 *length = *idx + sizeof(*base) + base->bytes;
/openbsd-current/sys/net/
H A Dif_pflow.c742 flow1->flow_octets = htonl(st->bytes[0]);
743 flow2->flow_octets = htonl(st->bytes[1]);
776 flow1->flow_octets = htobe64(st->bytes[0]);
777 flow2->flow_octets = htobe64(st->bytes[1]);
815 flow1->flow_octets = htobe64(st->bytes[0]);
816 flow2->flow_octets = htobe64(st->bytes[1]);
869 u_int64_t bytes[2]; local
879 if ((st->bytes[0] < (u_int64_t)PFLOW_MAXBYTES)
880 && (st->bytes[1] < (u_int64_t)PFLOW_MAXBYTES))
885 bytes[
[all...]
H A Dtoeplitz.h31 uint16_t bytes[256]; member in struct:stoeplitz_cache
37 return (scache->bytes[byte]);
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h40 /// Number of bytes of arguments this function has on the stack. If the callee
45 /// want to transfer control from a function with 8-bytes of stack-argument
46 /// space to a function with 16-bytes then misalignment of this value would
51 /// The number of bytes to restore to deallocate space for incoming
212 void setBytesInStackArgArea(unsigned bytes) { BytesInStackArgArea = bytes; } argument
215 void setArgumentStackToRestore(unsigned bytes) { argument
216 ArgumentStackToRestore = bytes;
220 void setTailCallReservedStack(unsigned bytes) { argument
221 TailCallReservedStack = bytes;
[all...]
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DDataFileCache.cpp239 const uint8_t *bytes = (const uint8_t *)data.GetData(offset_ptr, length); local
240 if (bytes != nullptr && length > 0)
241 m_uuid = UUID(llvm::ArrayRef<uint8_t>(bytes, length));
283 // when dumping the hex bytes in a cache file.
310 const char *bytes = (const char *)data.GetData(offset_ptr, length); local
311 if (bytes == nullptr)
313 m_data = llvm::StringRef(bytes, length);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dlibbfd.c251 sections; each access (except for bytes) is vectored through
650 int bytes;
655 bytes = bits / 8;
656 for (i = 0; i < bytes; i++)
658 int index = big_p ? bytes - i - 1 : i;
671 int bytes;
677 bytes = bits / 8;
678 for (i = 0; i < bytes; i++)
680 int index = big_p ? i : bytes - i - 1;
648 int bytes; local
669 int bytes; local
/openbsd-current/sys/crypto/
H A Dchacha_private.h128 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) argument
136 if (!bytes) return;
156 if (bytes < 64) {
157 for (i = 0;i < bytes;++i) tmp[i] = m[i];
227 /* stopping at 2^70 bytes per nonce is user's responsibility */
247 if (bytes <= 64) {
248 if (bytes < 64) {
249 for (i = 0;i < bytes;++i) ctarget[i] = c[i];
255 bytes -= 64;
/openbsd-current/regress/sys/net/pf_fragment/
H A Dfrag6_dropnew.py32 frag0=IPv6ExtHdrFragment(nh=58, id=fid, offset=0, m=1)/bytes(packet)[40:48]
34 frag2=IPv6ExtHdrFragment(nh=58, id=fid, offset=1)/bytes(packet)[48:72]
H A Dfrag6_dropold.py32 frag0=IPv6ExtHdrFragment(nh=58, id=fid, offset=0, m=1)/bytes(packet)[40:48]
34 frag2=IPv6ExtHdrFragment(nh=58, id=fid, offset=1)/bytes(packet)[48:72]
H A Dfrag_dropold.py36 frag0=bytes(packet)[20:28]
38 frag2=bytes(packet)[28:52]
H A Dfrag_dropnew.py36 frag0=bytes(packet)[20:28]
38 frag2=bytes(packet)[28:52]
/openbsd-current/sys/dev/adb/
H A Dakbd.c280 memcpy(event.bytes, buffer + 1, event.byte_count);
465 akbd_capslockwrapper(sc, event->bytes[0]);
472 if (event->bytes[0] == event->bytes[1] &&
473 ADBK_KEYVAL(event->bytes[0]) == ADBK_RESET) {
474 if (event->bytes[0] == ADBK_KEYDOWN(ADBK_RESET)) {
489 akbd_capslockwrapper(sc, event->bytes[0]);
490 akbd_capslockwrapper(sc, event->bytes[1]);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DPerf.h37 /// \param[in] bytes
38 /// Size of the mmap'ed region in bytes.
39 MmapDeleter(size_t bytes = 0) : m_bytes(bytes) {}
50 /// Size of the mmap'ed region, in bytes, to be unmapped.
186 /// \a ArrayRef<uint8_t> extending \a data_size bytes from \a data_offset.
198 /// \a ArrayRef<uint8_t> extending \a aux_size bytes from \a aux_offset.
244 /// The size in bytes of the section of the data buffer that has effective
/openbsd-current/lib/libcrypto/asn1/
H A Dp8_pkey.c188 const unsigned char *bytes, int len)
190 if (X509at_add1_attr_by_NID(&p8->attributes, nid, type, bytes,
187 PKCS8_pkey_add1_attr_by_NID(PKCS8_PRIV_KEY_INFO *p8, int nid, int type, const unsigned char *bytes, int len) argument
/openbsd-current/usr.bin/ftp/
H A Dftp.c591 bytes = 0;
748 bytes += c;
754 while (bytes >= hashbytes) {
763 if (hash && (!progress || filesize < 0) && bytes > 0) {
764 if (bytes < mark)
774 bytes = -1;
783 (bytes >= hashbytes)) {
791 bytes++;
794 bytes++;
799 if (bytes < hashbyte
[all...]
/openbsd-current/gnu/gcc/libdecnumber/
H A DdecUtility.c61 /* bytes is the target's byte array */
76 decDensePackCoeff (const decNumber * dn, uByte * bytes, Int len, Int shift) argument
125 bout = &bytes[len - 1]; /* rightmost result byte for phase */
224 decDenseUnpackCoeff (const uByte * bytes, Int len, decNumber * dn, argument
240 bin = &bytes[len - 1]; /* next input byte to use */
293 /* now split the 3 BCD nibbles into bytes, and accumulate into units */
/openbsd-current/gnu/usr.bin/binutils/gdb/vx-share/
H A Dxdr_ptrace.c11 01b,25may91,maf now uses counted bytes struct to transfer registers.
28 * xdr routine for counted bytes
35 return(xdr_bytes(xdrs, &objp->bytes, (u_int *) &objp->len, MAX_LEN));
42 * xdr routine for counted bytes branch of ptrace_info
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dh8500-dis.c44 /* Make sure that bytes from INFO->PRIVATE_DATA->BUFFER (inclusive)
108 if ((buffer[byte] & opcode->bytes[byte].mask)
109 != (opcode->bytes[byte].contents))
115 switch (opcode->bytes[byte].insert)
123 opcode->bytes[byte].insert);

Completed in 398 milliseconds

<<11121314151617181920>>