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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr21559.c11 int bytes; local
15 bytes = 1;
19 bytes = bar (toread);
20 if (bytes <= 0)
22 if (bytes < 0)
26 toread -= bytes;
29 if (bytes == 0)
38 statement. We also realize that the final bytes == 0 test is useless,
H A Dvrp18.c11 int bytes; local
15 bytes = 1;
19 bytes = bar (toread);
20 if (bytes <= 0)
22 if (bytes < 0)
26 toread -= bytes;
29 if (bytes == 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A Dvrp18.c11 int bytes; local
15 bytes = 1;
19 bytes = bar (toread);
20 if (bytes <= 0)
22 if (bytes < 0)
26 toread -= bytes;
29 if (bytes == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20020715-1.c11 char bytes; local
16 bytes = *src;
18 width *= bytes;
21 f(bytes);
H A D20040401-1.c2 unsigned char bytes = 0; local
3 if ((unsigned char)((char)127 - bytes) < iov_len)
H A Dpr25310.c12 int bytes; local
17 while ((bytes = f (bufptr, bufend - bufptr)) > 0)
18 bufptr += bytes;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20020715-1.c11 char bytes; local
16 bytes = *src;
18 width *= bytes;
21 f(bytes);
H A D20040401-1.c2 unsigned char bytes = 0; local
3 if ((unsigned char)((char)127 - bytes) < iov_len)
H A Dpr25310.c12 int bytes; local
17 while ((bytes = f (bufptr, bufend - bufptr)) > 0)
18 bufptr += bytes;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20051110-1.c4 unsigned char bytes[5]; variable
17 bytes[n] = o & 0x7f;
20 bytes[n] |= 0x80;
28 if (bytes[0] != 0x88 || bytes[1] != 0x07)
H A D20051110-2.c4 unsigned char bytes[5]; variable
20 bytes[n] = o & 0x7f;
24 bytes[n] |= 0x80;
36 if (bytes[0] != 0x88 || bytes[1] != 0x07)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20051110-1.c4 unsigned char bytes[5]; variable
17 bytes[n] = o & 0x7f;
20 bytes[n] |= 0x80;
28 if (bytes[0] != 0x88 || bytes[1] != 0x07)
H A D20051110-2.c4 unsigned char bytes[5]; variable
20 bytes[n] = o & 0x7f;
24 bytes[n] |= 0x80;
36 if (bytes[0] != 0x88 || bytes[1] != 0x07)
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/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-6-1-5-RELEASE/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-6-1-5-RELEASE/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-6-1-5-RELEASE/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-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20050330-1.c9 foo ( const char *bytes, int len , char *buf) argument
13 buf[i] = bytes[i];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20050330-1.c9 foo ( const char *bytes, int len , char *buf) argument
13 buf[i] = bytes[i];
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dsunos_sigcode.s54 movl %sp@(12),%a0 | signal handler addr (4 bytes)
55 jsr %a0@ | call signal handler (2 bytes)
56 addql #4,%sp | pop signal number (2 bytes)
57 trap #1 | special syscall entry (2 bytes)
58 movl %d0,%sp@(4) | save errno (4 bytes)
59 moveq #1,%d0 | syscall == exit (2 bytes)
60 trap #0 | exit(errno) (2 bytes)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Dnew11.C8 void *operator new[](size_t bytes) throw (std::bad_alloc) { argument
11 return operator new (bytes);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/init/
H A Dnew11.C8 void *operator new[](size_t bytes) throw (std::bad_alloc) { argument
11 return operator new (bytes);
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/dist/ipf/test/
H A Dvfycksum.pl4 # $bytes[] is an array of 16bit values, with $cnt elements in the array.
8 for ($i = 0; $i < $#bytes; $i++) {
9 printf "%04x ", $bytes[$i];
22 $lsum += $bytes[$idx];
31 $hl = $bytes[$base] / 256;
37 $osum = $bytes[$base + 5];
40 $bytes[$base + 5] = 0;
42 $bytes[$base + 5] = $osum;
51 if (($bytes[$base + 4] & 0xff) == 6) {
55 if (($bytes[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Di386dynix.c63 struct external_exec *bytes = (struct external_exec *)raw_bytes; local
70 /* Now fill in fields in the execp, from the bytes in the raw data. */
71 execp->a_info = H_GET_32 (abfd, bytes->e_info);
72 execp->a_text = GET_WORD (abfd, bytes->e_text);
73 execp->a_data = GET_WORD (abfd, bytes->e_data);
74 execp->a_bss = GET_WORD (abfd, bytes->e_bss);
75 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
76 execp->a_entry = GET_WORD (abfd, bytes->e_entry);
77 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
78 execp->a_drsize = GET_WORD (abfd, bytes
[all...]

Completed in 158 milliseconds

1234567891011>>