Searched refs:bytes (Results 1 - 25 of 2139) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/texinfo/dist/lib/
H A Dxmalloc.c35 to hold BYTES number of bytes. If the memory cannot be allocated,
38 xmalloc (size_t bytes) argument
40 void *temp = malloc (bytes);
48 xrealloc (void *pointer, size_t bytes) argument
53 temp = malloc (bytes);
55 temp = realloc (pointer, bytes);
/netbsd-current/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal128Local.h32 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] |= ((unsigned) (b) << 7); }
36 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] &= ~0x80; }
40 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] ^= 0x80; }
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/dpd/
H A Ddecimal128Local.h32 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] |= ((unsigned) (b) << 7); }
36 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] &= ~0x80; }
40 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] ^= 0x80; }
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-read-memory.c1 static char bytes[256]; variable
9 for (i = 0; i < sizeof (bytes); i++)
11 bytes[i] = i;
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/dpd/
H A Ddecimal128Local.h32 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] |= ((unsigned) (b) << 7); }
36 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] &= ~0x80; }
40 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] ^= 0x80; }
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-read-memory.c1 static char bytes[256]; variable
9 for (i = 0; i < sizeof (bytes); i++)
11 bytes[i] = i;
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal128Local.h32 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] |= ((unsigned) (b) << 7); }
36 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] &= ~0x80; }
40 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] ^= 0x80; }
/netbsd-current/external/bsd/kyua-cli/dist/utils/
H A Dunits_test.cpp45 ATF_REQUIRE_EQ("2.00T", units::bytes(2 * TB).format());
46 ATF_REQUIRE_EQ("45.12T", units::bytes(45 * TB + 120 * GB).format());
56 ATF_REQUIRE_EQ("5.00G", units::bytes(5 * GB).format());
57 ATF_REQUIRE_EQ("745.96G", units::bytes(745 * GB + 980 * MB).format());
67 ATF_REQUIRE_EQ("1.00M", units::bytes(1 * MB).format());
68 ATF_REQUIRE_EQ("1023.50M", units::bytes(1023 * MB + 512 * KB).format());
77 ATF_REQUIRE_EQ("3.00K", units::bytes(3 * KB).format());
78 ATF_REQUIRE_EQ("1.33K", units::bytes(1 * KB + 340).format());
85 ATF_REQUIRE_EQ("0", units::bytes().format());
86 ATF_REQUIRE_EQ("0", units::bytes(
185 units::bytes bytes; local
186 input >> bytes; local
197 units::bytes bytes; local
198 input >> bytes; local
214 input >> bytes; local
[all...]
H A Dmemory.hpp40 units::bytes physical_memory(void);
H A Dunits.hpp64 /// Representation of a bytes quantity.
66 /// The purpose of this class is to represent an amount of bytes in a semantic
72 class bytes { class in namespace:utils::units
73 /// Raw representation, in bytes, of the quantity.
77 bytes(void);
78 explicit bytes(const uint64_t);
80 static bytes parse(const std::string&);
87 std::istream& operator>>(std::istream&, bytes&);
88 std::ostream& operator<<(std::ostream&, const bytes&);
/netbsd-current/sys/arch/m68k/m68k/
H A Dsunos_sigcode.s48 movl 12(%sp),%a0 | signal handler addr (4 bytes)
49 jsr (%a0) | call signal handler (2 bytes)
50 addql #4,%sp | pop signal number (2 bytes)
51 trap #1 | special syscall entry (2 bytes)
52 movl %d0,4(%sp) | save errno (4 bytes)
53 moveq #1,%d0 | syscall == exit (2 bytes)
54 trap #0 | exit(errno) (2 bytes)
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dreadbytes.d3 * readbytes.d - read bytes by process name. DTrace OneLiner.
10 sysinfo:::readch { @bytes[execname] = sum(arg0); }
H A Dwritebytes.d3 * writebytes.d - write bytes by process name. DTrace OneLiner.
10 sysinfo:::writech { @bytes[execname] = sum(arg0); }
/netbsd-current/external/cddl/dtracetoolkit/dist/Proc/
H A Dreadbytes.d3 * readbytes.d - read bytes by process name. DTrace OneLiner.
10 sysinfo:::readch { @bytes[execname] = sum(arg0); }
H A Dwritebytes.d3 * writebytes.d - write bytes by process name. DTrace OneLiner.
10 sysinfo:::writech { @bytes[execname] = sum(arg0); }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCustom.cpp20 void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) { argument
21 RawSymbol->getDataBytes(bytes);
/netbsd-current/external/bsd/libbind/dist/bsd/
H A Dreadv.c29 int bytes = read(fd, vp->iov_base, vp->iov_len); local
31 if (bytes < 0)
33 count += bytes;
34 if (bytes != vp->iov_len)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-avr/
H A Drelax-insn-at-range-boundary.s4 backward_target: ; Exactly -4094 bytes from jmp
9 forward_target: ; Exactly 4098 bytes before relax, 4096 bytes after relax
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dbundle-bad.l4 [^:]*:11:.*single instruction is [0-9]+ bytes long, but \.bundle_align_mode limit is [0-9]+ bytes
5 [^:]*:18:.*\.bundle_lock sequence at [0-9]+ bytes, but \.bundle_align_mode limit is [0-9]+ bytes
6 [^:]*:19:.*\.bundle_lock sequence is [0-9]+ bytes, but bundle size is only [0-9]+ bytes
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dxmalloc.c52 to hold BYTES number of bytes. If the memory cannot be allocated,
55 xmalloc (size_t bytes) argument
59 temp = malloc (bytes);
66 xrealloc (PTR_T pointer, size_t bytes) argument
70 temp = pointer ? realloc (pointer, bytes) : malloc (bytes);
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dxmalloc.c52 to hold BYTES number of bytes. If the memory cannot be allocated,
55 xmalloc (size_t bytes) argument
59 temp = malloc (bytes);
66 xrealloc (PTR_T pointer, size_t bytes) argument
70 temp = pointer ? realloc (pointer, bytes) : malloc (bytes);
/netbsd-current/sys/lib/libsa/
H A Dbyteorder.c42 uint8_t bytes[2]; member in union:__anon12535
47 uint8_t bytes[4]; member in union:__anon12536
62 un.bytes[1] = val & 0xff;
63 un.bytes[0] = (val >> 8) & 0xff;
73 un.bytes[0] = val & 0xff;
74 un.bytes[1] = (val >> 8) & 0xff;
86 return ((un.bytes[0] << 8) |
87 un.bytes[1]);
97 return ((un.bytes[1] << 8) |
98 un.bytes[
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Drvdummy.c168 bytes of BUF; if not a match, write error message to stderr and
222 static unsigned char bytes[1024]; local
225 memset (bytes, 0, sizeof bytes);
250 bytes[nbytes++] = data;
253 expect_input (fd, bytes, nbytes, nbytes);
258 printf ("%02x", bytes[i]);
272 bytes[nbytes++] = data;
278 send_output (fd, bytes, nbytes);
283 printf ("%02x", bytes[
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/cris/
H A Drvdummy.c155 bytes of BUF; if not a match, write error message to stderr and
209 static unsigned char bytes[1024]; local
212 memset (bytes, 0, sizeof bytes);
237 bytes[nbytes++] = data;
240 expect_input (fd, bytes, nbytes, nbytes);
245 printf ("%02x", bytes[i]);
259 bytes[nbytes++] = data;
265 send_output (fd, bytes, nbytes);
270 printf ("%02x", bytes[
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dout_raw.c62 mp_size_t xsize, abs_xsize, bytes, i; local
71 bytes = (abs_xsize * GMP_NUMB_BITS + 7) / 8;
72 tsize = ROUND_UP_MULTIPLE ((unsigned) 4, GMP_LIMB_BYTES) + bytes;
77 if (bytes != 0)
79 bp += bytes;
98 /* strip high zero bytes (without fetching from bp) */
102 bytes -= zeros;
108 ASSERT_CODE (char *bp_orig = bp - bytes);
145 bytes--;
150 /* total bytes t
[all...]

Completed in 195 milliseconds

1234567891011>>