Searched refs:time1 (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dtime_put_members_char.cc59 tm time1 = { 0, 0, 12, 4, 3, 71 }; local
71 iterator_type os_it01 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a');
76 iterator_type os_it21 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x');
79 iterator_type os_it22 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X');
82 iterator_type os_it31 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E');
85 iterator_type os_it32 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X', 'E');
90 iterator_type os_it02 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a');
95 iterator_type os_it23 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x');
98 iterator_type os_it24 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X');
101 iterator_type os_it33 = tim_put.put(oss.rdbuf(), oss, '*', &time1, '
[all...]
H A Dtime_put_members_wchar_t.cc61 tm time1 = { 0, 0, 12, 4, 3, 71 }; local
73 iterator_type os_it01 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a');
78 iterator_type os_it21 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x');
81 iterator_type os_it22 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X');
84 iterator_type os_it31 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E');
87 iterator_type os_it32 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X', 'E');
92 iterator_type os_it02 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a');
97 iterator_type os_it23 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x');
100 iterator_type os_it24 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X');
103 iterator_type os_it33 = tim_put.put(oss.rdbuf(), oss, '*', &time1, '
[all...]
/openbsd-current/sbin/atactl/
H A Datasmart.h131 u_int8_t time1; member in struct:smart_log_cmd
153 u_int8_t time1; member in struct:smart_log_err
187 u_int8_t time1; member in struct:smart_log_self_desc
H A Datactl.c1536 if ((data->desc[i].time1 | data->desc[i].time2) == 0)
1545 MAKEWORD(data->desc[i].time1,
1584 printf(" timestamp: %d\n", MAKEWORD(data->err.time1,
1597 MAKEDWORD(data->cmd[0].time1, data->cmd[0].time2,
1599 MAKEDWORD(data->cmd[1].time1, data->cmd[1].time2,
1601 MAKEDWORD(data->cmd[2].time1, data->cmd[2].time2,
1603 MAKEDWORD(data->cmd[3].time1, data->cmd[3].time2,
1605 MAKEDWORD(data->cmd[4].time1, data->cmd[4].time2,
/openbsd-current/lib/libc/time/
H A Dlocaltime.c151 static time_t time1(struct tm * tmp,
1820 time1(struct tm *tmp, struct tm * (*funcp)(const time_t *, long, struct tm *), function
1900 ret = time1(tmp, localsub, 0L);
1921 return time1(tmp, gmtsub, 0L);
1929 return time1(tmp, gmtsub, offset);
/openbsd-current/gnu/gcc/gcc/
H A Dreload1.c4910 int time1;
4946 time1 = copy ? 0 : 1;
4949 time1 = copy ? 1 : MAX_RECOG_OPERANDS * 5 + 5;
4958 time1 = opnum * 4 + 2;
4961 time1 = opnum * 4 + 3;
4966 time1 = copy ? opnum * 4 + 4 : MAX_RECOG_OPERANDS * 4 + 3;
4971 time1 = MAX_RECOG_OPERANDS * 4 + 1;
4976 time1 = copy ? MAX_RECOG_OPERANDS * 4 + 2 : MAX_RECOG_OPERANDS * 4 + 3;
4979 time1 = MAX_RECOG_OPERANDS * 4 + 4 + opnum;
4982 time1
4889 int time1; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dreload1.c4828 int time1;
4864 time1 = copy ? 0 : 1;
4867 time1 = copy ? 1 : MAX_RECOG_OPERANDS * 5 + 5;
4876 time1 = opnum * 4 + 2;
4879 time1 = opnum * 4 + 3;
4884 time1 = copy ? opnum * 4 + 4 : MAX_RECOG_OPERANDS * 4 + 3;
4889 time1 = MAX_RECOG_OPERANDS * 4 + 1;
4894 time1 = copy ? MAX_RECOG_OPERANDS * 4 + 2 : MAX_RECOG_OPERANDS * 4 + 3;
4897 time1 = MAX_RECOG_OPERANDS * 4 + 4 + opnum;
4900 time1
4807 int time1; local
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs3563 difftime(time1, time2)
3564 Time_t time1

Completed in 244 milliseconds