Searched refs:ts (Results 351 - 375 of 531) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/base/
H A Dlogging.cc141 struct timespec ts;
142 clock_gettime(CLOCK_MONOTONIC, &ts);
145 static_cast<int64>(ts.tv_sec) * 1000000 +
146 static_cast<int64>(ts.tv_nsec) / 1000;
/external/chromium_org/media/filters/
H A Dgpu_video_decoder.h168 BufferData(int32 bbid, base::TimeDelta ts, const gfx::Rect& visible_rect,
/external/chromium_org/third_party/libevent/
H A Devent.c132 struct timespec ts; local
135 clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
136 tp->tv_sec = ts.tv_sec;
137 tp->tv_usec = ts.tv_nsec / 1000;
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdump.h90 bool GetRtpTimestamp(uint32* ts) const;
H A Drtpdump.cc86 bool RtpDumpPacket::GetRtpTimestamp(uint32* ts) const {
88 cricket::GetRtpTimestamp(&data[0], data.size(), ts);
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Ddtls_srtp_driver.c246 hdr->ts = htonl(0xdecafbad); /* timestamp */
/external/clang/test/Analysis/
H A Dtaint-tester.c94 char *ts = s; local
/external/clang/test/SemaCXX/
H A Dcxx1y-init-captures.cpp5 template<class ... Ts> char fv(Ts ... ts) { return 0; } argument
/external/fio/
H A Dgfio.h141 struct thread_stat ts; member in struct:end_results
H A Dserver.h80 struct thread_stat ts; member in struct:cmd_ts_pdu
/external/libpcap/
H A Dpcap-septel.c147 * pcap_header.ts.tv_sec:
152 * pcap_header.ts.tv_usec :
158 (void)gettimeofday(&pcap_header.ts, NULL);
H A Dpcap-bt-linux.c350 memcpy(&pkth.ts, CMSG_DATA(cmsg),
351 sizeof pkth.ts);
H A Dpcap-snoop.c136 h.ts.tv_sec = sh->snoop_timestamp.tv_sec;
137 h.ts.tv_usec = sh->snoop_timestamp.tv_usec;
/external/qemu/audio/
H A Daudio_template.h535 void glue (AUD_init_time_stamp_, TYPE) (SW *sw, QEMUAudioTimeStamp *ts)
541 ts->old_ts = sw->hw->ts_helper;
544 uint64_t glue (AUD_get_elapsed_usec_, TYPE) (SW *sw, QEMUAudioTimeStamp *ts)
553 old_ts = ts->old_ts;
/external/srtp/test/
H A Ddtls_srtp_driver.c233 hdr->ts = htonl(0xdecafbad); /* timestamp */
/external/strace/
H A Dtime.c148 struct timespec ts; local
150 rc = umove(tcp, addr, &ts);
153 (unsigned long) ts.tv_sec,
154 (unsigned long) ts.tv_nsec);
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dbaseline_policy_unittest.cc345 struct timespec ts; local
346 clock_gettime(CLOCK_MONOTONIC_RAW, &ts);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersections.h34 explicit TArray(const double ts[9]) : fTArray(ts) {} argument
/external/chromium_org/third_party/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp388 SkIntersections ts; local
393 if (ts.intersect(l1, l2)) {
/external/chromium_org/ui/native_theme/
H A Dnative_theme_win.h148 int ts,
326 int ts,
/external/skia/src/pathops/
H A DSkIntersections.h34 explicit TArray(const double ts[9]) : fTArray(ts) {} argument
/external/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp385 SkIntersections ts; local
390 if (ts.intersect(l1, l2)) {
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h100 struct os_reltime *ts,
105 os_reltime_sub(now, ts, &age);
99 os_reltime_expired(struct os_reltime *now, struct os_reltime *ts, os_time_t timeout_secs) argument
/external/wpa_supplicant_8/src/utils/
H A Dos.h100 struct os_reltime *ts,
105 os_reltime_sub(now, ts, &age);
99 os_reltime_expired(struct os_reltime *now, struct os_reltime *ts, os_time_t timeout_secs) argument
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h100 struct os_reltime *ts,
105 os_reltime_sub(now, ts, &age);
99 os_reltime_expired(struct os_reltime *now, struct os_reltime *ts, os_time_t timeout_secs) argument

Completed in 593 milliseconds

<<11121314151617181920>>