Home
last modified time | relevance | path

Searched refs:now_t (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstsystemclock.c203 GstClockTime now_t, prev_t, resolution; in GST_START_TEST() local
206 now_t = prev_t = GST_CLOCK_TIME_NONE; in GST_START_TEST()
213 now_t = gst_clock_get_internal_time (clock); in GST_START_TEST()
214 fail_unless (now_t != GST_CLOCK_TIME_NONE); in GST_START_TEST()
217 fail_unless (now_t >= prev_t); in GST_START_TEST()
218 diff = now_t - prev_t; in GST_START_TEST()
221 prev_t = now_t; in GST_START_TEST()
/third_party/node/deps/openssl/openssl/crypto/asn1/
Da_time.c444 time_t now_t; in ASN1_TIME_to_tm() local
446 time(&now_t); in ASN1_TIME_to_tm()
448 if (OPENSSL_gmtime(&now_t, tm) != NULL) in ASN1_TIME_to_tm()
/third_party/openssl/crypto/asn1/
Da_time.c444 time_t now_t; in ASN1_TIME_to_tm() local
446 time(&now_t); in ASN1_TIME_to_tm()
448 if (OPENSSL_gmtime(&now_t, tm) != NULL) in ASN1_TIME_to_tm()
/third_party/elfutils/debuginfod/
Ddebuginfod.cxx878 time_t now_t = time(NULL); in timestamp() local
880 struct tm *nowp = gmtime_r (&now_t, &now); in timestamp()