Lines Matching refs:us

97 …else { s->time->have_time = 1; s->time->h = 0; s->time->i = 0; s->time->s = 0; s->time->us = 0; } }
98 …TIME() { s->time->have_time = 0; s->time->h = 0; s->time->i = 0; s->time->s = 0; s->time->us = 0; }
686 case TIMELIB_MICROSEC: s->time->relative.us += amount * relunit->multiplier; break; in timelib_set_relative()
5113 s->time->us = timelib_get_frac_nr(&ptr); in scan()
5439 s->time->us = timelib_get_frac_nr(&ptr); in scan()
9865 s->time->us = timelib_get_frac_nr(&ptr); in scan()
10203 s->time->us = timelib_get_frac_nr(&ptr); in scan()
13701 s->time->us = timelib_get_frac_nr(&ptr); in scan()
22368 s->time->us = 0; in scan()
22389 timelib_ull us; in scan() local
22404 us = timelib_get_signed_nr(s, &ptr, 6); in scan()
22405 us = us * pow(10, 7 - (ptr - ptr_before)); in scan()
22407 us *= -1; in scan()
22414 s->time->us = 0; in scan()
22416 s->time->relative.us = us; in scan()
25954 …in.time->y = in.time->d = in.time->m = in.time->h = in.time->i = in.time->s = in.time->us = in.tim… in timelib_strtotime()
25972 in.time->us = TIMELIB_UNSET; in timelib_strtotime()
26024 time->us = 0; in timelib_time_reset_fields()
26038 if (time->us == TIMELIB_UNSET ) time->us = 0; in timelib_time_reset_unset_fields()
26141 in.time->us = TIMELIB_UNSET; in timelib_parse_from_format_with_map()
26356 s->time->us = (f * pow(10, 6 - (ptr - tptr))); in timelib_parse_from_format_with_map()
26371 s->time->us = (f * pow(10, 3 - (ptr - tptr)) * 1000); in timelib_parse_from_format_with_map()
26536 …ET || s->time->i != TIMELIB_UNSET || s->time->s != TIMELIB_UNSET || s->time->us != TIMELIB_UNSET) { in timelib_parse_from_format_with_map()
26546 if (s->time->us == TIMELIB_UNSET ) { in timelib_parse_from_format_with_map()
26547 s->time->us = 0; in timelib_parse_from_format_with_map()
26600 parsed->us = 0; in timelib_fill_holes()
26606 if (parsed->us == TIMELIB_UNSET) parsed->us = 0; in timelib_fill_holes()
26608 if (parsed->us == TIMELIB_UNSET) parsed->us = now->us != TIMELIB_UNSET ? now->us : 0; in timelib_fill_holes()