Searched refs:time_sec (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/ |
D | o_time.c | 74 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/ |
D | clock_adjtime.c | 15 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/ |
D | unit1399.c | 55 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/ |
D | ts_rsp_sign.c | 992 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/ |
D | matroskadec.c | 4013 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/ |
D | gstbasesink.c | 3874 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()
|