Home
last modified time | relevance | path

Searched refs:t_m (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/http/src/
H A Dhttp_time.cc39 struct tm t_m; in time_to_rfc5322_fixdate() local
61 kDayNames.at(t_m.tm_wday), t_m.tm_mday, kMonthNames.at(t_m.tm_mon), in time_to_rfc5322_fixdate()
62 1900 + t_m.tm_year, t_m.tm_hour, t_m.tm_min, t_m.tm_sec); in time_to_rfc5322_fixdate()
67 return _mkgmtime(t_m); in time_from_struct_tm_utc()
73 return timegm(t_m); in time_from_struct_tm_utc()
86 struct tm t_m; in time_from_rfc5322_fixdate() local
87 memset(&t_m, 0, sizeof(t_m)); in time_from_rfc5322_fixdate()
93 &t_m.tm_mday, mon, &t_m.tm_year, &t_m.tm_hour, &t_m.tm_min, in time_from_rfc5322_fixdate()
108 t_m.tm_mon = in time_from_rfc5322_fixdate()
115 if (t_m.tm_year < 1900) { in time_from_rfc5322_fixdate()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/testsuite/sim/cris/c/
H A Dtime1.c18 struct timeval t_m = {0, 0}; in main() local
23 if (gettimeofday (&t_m, &t_z) != 0) in main()
31 != (t_m.tv_sec * 1000000 + t_m.tv_usec + i * 1000)) in main()
34 t_m.tv_sec, t_m.tv_usec, i, t_m1.tv_sec, t_m1.tv_usec); in main()
/dports/devel/gdb761/gdb-7.6.1/sim/testsuite/sim/cris/c/
H A Dtime1.c18 struct timeval t_m = {0, 0}; in main() local
23 if (gettimeofday (&t_m, &t_z) != 0) in main()
31 != (t_m.tv_sec * 1000000 + t_m.tv_usec + i * 1000)) in main()
34 t_m.tv_sec, t_m.tv_usec, i, t_m1.tv_sec, t_m1.tv_usec); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
H A Dinterface_assignment_3.f9013 type t_m type
16 end type t_m
26 type (t_m), intent(inout) :: y
27 type (t_m), intent(in) :: x
34 use mo_memory, only: t_m, assignment (=)
37 type(t_m) :: m(42)
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gfortran.dg/
H A Dinterface_assignment_5.f909 type t_m type
11 end type t_m
19 type(t_m) ,intent(inout) :: y
20 type(t_m) ,intent(in) :: x
25 use mod1, only: t_m, assignment(=)
38 type(t_m) ,intent(in) :: x

12345678910>>...15