Searched refs:ts_sec (Results 1 - 10 of 10) sorted by relevance

/external/libcxx/src/
H A Dcondition_variable.cpp58 typedef decltype(ts.tv_sec) ts_sec; typedef
59 _LIBCPP_CONSTEXPR ts_sec ts_sec_max = numeric_limits<ts_sec>::max();
62 ts.tv_sec = static_cast<ts_sec>(s.count());
H A Dthread.cpp112 typedef decltype(ts.tv_sec) ts_sec; typedef
113 _LIBCPP_CONSTEXPR ts_sec ts_sec_max = numeric_limits<ts_sec>::max();
116 ts.tv_sec = static_cast<ts_sec>(s.count());
/external/libpcap/pcap/
H A Dusb.h88 int64_t ts_sec; member in struct:_usb_header
113 int64_t ts_sec; member in struct:_usb_header_mmapped
/external/qemu/android/
H A Dqemu-tcpdump.c115 uint32_t ts_sec; member in struct:__anon29168
129 h.ts_sec = (uint32_t) now.tv_sec;
/external/chromium_org/third_party/webrtc/test/
H A Drtp_file_reader.cc376 uint32_t ts_sec; // Timestamp seconds. local
380 TRY_PCAP(Read(&ts_sec, false));
389 marker.time_offset_ms = CalcTimeDelta(ts_sec, ts_usec, stream_start_ms);
451 uint32_t CalcTimeDelta(uint32_t ts_sec, uint32_t ts_usec, uint32_t start_ms) { argument
453 uint64_t t2_ms = ((static_cast<uint64_t>(ts_sec) * 1000000) + ts_usec +
/external/kernel-headers/original/uapi/linux/
H A Dif_packet.h168 unsigned int ts_sec; member in struct:tpacket_bd_ts
H A Dcoda.h90 long ts_sec; member in struct:timespec
/external/tcpdump/
H A DsctpHeader.h136 u_int32_t ts_sec; member in struct:sctpTimeStamp
/external/libpcap/
H A Dpcap-common.c1115 offset += 8; /* skip past ts_sec */
1118 uhdr->ts_sec = SWAPLL(uhdr->ts_sec);
H A Dpcap-usb-linux.c528 uhdr->ts_sec = pkth.ts.tv_sec;
818 pkth.ts.tv_sec = info.hdr->ts_sec;
899 pkth.ts.tv_sec = hdr->ts_sec;

Completed in 192 milliseconds