Home
last modified time | relevance | path

Searched refs:time_sec (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/crypto/
Do_time.c74 int time_sec, time_year, time_month, time_day; in OPENSSL_gmtime_adj() local
78 if (!julian_adj(tm, off_day, offset_sec, &time_jd, &time_sec)) in OPENSSL_gmtime_adj()
94 tm->tm_hour = time_sec / 3600; in OPENSSL_gmtime_adj()
95 tm->tm_min = (time_sec / 60) % 60; in OPENSSL_gmtime_adj()
96 tm->tm_sec = time_sec % 60; in OPENSSL_gmtime_adj()
/third_party/musl/src/linux/
Dclock_adjtime.c15 long long time_sec, time_usec; member
29 long time_sec, time_usec; member
53 .time_sec = utx->time.tv_sec, in clock_adjtime()
77 utx->time.tv_sec = ktx.time_sec; in clock_adjtime()
107 .time_sec = utx->time.tv_sec, in clock_adjtime()
135 utx->time.tv_sec = ktx.time_sec; in clock_adjtime()
/third_party/curl/tests/unit/
Dunit1399.c55 int time_sec = (int)(time_usec / usec_magnitude); in usec_matches_seconds() local
56 bool same = (time_sec == expected_seconds); in usec_matches_seconds()
/third_party/openssl/crypto/ts/
Dts_rsp_sign.c992 time_t time_sec = (time_t)sec; in TS_RESP_set_genTime_with_precision() local
1001 if ((tm = OPENSSL_gmtime(&time_sec, &tm_result)) == NULL) in TS_RESP_set_genTime_with_precision()
/third_party/ffmpeg/libavformat/
Dmatroskadec.c4013 double time_sec = time_ns / nano_seconds_per_second; in buffer_size_after_time_downloaded() local
4036 double percent_to_sub = search_sec / (desc_end_time_sec - time_sec); in buffer_size_after_time_downloaded()
4061 double percent_to_sub = search_sec / (desc_end_time_sec - time_sec); in buffer_size_after_time_downloaded()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesink.c3874 gdouble time_sec = (gdouble)fps_time_diff / GST_MSECOND; in kpi_log_fps() local
3875 gdouble fps = (priv->rendered - priv->tmp_render_nums_fps) / time_sec; in kpi_log_fps()
3877 fps, time_sec, priv->rendered); in kpi_log_fps()