Searched refs:buf1 (Results 1 - 25 of 180) sorted by relevance

12345678

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/mpx/
H A Dpointer-arg-4-nov.c8 int buf1[10]; variable
21 rd (buf1, buf1, buf1, buf1, buf, 0);
22 rd (buf1, buf1, buf1, buf1, buf, 99);
H A Dpointer-arg-5-nov.c8 int buf1[10]; variable
21 rd (buf1, buf1, buf1, buf1, buf1, buf, 0);
22 rd (buf1, buf1, buf1, buf1, buf
[all...]
H A Dstruct-arg-10-nov.c20 int buf1[10]; variable
27 rd (buf1, buf1, buf1, buf1, buf1, buf1, s, 0);
28 rd (buf1, buf1, buf1, buf
[all...]
H A Dvararg-5-nov.c9 int buf1[10]; variable
33 rd (buf1, 4, buf1, buf1, buf1, buf1, buf, 0, buf1);
34 rd (buf1, 4, buf1, buf1, buf
[all...]
H A Dvararg-6-nov.c9 int buf1[10]; variable
33 rd (buf1, buf1, buf1, buf1, buf1, buf, 0, buf1);
34 rd (buf1, buf1, buf1, buf
[all...]
H A Dstruct-arg-7-nov.c22 int buf1[10]; variable
31 rd (buf1, buf1, buf1, buf1, buf1, s);
36 rd (buf1, buf1, buf1, buf1, buf
[all...]
H A Dvararg-4-nov.c9 int buf1[10]; variable
33 rd (buf1, 3, buf1, buf1, buf1, buf, 0, buf1);
34 rd (buf1, 3, buf1, buf1, buf1, bu
[all...]
H A Dpointer-arg-5-lbv.c11 int buf1[10]; variable
24 rd (buf1, buf1, buf1, buf1, buf1, buf, -1);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr30473.c9 foo (char *buf1, char *buf2) argument
11 sprintf (buf1, "%s", "abcde");
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dchkp-stropt-12.c10 void test (void *buf1, void *buf2, size_t len) argument
12 mempcpy (buf1, buf2, len);
H A Dchkp-stropt-13.c8 void test (int *buf1, int *buf2, size_t len) argument
10 memcpy (buf1, buf2, len);
H A Dchkp-stropt-11.c8 void test (void *buf1, void *buf2, size_t len) argument
10 memmove (buf1, buf2, len);
H A Dchkp-stropt-1.c8 void test (int *buf1, int *buf2, size_t len) argument
10 memcpy (buf1, buf2, len);
H A Dchkp-stropt-10.c8 void test (void *buf1, int c, size_t len) argument
10 memset (buf1, c, len);
H A Dchkp-stropt-16.c10 void test (int *buf1, int *buf2, size_t len) argument
12 mempcpy (buf1, buf2, len);
H A Dchkp-stropt-4.c10 void test (int *buf1, int *buf2, size_t len) argument
12 mempcpy (buf1, buf2, len);
H A Dchkp-stropt-15.c8 void test (int *buf1, int *buf2, size_t len) argument
10 memmove (buf1, buf2, len);
H A Dchkp-stropt-14.c8 void test (int *buf1, int c, size_t len) argument
10 memset (buf1, c, len);
H A Dchkp-stropt-3.c8 void test (int *buf1, int *buf2, size_t len) argument
10 memmove (buf1, buf2, len);
H A Dchkp-stropt-7.c8 void test (int *buf1, int *buf2, size_t len) argument
10 memmove (buf1, buf2, len);
H A Dchkp-stropt-5.c8 void test (int *buf1, int *buf2, size_t len) argument
10 memcpy (buf1, buf2, len);
H A Dchkp-stropt-2.c8 void test (int *buf1, int c, size_t len) argument
10 memset (buf1, c, len);
H A Dchkp-stropt-6.c8 void test (int *buf1, int c, size_t len) argument
10 memset (buf1, c, len);
H A Dchkp-stropt-8.c10 void test (int *buf1, int *buf2, size_t len) argument
12 mempcpy (buf1, buf2, len);
H A Dchkp-stropt-9.c8 void test (void *buf1, void *buf2, size_t len) argument
10 memcpy (buf1, buf2, len);

Completed in 115 milliseconds

12345678