Home
last modified time | relevance | path

Searched refs:ttime (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/tools/
Dcrypto_bench.c586 double mtime, ttime = 0, ttime2 = 0, stime; in run_implementation() local
618 ttime += mtime; in run_implementation()
622 ttime /= nruns; in run_implementation()
624 stime = sqrt(ttime2 - ttime * ttime); in run_implementation()
626 impl->lib, impl->name, size, nruns, ttime, stime); in run_implementation()
/third_party/libpng/
Dbackport-libpng-1.6.37-enable-valid.patch174 @@ -489,16 +489,6 @@ png_convert_from_time_t(png_timep ptime, time_t ttime)
177 tbuf = gmtime(&ttime);
181 - * a png_error if the ttime argument is invalid and the call to gmtime
/third_party/skia/third_party/externals/libpng/
Dpngwrite.c472 png_convert_from_struct_tm(png_timep ptime, const struct tm * ttime) in png_convert_from_struct_tm() argument
476 ptime->year = (png_uint_16)(1900 + ttime->tm_year); in png_convert_from_struct_tm()
477 ptime->month = (png_byte)(ttime->tm_mon + 1); in png_convert_from_struct_tm()
478 ptime->day = (png_byte)ttime->tm_mday; in png_convert_from_struct_tm()
479 ptime->hour = (png_byte)ttime->tm_hour; in png_convert_from_struct_tm()
480 ptime->minute = (png_byte)ttime->tm_min; in png_convert_from_struct_tm()
481 ptime->second = (png_byte)ttime->tm_sec; in png_convert_from_struct_tm()
485 png_convert_from_time_t(png_timep ptime, time_t ttime) in png_convert_from_time_t() argument
491 tbuf = gmtime(&ttime); in png_convert_from_time_t()
Dpng.h1043 const struct tm * ttime));
1046 PNG_EXPORT(25, void, png_convert_from_time_t, (png_timep ptime, time_t ttime));
/third_party/alsa-lib/include/
Dseqmid.h281 #define snd_seq_ev_set_queue_pos_tick(ev, q, ttime) \ argument
285 (ev)->data.queue.param.time.tick = (ttime))
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
DSerializableTestUtility.java380 …long[] ttime = new long[] {-631152000000L, 0L, 946684800000L}; /* {1950-1-1, 1970-1-1, 2000-1-1} */ in getTestObjects() local
381 … rules[0] = new TimeArrayTimeZoneRule("Foo", 1*HOUR, 1*HOUR, ttime, DateTimeRule.UTC_TIME); in getTestObjects()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTestUtility.java379 …long[] ttime = new long[] {-631152000000L, 0L, 946684800000L}; /* {1950-1-1, 1970-1-1, 2000-1-1} */ in getTestObjects() local
380 … rules[0] = new TimeArrayTimeZoneRule("Foo", 1*HOUR, 1*HOUR, ttime, DateTimeRule.UTC_TIME); in getTestObjects()