Searched refs:tp (Results 1 - 25 of 328) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sparc/
H A Dsparc-reg-1.c6 register void *tp __asm__("%g7");
10 tp = 0;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dext-3.c11 foo (char *s, size_t m, const struct tm *tp) argument
17 strftime (s, m, "%5C%-C%_C%0C", tp);
19 strftime (s, m, "%-5C%_5C%05C%-5d%_5d%05d%-5e%_5e%05e%-5G%_5G%05G", tp);
20 strftime (s, m, "%-5H%_5H%05H%-5I%_5I%05I%-5j%_5j%05j%-5m%_5m%05m", tp);
21 strftime (s, m, "%-5M%_5M%05M%-5S%_5S%05S%-5u%_5u%05u%-5U%_5U%05U", tp);
22 strftime (s, m, "%-5V%_5V%05V%-5w%_5w%05w%-5W%_5W%05W%-5Y%_5Y%05Y", tp);
24 strftime (s, m, "%-5k%_5k%05k%-5l%_5l%05l%-20s%_20s%020s", tp);
26 strftime (s, m, "%-5g%_5g%05g%-5y%_5y%05y", tp); /* { dg-warning "only last 2" "2-digit year" } */
28 strftime (s, m, "%5a", tp); /* { dg-warning "width" "bad %a" } */
29 strftime (s, m, "%-a", tp); /* { d
[all...]
H A Dc90-strftime-2.c10 foo (char *s, size_t m, const struct tm *tp) argument
12 strftime (s, m, "%C", tp); /* { dg-warning "C" "%C not in C90" } */
13 strftime (s, m, "%D", tp); /* { dg-warning "C" "%D not in C90" } */
15 strftime (s, m, "%e", tp); /* { dg-warning "C" "%e not in C90" } */
16 strftime (s, m, "%F", tp); /* { dg-warning "C" "%F not in C90" } */
17 strftime (s, m, "%g", tp); /* { dg-warning "C" "%g not in C90" } */
19 strftime (s, m, "%G", tp); /* { dg-warning "C" "%G not in C90" } */
20 strftime (s, m, "%h", tp); /* { dg-warning "C" "%h not in C90" } */
21 strftime (s, m, "%n", tp); /* { dg-warning "C" "%n not in C90" } */
22 strftime (s, m, "%r", tp); /* { d
[all...]
H A Dc99-strftime-2.c9 foo (char *s, size_t m, const struct tm *tp) argument
12 strftime (s, m, "%P", tp); /* { dg-warning "C" "strftime %P" } */
14 strftime (s, m, "%k", tp); /* { dg-warning "C" "strftime %k" } */
16 strftime (s, m, "%l", tp); /* { dg-warning "C" "strftime %l" } */
18 strftime (s, m, "%s", tp); /* { dg-warning "C" "strftime %s" } */
21 strftime (s, m, "%20Y", tp); /* { dg-warning "C" "strftime width" } */
22 strftime (s, m, "%^A", tp); /* { dg-warning "C" "strftime flags" } */
H A Dc99-strftime-1.c9 foo (char *s, size_t m, const struct tm *tp) argument
13 strftime (s, m, "%a%A%b%B%C%d%e%F%G%h%H%I%j%m%M%p%R%S%t%T%u%U%V%w%W%X%Y%z%Z%%", tp);
14 strftime (s, m, "%EC%EX%EY%Od%Oe%OH%OI%Om%OM%OS%Ou%OU%OV%Ow%OW", tp);
16 strftime (s, m, "%D", tp); /* { dg-warning "only last 2" "2-digit year" } */
17 strftime (s, m, "%g", tp); /* { dg-warning "only last 2" "2-digit year" } */
18 strftime (s, m, "%y", tp); /* { dg-warning "only last 2" "2-digit year" } */
19 strftime (s, m, "%Oy", tp); /* { dg-warning "only last 2" "2-digit year" } */
21 strftime (s, m, "%c", tp); /* { dg-warning "some locales" "2-digit year" } */
22 strftime (s, m, "%Ec", tp); /* { dg-warning "some locales" "2-digit year" } */
23 strftime (s, m, "%x", tp); /* { d
[all...]
H A Dms_c90-strftime-2.c11 foo (char *s, size_t m, const struct tm *tp) argument
13 strftime (s, m, "%C", tp); /* { dg-warning "format" "%C is unsupported" } */
14 strftime (s, m, "%D", tp); /* { dg-warning "format" "%D is unsupported" } */
15 strftime (s, m, "%e", tp); /* { dg-warning "format" "%e is unsupported" } */
16 strftime (s, m, "%F", tp); /* { dg-warning "format" "%F is unsupported" } */
17 strftime (s, m, "%g", tp); /* { dg-warning "format" "%g is unsupported" } */
18 strftime (s, m, "%G", tp); /* { dg-warning "format" "%G is unsupported" } */
19 strftime (s, m, "%h", tp); /* { dg-warning "format" "%h is unsupported" } */
20 strftime (s, m, "%n", tp); /* { dg-warning "format" "%n is unsupported" } */
21 strftime (s, m, "%r", tp); /* { d
[all...]
H A Dno-y2k-1.c9 foo (char *s, size_t m, const struct tm *tp) argument
11 strftime (s, m, "%y%c%x", tp);
H A Dc90-strftime-1.c9 foo (char *s, size_t m, const struct tm *tp) argument
13 strftime (s, m, "%a%A%b%B%d%H%I%j%m%M%p%S%U%w%W%X%Y%Z%%", tp);
15 strftime (s, m, "%y", tp); /* { dg-warning "only last 2" "2-digit year" } */
17 strftime (s, m, "%c", tp); /* { dg-warning "some locales" "2-digit year" } */
18 strftime (s, m, "%x", tp); /* { dg-warning "some locales" "2-digit year" } */
H A Dms_c90-strftime-1.c10 foo (char *s, size_t m, const struct tm *tp) argument
14 strftime (s, m, "%a%A%b%B%d%H%I%j%m%M%p%S%U%w%W%X%Y%Z%%", tp);
16 strftime (s, m, "%y", tp); /* { dg-warning "only last 2" "2-digit year" } */
18 strftime (s, m, "%c", tp); /* { dg-warning "some locales" "2-digit year" } */
19 strftime (s, m, "%x", tp); /* { dg-warning "some locales" "2-digit year" } */
H A Dms_c99-strftime-1.c10 foo (char *s, size_t m, const struct tm *tp) argument
14 strftime (s, m, "%a%A%b%B%d%H%I%j%m%M%p%S%U%w%W%X%Y%z%Z%%", tp);
16 strftime (s, m, "%y", tp); /* { dg-warning "only last 2" "2-digit year" } */
18 strftime (s, m, "%c", tp); /* { dg-warning "some locales" "2-digit year" } */
19 strftime (s, m, "%x", tp); /* { dg-warning "some locales" "2-digit year" } */
H A Dms_c99-strftime-2.c10 foo (char *s, size_t m, const struct tm *tp) argument
13 strftime (s, m, "%P", tp); /* { dg-warning "unknown" "strftime %P" } */
15 strftime (s, m, "%k", tp); /* { dg-warning "unknown" "strftime %k" } */
17 strftime (s, m, "%l", tp); /* { dg-warning "unknown" "strftime %l" } */
19 strftime (s, m, "%s", tp); /* { dg-warning "unknown" "strftime %s" } */
H A Dms_no-y2k-1.c10 foo (char *s, size_t m, const struct tm *tp) argument
12 strftime (s, m, "%y%c%x", tp);
H A Dms_nonlit-3.c10 foo (char *s, size_t m, const struct tm *tp, char *fmt) argument
12 strftime (s, m, fmt, tp); /* { dg-warning "format string" "non-literal" } */
H A Dnonlit-3.c9 foo (char *s, size_t m, const struct tm *tp, char *fmt) argument
11 strftime (s, m, fmt, tp); /* { dg-warning "format string" "non-literal" } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr25706-1.c9 void tcp_init_buffer_space(struct tcp_opt *tp, int maxwin) argument
11 if (tp->window_clamp >= maxwin)
12 if (sysctl_tcp_app_win && maxwin>4*tp->advmss)
13 tp->window_clamp
16 typeof(4*tp->advmss) _y = (4*tp->advmss);
21 && tp->window_clamp > 2*tp->advmss
22 && tp->window_clamp + tp
[all...]
/haiku-buildtools/gcc/gmp/mpz/
H A Dset_d.c42 mp_limb_t tp[LIMBS_PER_DOUBLE]; local
53 rn = __gmp_extract_double (tp, d);
71 rp[1] = tp[1], rp[0] = tp[0];
74 rp[0] = tp[1];
79 rp[2] = tp[2], rp[1] = tp[1], rp[0] = tp[0];
82 rp[1] = tp[2], rp[0] = tp[
[all...]
/haiku-buildtools/gcc/gmp/mpq/
H A Dset_d.c39 mp_limb_t tp[LIMBS_PER_DOUBLE]; local
51 exp = __gmp_extract_double (tp, d);
56 if (exp <= 1 || (exp == 2 && (tp[0] | tp[1]) != 0))
59 if (exp <= 1 || (exp == 2 && tp[0] != 0))
77 if ((tp[0] | tp[1] | tp[2]) == 0)
78 np[0] = tp[3], nn = 1;
79 else if ((tp[
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
14 Writes the current time to @var{tp}. This implementation requires
22 gettimeofday (struct timeval *tp, void *tz) argument
26 tp->tv_usec = 0;
27 if (time (&tp->tv_sec) == (time_t) -1)
/haiku-buildtools/gcc/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
14 Writes the current time to @var{tp}. This implementation requires
22 gettimeofday (struct timeval *tp, void *tz) argument
26 tp->tv_usec = 0;
27 if (time (&tp->tv_sec) == (time_t) -1)
/haiku-buildtools/legacy/binutils/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
14 Writes the current time to @var{tp}. This implementation requires
22 gettimeofday (struct timeval *tp, void *tz) argument
26 tp->tv_usec = 0;
27 if (time (&tp->tv_sec) == (time_t) -1)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb7.C11 std::vector <T> tp; variable
15 tp.insert(tp.begin(), 10 , T());
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Darrayio_derived_2.f909 type(ice) :: tp variable in program:main
13 write(tp%mess,*) "message"
14 read(tp%mess,*) mess
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr64600_1.c12 cfgetospeed (const struct termios *tp) argument
14 return tp->c_cflag & 010017;
H A Dpr44999.c6 int tp(int x, int y) function
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dtoom_eval_dgr3_pm2.c33 mp_srcptr xp, mp_size_t n, mp_size_t x3n, mp_ptr tp)
46 cy = mpn_addlsh2_n (tp, xp + n, xp + 3*n, x3n);
50 cy = mpn_addlsh_n (tp, xp + n, xp + 3*n, x3n, 2);
53 cy = mpn_add_1 (tp + x3n, xp + n + x3n, n - x3n, cy);
54 tp[n] = cy;
56 cy = mpn_lshift (tp, xp + 2*n, n, 2);
57 xp2[n] = cy + mpn_add_n (xp2, tp, xp, n);
59 tp[x3n] = mpn_lshift (tp, xp + 3*n, x3n, 2);
61 tp[
32 mpn_toom_eval_dgr3_pm2(mp_ptr xp2, mp_ptr xm2, mp_srcptr xp, mp_size_t n, mp_size_t x3n, mp_ptr tp) argument
[all...]

Completed in 168 milliseconds

1234567891011>>