Searched refs:off (Results 1 - 25 of 605) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A D20050128-1.c7 int off = 0 % align; local
8 return off ? align - off : 0;
H A Dgen-vect-28.c12 int main_1 (int off) argument
19 ia[i+off] = 5;
25 if (ia[i+off] != 5)
32 static volatile int off = 1; variable
36 return main_1 (off);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dmemset-2.c38 void check (int off, int len, int ch) argument
44 for (i = 0; i < off; i++, q++)
59 int off; local
63 for (off = 0; off < MAX_OFFSET; off++)
67 p = memset (u.buf + off, '\0', 1);
68 if (p != u.buf + off) abort ();
69 check (off, 1, '\0');
71 p = memset (u.buf + off,
[all...]
H A Dmemset-1.c34 int off, len, i; local
37 for (off = 0; off < MAX_OFFSET; off++)
43 p = memset (u.buf + off, '\0', len);
44 if (p != u.buf + off)
48 for (i = 0; i < off; i++, q++)
60 p = memset (u.buf + off, A, len);
61 if (p != u.buf + off)
65 for (i = 0; i < off;
[all...]
H A Dstrlen-1.c33 size_t off, len, len2, i; local
36 for (off = 0; off < MAX_OFFSET; off++)
40 for (i = 0; i < off; i++)
50 p = u.buf + off;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dpr53185-2.c14 int i, off; local
17 for (off = 0; off < 8; ++off)
19 fn1 (&a[off], &b[off], 32 - off, 3);
20 for (i = 0; i < 32 - off; ++i)
21 if (a[off+i] != b[off
[all...]
H A Dvect-28.c12 int main1 (int off) argument
19 ia[i+off] = 5;
25 if (ia[i+off] != 5)
H A Dvect-77.c16 int main1 (int *ib, int off) argument
23 ia[i] = ib[i+off];
30 if (ia[i] != ib[i+off])
H A Dvect-78.c14 int off = 8; variable
24 ia[i] = ib[i+off];
30 if (ia[i] != ib[i+off])
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr37056.c10 int off, len, i; local
13 for (off = 0; off < (sizeof (long long)); off++)
19 ? ({void *__s = (u.buf + off); __s;})
20 : __builtin_memset (u.buf + off, '\0', len)));
21 if (p != u.buf + off)
23 for (i = 0; i < off; i++, q++)
H A Dpr31345-1.c7 int hash, thash, head[2], off; local
16 while (off != 0)
21 off = head[2];
H A Dscal.c5 write_at (addr, off, val)
7 int off;
11 addr[off] = val;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Doffsetof4.C13 const int off = offsetof(A, foo[12]); variable
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr33017.c14 int off; local
16 for (off = 0; off < 64; off++)
17 var[len + off + 2] = 0x57;
H A Dpr58981.c24 int off, len, i; local
30 for (off = 0; off < MAX_OFFSET; off++)
36 p = __builtin_memcpy (u.buf + off, A, len);
37 if (p != u.buf + off)
41 for (i = 0; i < off; i++, q++)
H A Dpr59605.c26 int off, len, i; local
32 for (off = 0; off < MAX_OFFSET; off++)
38 p = __builtin_memcpy (u.buf + off, A, len);
39 if (p != u.buf + off)
43 for (i = 0; i < off; i++, q++)
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Daddsub_n.c44 mp_size_t off; /* offset in operands */ local
60 for (off = 0; off < n; off += PART_SIZE)
62 this_n = MIN (n - off, PART_SIZE);
64 acyo = mpn_add_nc (r1p + off, s1p + off, s2p + off, this_n, acyo);
66 acyn = mpn_add_n (r1p + off, s1p + off, s2
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-cell-7.c12 lvx_float (long off, float *p) argument
16 l = (vector unsigned char) vec_lvlx (off, p);
17 r = (vector unsigned char) vec_lvrx (off, p);
22 lvxl_float (long off, float *p) argument
26 l = (vector unsigned char) vec_lvlxl (off, p);
27 r = (vector unsigned char) vec_lvrxl (off, p);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Denum3.C9 typedef enum{on, off} TOGGLE; enumerator in enum:__anon1233
16 virtual void off(void) { toggle = on; };// { dg-error "" } .* function in class:field
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmemset-chk.c181 int off, len, i; local
184 for (off = 0; off < MAX_OFFSET; off++)
190 p = memset (u.buf + off, '\0', len);
191 if (p != u.buf + off)
195 for (i = 0; i < off; i++, q++)
207 p = memset (u.buf + off, A, len);
208 if (p != u.buf + off)
212 for (i = 0; i < off;
257 check(int off, int len, int ch) argument
280 int off; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr39839.c16 int off = p->count; local
21 func("abcde", p->addr + off, off, s);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dmemset-1.c42 int off, len, i; local
45 for (off = 0; off < MAX_OFFSET; off++)
51 p = memset (u.buf + off, '\0', len);
52 if (p != u.buf + off)
56 for (i = 0; i < off; i++, q++)
68 p = memset (u.buf + off, A, len);
69 if (p != u.buf + off)
73 for (i = 0; i < off;
[all...]
/haiku-buildtools/binutils/bfd/
H A Delfxx-ia64.h28 bfd_boolean ia64_elf_relax_br (bfd_byte *contents, bfd_vma off);
29 void ia64_elf_relax_brl (bfd_byte *contents, bfd_vma off);
30 void ia64_elf_relax_ldxmov (bfd_byte *contents, bfd_vma off);
/haiku-buildtools/binutils/gas/testsuite/gas/mach-o/
H A Ddysymtab-1-64.d10 table of content: off: 0x00000000 num: 0.*\(endoff: 0x00000000\)
11 module table: off: 0x00000000 num: 0.*\(endoff: 0x00000000\)
12 external reference table: off: 0x00000000 num: 0.*\(endoff: 0x00000000\)
13 indirect symbol table: off: 0x00000000 num: 0.*\(endoff: 0x00000000\)
14 external relocation table: off: 0x00000000 num: 0.*\(endoff: 0x00000000\)
15 local relocation table: off: 0x00000000 num: 0.*\(endoff: 0x00000000\)
H A Ddysymtab-1.d10 table of content: off: 0x00000000 num: 0.*\(endoff: 0x00000000\)
11 module table: off: 0x00000000 num: 0.*\(endoff: 0x00000000\)
12 external reference table: off: 0x00000000 num: 0.*\(endoff: 0x00000000\)
13 indirect symbol table: off: 0x00000000 num: 0.*\(endoff: 0x00000000\)
14 external relocation table: off: 0x00000000 num: 0.*\(endoff: 0x00000000\)
15 local relocation table: off: 0x00000000 num: 0.*\(endoff: 0x00000000\)

Completed in 137 milliseconds

1234567891011>>