Searched refs:tm (Results 1 - 25 of 232) sorted by relevance

12345678910

/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Dxm-thumb.h1 #include <tm.h>
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dattrib40.C3 int strftime(char *, int, const char *, const struct tm *)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dgen-attrs-40.C4 int strftime(char *, int, const char *, const struct tm *)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dpr48053-2.c19 struct timeval tm; local
34 tm.tv_sec = n1;
35 tm.tv_usec = n2;
38 bar (&tm);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcond3.C16 HELPER tm; local
17 Wtransf delta = (tm.current()) ? Identity2 : Wtransf();
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dno-y2k-1.c9 foo (char *s, size_t m, const struct tm *tp)
H A Dms_no-y2k-1.c10 foo (char *s, size_t m, const struct tm *tp)
H A Dms_nonlit-3.c10 foo (char *s, size_t m, const struct tm *tp, char *fmt)
H A Dnonlit-3.c9 foo (char *s, size_t m, const struct tm *tp, char *fmt)
H A Dc90-strftime-1.c9 foo (char *s, size_t m, const struct tm *tp)
H A Dc99-strftime-2.c9 foo (char *s, size_t m, const struct tm *tp)
H A Dms_c90-strftime-1.c10 foo (char *s, size_t m, const struct tm *tp)
H A Dms_c99-strftime-1.c10 foo (char *s, size_t m, const struct tm *tp)
H A Dms_c99-strftime-2.c10 foo (char *s, size_t m, const struct tm *tp)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Did-22.c5 float m, tm, xd, rd; local
8 tm += m;
14 return rd/tm;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/headers/ctime/
H A Dtypes_std.cc28 std::tm t2;
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dorph-d-a.d4 #source: tm-orph1.s
5 #source: tm-ae.s
H A Dorph-d-awpe.d4 #source: tm-orph1.s
5 #source: tm-d.s
6 #source: tm-awpe.s
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/char/
H A D9780-1.cc37 tm t = tm();
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr65153.c10 word32 i, j, t, u, cm, cr, lk[8], tm[8], tr[8]; local
15 tm[j] = cm;
20 t = (((tm[0] + lk[7]) << ((word32)(tr[0] & 31)))
21 | ((tm[0] + lk[7]) >> (32 - (word32)(tr[0] & 31))));
31 t = (((tm[0] + lk[7]) << ((word32)(tr[0] & 31)))
32 | ((tm[0] + lk[7]) >> (32 - (word32)(tr[0] & 31))));
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arc/
H A Djump-around-jump.c97 extern void rtc_time_to_tm(unsigned long time, struct rtc_time *tm);
105 struct rtc_time tm; local
109 rtc_time_to_tm(now.tv_sec, &tm);
111 rtc_time_to_tm(now.tv_sec + 1, &tm);
118 err = rtc_set_time(rtc, &tm);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/
H A D38081-1.cc50 // ios_base::iostate&, tm*) const
62 tm time01;
63 memset(&time01, -1, sizeof(tm));
71 tm time02;
72 memset(&time02, -1, sizeof(tm));
88 tm time03;
89 memset(&time03, -1, sizeof(tm));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/
H A D12750.cc49 const tm time_bday01 = __gnu_test::test_tm(0, 0, 12, 2, 9, 103, 4, 274, -1);
50 const tm time_bday02 = __gnu_test::test_tm(0, 0, 12, 26, 9, 103, 0, 298, -1);
57 tm time01;
67 tm time02;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/
H A D6.cc49 // ios_base::iostate&, tm*) const
60 tm time01;
61 memset(&time01, -1, sizeof(tm));
76 tm time01;
77 memset(&time01, -1, sizeof(tm));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/
H A D6.cc50 // ios_base::iostate&, tm*) const
61 tm time01;
62 memset(&time01, -1, sizeof(tm));
76 tm time01;
77 memset(&time01, -1, sizeof(tm));

Completed in 334 milliseconds

12345678910