Searched refs:seconds (Results 1 – 16 of 16) sorted by relevance
321 (((t1).seconds == (t2).seconds) ? \323 ((t1).seconds < (t2).seconds))326 (((t1).seconds == (t2).seconds) ? \328 ((t1).seconds <= (t2).seconds))331 (dst).seconds = (t1).seconds + (t2).seconds; \334 (dst).seconds++; \340 (dst).seconds = (t1).seconds - (t2).seconds; \342 (dst).seconds--; \
183 uint32_t seconds; member
22 if (time->seconds < prev.seconds || in tee_time_get_sys_time()23 (time->seconds == prev.seconds && in tee_time_get_sys_time()
433 if (ADD_OVERFLOW(current_time.seconds, cancel_req_to / 1000, in set_invoke_timeout()434 &cancel_time.seconds)) in set_invoke_timeout()439 if (ADD_OVERFLOW(current_time.seconds, 1, in set_invoke_timeout()440 &cancel_time.seconds)) in set_invoke_timeout()443 cancel_time.seconds++; in set_invoke_timeout()451 sess->cancel_time.seconds = UINT32_MAX; in set_invoke_timeout()1044 if (s->cancel_time.seconds == UINT32_MAX) in tee_ta_session_is_cancelled()1052 if (current_time.seconds > s->cancel_time.seconds || in tee_ta_session_is_cancelled()1053 (current_time.seconds == s->cancel_time.seconds && in tee_ta_session_is_cancelled()
38 time->seconds = params.u.value.a; in tee_time_get_ree_time()
42 time->seconds = tm / rate; in tee_time_get_sys_time()
21 time->seconds = cntpct / cntfrq; in tee_time_get_sys_time()
192 p[0].value.a = ree_time.seconds; in get_system_time()194 p[1].value.a = tee_time.seconds; in get_system_time()
53 io_write32(rng + RNG_SEED, time.seconds * 1000 + time.millis); in hi16xx_rng_init()
94 time->seconds = cv0 / tcb_rate; in tee_time_get_sys_time()
407 time.seconds = in iwdg_wdt_get_timeleft()415 *timeleft = time.seconds; in iwdg_wdt_get_timeleft()
129 delta.seconds = milliseconds_delay / 1000; in tee_time_busy_wait()
963 mytime = (current_time.seconds - base_time.seconds) * 1000 + in syscall_wait()
137 t.seconds, t.millis, d->count); in periodic_callback()
668 time->seconds = 0; in TEE_GetTAPersistentTime()
579 instead of seconds. That avoids rounding errors when computing the age of1090 Mbed TLS ticket timestamps (in seconds) to compute a ticket age smaller