Searched refs:to (Results 1 - 25 of 3493) sorted by relevance

1234567891011>>

/haiku-buildtools/legacy/gcc/libiberty/
H A Dbzero.c9 void bzero (char *to, int count)
12 Zero COUNT bytes of memory pointed to by TO.
23 bzero (to, count)
24 char *to;
29 *to++ = 0;
H A Dbcmp.c12 int bcmp (char *from, char *to, int count)
23 strcmp(), where the return value is guaranteed to be less than,
24 equal to, or greater than zero, according to lexicographical
33 bcmp (from, to, count)
34 char *from, *to;
41 if (*from++ != *to++)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr44290-1.c5 foo(void *from, void *to) argument
7 asm volatile("dummy"::"r"(from), "r"(to));
12 void fum(void *to) argument
14 foo(fie, to);
17 /* { dg-final { scan-tree-dump "foo \\\(void \\\* from, void \\\* to\\\)" "optimized" } } */
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dassign_6.f2 C Option passed to avoid excess errors from obsolete warning
7 assign 93 to nz
8 go to nz,(93)
H A Dassign_1.f902 ! Option passed to avoid excess errors from obsolete warning
5 assign 1000 to i ! { dg-error "scalar default INTEGER" }
H A Dassign_4.f2 ! Option passed to avoid excess errors from obsolete warning
7 assign 12 to i
H A Dpr23095.f11 assign 20 to next
13 go to next,(10, 30)
14 10 assign 40 to next
15 go to 40
16 20 if (absx .gt. 8.232d-11) go to 40
17 30 if (absx .le. xmax) go to 40
19 40 go to next,(10, 30)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D941014-1.c1 f (to)
2 char *to;
10 *to++ = (unsigned char)tmp;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr49002-2.c7 void foo(const __m128d from, __m256d *to) argument
9 *to = _mm256_castpd128_pd256(from);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/conversions/string/
H A D66441.cc29 // convert from UCS-4 to UTF16BE with BOM.
32 auto to = conv.to_bytes(U"ab\u00e7"); local
34 VERIFY( to.length() == 8 );
35 VERIFY( (unsigned char)to[0] == 0xfe );
36 VERIFY( (unsigned char)to[1] == 0xff );
37 VERIFY( (unsigned char)to[2] == 0x00 );
38 VERIFY( (unsigned char)to[3] == 0x61 );
39 VERIFY( (unsigned char)to[4] == 0x00 );
40 VERIFY( (unsigned char)to[5] == 0x62 );
41 VERIFY( (unsigned char)to[
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A D66417.cc33 char to[100]; local
36 cvt.out(state, from, from + 3, from_next, to, to + 100, to_next);
38 VERIFY((unsigned char)to[0] == 0xfe);
39 VERIFY((unsigned char)to[1] == 0xff);
40 VERIFY(to[2] == 0x00);
41 VERIFY(to[3] == 0x41);
42 VERIFY(to[4] == 0x00);
43 VERIFY(to[5] == 0x42);
44 VERIFY(to[
56 char to[100]; local
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Drd-dw2-15.d8 Extended opcode 2: set Address to 0x0
9 Special opcode .*: advance Address by 0 to 0x0 and Line by 8 to 9
10 Special opcode .*: advance Address by 2 to 0x2 and Line by 1 to 10
11 Special opcode .*: advance Address by 2 to 0x4 and Line by 2 to 12
12 Special opcode .*: advance Address by 2 to 0x6 and Line by 1 to 13
13 Special opcode .*: advance Address by 2 to
[all...]
H A Drd-dw2-6.d8 Extended opcode 2: set Address to 0x0
9 Special opcode .*: advance Address by 0 to 0x0 and Line by 7 to 8
10 Special opcode .*: advance Address by 2 to 0x2 and Line by 2 to 10
11 Advance PC by 32360 to 0x7e6a
12 Special opcode .*: advance Address by 0 to 0x7e6a and Line by 3 to 13
13 Advance PC by 196 to 0x7f2e
14 Special opcode .*: advance Address by 0 to
[all...]
H A Drd-dw2-14.d8 Extended opcode 2: set Address to 0x0
9 Special opcode .*: advance Address by 0 to 0x0 and Line by 8 to 9
10 Special opcode .*: advance Address by 2 to 0x2 and Line by 1 to 10
11 Special opcode .*: advance Address by 4 to 0x6 and Line by 1 to 11
12 Special opcode .*: advance Address by 4 to 0xa and Line by 1 to 12
13 Special opcode .*: advance Address by 8 to
[all...]
H A Drd-dw2-12.d8 Extended opcode 2: set Address to 0x0
9 Special opcode .*: advance Address by 0 to 0x0 and Line by 4 to 5
10 Special opcode .*: advance Address by 4 to 0x4 and Line by 1 to 6
11 Special opcode .*: advance Address by 4 to 0x8 and Line by 1 to 7
12 Special opcode .*: advance Address by 4 to 0xc and Line by 2 to 9
13 Special opcode .*: advance Address by 4 to
[all...]
H A Drd-dw2-9.d8 Extended opcode 2: set Address to 0x0
9 Special opcode .*: advance Address by 0 to 0x0 and Line by 3 to 4
10 Special opcode .*: advance Address by 2 to 0x2 and Line by 4 to 8
11 Special opcode .*: advance Address by 4 to 0x6 and Line by 1 to 9
12 Special opcode .*: advance Address by 4 to 0xa and Line by 1 to 10
13 Advance Line by 47 to 5
[all...]
H A Drd-dw2-13.d8 Extended opcode 2: set Address to 0x0
9 Special opcode .*: advance Address by 0 to 0x0 and Line by 5 to 6
10 Special opcode .*: advance Address by 6 to 0x6 and Line by 1 to 7
11 Special opcode .*: advance Address by 8 to 0xe and Line by 1 to 8
12 Special opcode .*: advance Address by 6 to 0x14 and Line by 1 to 9
13 Special opcode .*: advance Address by 6 to
[all...]
H A Drd-dw2-2.d8 Extended opcode 2: set Address to 0x5005a
9 Advance Line by 36 to 37
11 Special opcode .*: advance Address by 4 to 0x5005e and Line by 1 to 38
12 Special opcode .*: advance Address by 4 to 0x50062 and Line by 1 to 39
13 Special opcode .*: advance Address by 4 to 0x50066 and Line by 1 to 40
14 Special opcode .*: advance Address by 4 to 0x5006a and Line by 2 to 4
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Drd-dw2-12.d8 \[0x.*\] Extended opcode 2: set Address to 0x0
9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 4 to 5
10 \[0x.*\] Special opcode .*: advance Address by 4 to 0x4 and Line by 1 to 6
11 \[0x.*\] Special opcode .*: advance Address by 4 to 0x8 and Line by 1 to 7
12 \[0x.*\] Special opcode .*: advance Address by 4 to 0xc and Line by 2 to 9
13 \[0x.*\] Special opcode .*: advance Address by 4 to
[all...]
H A Drd-dw2-9.d8 \[0x.*\] Extended opcode 2: set Address to 0x0
9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 3 to 4
10 \[0x.*\] Special opcode .*: advance Address by 2 to 0x2 and Line by 4 to 8
11 \[0x.*\] Special opcode .*: advance Address by 4 to 0x6 and Line by 1 to 9
12 \[0x.*\] Special opcode .*: advance Address by 4 to 0xa and Line by 1 to 10
13 \[0x.*\] Advance Line by 47 to 5
[all...]
H A Drd-dw2-13.d8 \[0x.*\] Extended opcode 2: set Address to 0x0
9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 5 to 6
10 \[0x.*\] Special opcode .*: advance Address by 6 to 0x6 and Line by 1 to 7
11 \[0x.*\] Special opcode .*: advance Address by 8 to 0xe and Line by 1 to 8
12 \[0x.*\] Special opcode .*: advance Address by 6 to 0x14 and Line by 1 to 9
13 \[0x.*\] Special opcode .*: advance Address by 6 to
[all...]
H A Drd-dw2-2.d8 \[0x.*\] Extended opcode 2: set Address to 0x5005a
9 \[0x.*\] Advance Line by 36 to 37
11 \[0x.*\] Special opcode .*: advance Address by 4 to 0x5005e and Line by 1 to 38
12 \[0x.*\] Special opcode .*: advance Address by 4 to 0x50062 and Line by 1 to 39
13 \[0x.*\] Special opcode .*: advance Address by 4 to 0x50066 and Line by 1 to 40
14 \[0x.*\] Special opcode .*: advance Address by 4 to 0x5006a and Line by 2 to 4
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/i386/ilp32/lns/
H A Dlns-common-1.d9 \[0x.*\] Extended opcode 2: set Address to .*
11 \[0x.*\] Set column to 3
12 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 2
13 \[0x.*\] Set prologue_end to true
14 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 3
15 \[0x.*\] Set column to 0
16 \[0x.*\] Set epilogue_begin to true
17 \[0x.*\] Special opcode .*: advance Address by .* to
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/lns/
H A Dlns-common-1.d8 \[0x.*\] Extended opcode 2: set Address to .*
10 \[0x.*\] Set column to 3
11 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 2
12 \[0x.*\] Set prologue_end to true
13 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 3
14 \[0x.*\] Set column to 0
15 \[0x.*\] Set epilogue_begin to true
16 \[0x.*\] Special opcode .*: advance Address by .* to
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Djal-range.l2 .*:4: Error: jump to misaligned address \(0x1\)
3 .*:6: Error: jump to misaligned address \(0xfffffff\)
4 .*:8: Error: jump to misaligned address \(0x10000003\)

Completed in 137 milliseconds

1234567891011>>