Home
last modified time | relevance | path

Searched refs:time1 (Results 1 – 7 of 7) sorted by relevance

/dragonfly/lib/libc/stdtime/
H A Ddifftime.c14 difftime(time_t time1, time_t time0) in difftime() argument
21 return (double) time1 - (double) time0; in difftime()
27 if (time1 >= time0) in difftime()
28 return time1 - time0; in difftime()
29 else return -(double) (time0 - time1); in difftime()
35 if ((time1 < 0) == (time0 < 0)) in difftime()
36 return time1 - time0; in difftime()
44 return (long double) time1 - (long double) time0; in difftime()
48 if (time1 >= 0 /* && time0 < 0 */) in difftime()
49 return (uintmax_t) time1 + (uintmax_t) (-1 - time0) + 1; in difftime()
[all …]
H A Dlocaltime.c174 static time_t time1(struct tm * tmp,
1930 time1(struct tm * const tmp, in time1() function
2004 mktime_return_value = time1(tmp, localsub, 0L); in mktime()
2022 return time1(tmp, gmtsub, 0L); in timegm()
2030 return time1(tmp, gmtsub, offset); in timeoff()
/dragonfly/sys/netgraph7/cisco/
H A Dng_cisco.c86 u_short time1; member
615 ch->time1 = htons((u_short) t); in cisco_send()
/dragonfly/sys/netgraph/cisco/
H A Dng_cisco.c88 u_short time1; member
619 ch->time1 = htons((u_short) t); in cisco_send()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dreload1.c5810 int time1; in reload_reg_free_for_value_p() local
5846 time1 = copy ? 0 : 1; in reload_reg_free_for_value_p()
5849 time1 = copy ? 1 : MAX_RECOG_OPERANDS * 5 + 5; in reload_reg_free_for_value_p()
5858 time1 = opnum * 4 + 2; in reload_reg_free_for_value_p()
5861 time1 = opnum * 4 + 3; in reload_reg_free_for_value_p()
5866 time1 = copy ? opnum * 4 + 4 : MAX_RECOG_OPERANDS * 4 + 3; in reload_reg_free_for_value_p()
5871 time1 = MAX_RECOG_OPERANDS * 4 + 1; in reload_reg_free_for_value_p()
5879 time1 = MAX_RECOG_OPERANDS * 4 + 4 + opnum; in reload_reg_free_for_value_p()
5882 time1 = MAX_RECOG_OPERANDS * 4 + 5 + opnum; in reload_reg_free_for_value_p()
5885 time1 = MAX_RECOG_OPERANDS * 5 + 5; in reload_reg_free_for_value_p()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dreload1.c5812 int time1; in reload_reg_free_for_value_p() local
5848 time1 = copy ? 0 : 1; in reload_reg_free_for_value_p()
5851 time1 = copy ? 1 : MAX_RECOG_OPERANDS * 5 + 5; in reload_reg_free_for_value_p()
5860 time1 = opnum * 4 + 2; in reload_reg_free_for_value_p()
5863 time1 = opnum * 4 + 3; in reload_reg_free_for_value_p()
5868 time1 = copy ? opnum * 4 + 4 : MAX_RECOG_OPERANDS * 4 + 3; in reload_reg_free_for_value_p()
5873 time1 = MAX_RECOG_OPERANDS * 4 + 1; in reload_reg_free_for_value_p()
5881 time1 = MAX_RECOG_OPERANDS * 4 + 4 + opnum; in reload_reg_free_for_value_p()
5884 time1 = MAX_RECOG_OPERANDS * 4 + 5 + opnum; in reload_reg_free_for_value_p()
5887 time1 = MAX_RECOG_OPERANDS * 5 + 5; in reload_reg_free_for_value_p()
[all …]
/dragonfly/sys/net/sppp/
H A Dif_spppsubr.c185 u_short time1; member
1223 (u_int)h->time0, (u_int)h->time1); in sppp_cisco_input()
1302 ch->time1 = htons ((u_short) tv.tv_sec); in sppp_cisco_send()
1308 ch->par2, (u_int)ch->rel, (u_int)ch->time0, (u_int)ch->time1); in sppp_cisco_send()