| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
| D | time_put_members_char.cc | 59 tm time1 = { 0, 0, 12, 4, 3, 71 }; in test01() local 71 iterator_type os_it01 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a'); in test01() 76 iterator_type os_it21 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x'); in test01() 79 iterator_type os_it22 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X'); in test01() 82 iterator_type os_it31 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E'); in test01() 85 iterator_type os_it32 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X', 'E'); in test01() 90 iterator_type os_it02 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a'); in test01() 95 iterator_type os_it23 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x'); in test01() 98 iterator_type os_it24 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X'); in test01() 101 iterator_type os_it33 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E'); in test01() [all …]
|
| D | time_put_members_wchar_t.cc | 61 tm time1 = { 0, 0, 12, 4, 3, 71 }; in test01() local 73 iterator_type os_it01 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a'); in test01() 78 iterator_type os_it21 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x'); in test01() 81 iterator_type os_it22 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X'); in test01() 84 iterator_type os_it31 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E'); in test01() 87 iterator_type os_it32 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X', 'E'); in test01() 92 iterator_type os_it02 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a'); in test01() 97 iterator_type os_it23 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x'); in test01() 100 iterator_type os_it24 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X'); in test01() 103 iterator_type os_it33 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E'); in test01() [all …]
|
| /openbsd/src/sbin/atactl/ |
| D | atasmart.h | 131 u_int8_t time1; member 153 u_int8_t time1; member 187 u_int8_t time1; member
|
| D | atactl.c | 1536 if ((data->desc[i].time1 | data->desc[i].time2) == 0) in device_smart_readlog() 1545 MAKEWORD(data->desc[i].time1, in device_smart_readlog() 1584 printf(" timestamp: %d\n", MAKEWORD(data->err.time1, in smart_print_errdata() 1597 MAKEDWORD(data->cmd[0].time1, data->cmd[0].time2, in smart_print_errdata() 1599 MAKEDWORD(data->cmd[1].time1, data->cmd[1].time2, in smart_print_errdata() 1601 MAKEDWORD(data->cmd[2].time1, data->cmd[2].time2, in smart_print_errdata() 1603 MAKEDWORD(data->cmd[3].time1, data->cmd[3].time2, in smart_print_errdata() 1605 MAKEDWORD(data->cmd[4].time1, data->cmd[4].time2, in smart_print_errdata()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | ctime | 34 double difftime(time_t time1, time_t time0);
|
| /openbsd/src/lib/libc/time/ |
| D | localtime.c | 152 static time_t time1(struct tm * tmp, 1821 time1(struct tm *tmp, struct tm * (*funcp)(const time_t *, long, struct tm *), in time1() function 1901 ret = time1(tmp, localsub, 0L); in mktime() 1922 return time1(tmp, gmtsub, 0L); in timegm() 1930 return time1(tmp, gmtsub, offset); in timeoff()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | reload1.c | 4889 int time1; in reload_reg_free_for_value_p() local 4925 time1 = copy ? 0 : 1; in reload_reg_free_for_value_p() 4928 time1 = copy ? 1 : MAX_RECOG_OPERANDS * 5 + 5; in reload_reg_free_for_value_p() 4937 time1 = opnum * 4 + 2; in reload_reg_free_for_value_p() 4940 time1 = opnum * 4 + 3; in reload_reg_free_for_value_p() 4945 time1 = copy ? opnum * 4 + 4 : MAX_RECOG_OPERANDS * 4 + 3; in reload_reg_free_for_value_p() 4950 time1 = MAX_RECOG_OPERANDS * 4 + 1; in reload_reg_free_for_value_p() 4955 time1 = copy ? MAX_RECOG_OPERANDS * 4 + 2 : MAX_RECOG_OPERANDS * 4 + 3; in reload_reg_free_for_value_p() 4958 time1 = MAX_RECOG_OPERANDS * 4 + 4 + opnum; in reload_reg_free_for_value_p() 4961 time1 = MAX_RECOG_OPERANDS * 4 + 5 + opnum; in reload_reg_free_for_value_p() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | reload1.c | 4807 int time1; local 4843 time1 = copy ? 0 : 1; 4846 time1 = copy ? 1 : MAX_RECOG_OPERANDS * 5 + 5; 4855 time1 = opnum * 4 + 2; 4858 time1 = opnum * 4 + 3; 4863 time1 = copy ? opnum * 4 + 4 : MAX_RECOG_OPERANDS * 4 + 3; 4868 time1 = MAX_RECOG_OPERANDS * 4 + 1; 4873 time1 = copy ? MAX_RECOG_OPERANDS * 4 + 2 : MAX_RECOG_OPERANDS * 4 + 3; 4876 time1 = MAX_RECOG_OPERANDS * 4 + 4 + opnum; 4879 time1 = MAX_RECOG_OPERANDS * 4 + 5 + opnum; [all …]
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | POSIX.xs | 3564 difftime(time1, time2) in difftime() argument 3565 Time_t time1 in difftime()
|