/external/blktrace/btt/ |
D | latency.c | 23 static inline void latency_out(FILE *ofp, __u64 tstamp, __u64 latency) in latency_out() argument 26 fprintf(ofp, "%lf %lf\n", TO_SEC(tstamp), TO_SEC(latency)); in latency_out() 57 void latency_q2d(struct d_info *dip, __u64 tstamp, __u64 latency) in latency_q2d() argument 59 plat_x2c(dip->q2d_plat_handle, tstamp, latency); in latency_q2d() 60 latency_out(dip->q2d_ofp, tstamp, latency); in latency_q2d() 63 void latency_d2c(struct d_info *dip, __u64 tstamp, __u64 latency) in latency_d2c() argument 65 plat_x2c(dip->d2c_plat_handle, tstamp, latency); in latency_d2c() 66 latency_out(dip->d2c_ofp, tstamp, latency); in latency_d2c() 69 void latency_q2c(struct d_info *dip, __u64 tstamp, __u64 latency) in latency_q2c() argument 71 plat_x2c(dip->q2c_plat_handle, tstamp, latency); in latency_q2c() [all …]
|
D | seek.c | 102 double tstamp, s_p_s; in sps_emit() local 108 tstamp = sps->t_start; in sps_emit() 112 tstamp = sps->t_start + (delta / 2); in sps_emit() 256 double tstamp = BIT_TIME(iop->t.time); in seeki_add() local 260 fprintf(fp, "%15.9lf %13lld %c\n", tstamp, dist, rw); in seeki_add() 262 fprintf(sip->cfp, "%15.9lf %13lld %c\n", tstamp, dist, rw); in seeki_add() 269 sps_add(sip, tstamp); in seeki_add()
|
D | globals.h | 241 void latency_q2d(struct d_info *dip, __u64 tstamp, __u64 latency); 242 void latency_d2c(struct d_info *dip, __u64 tstamp, __u64 latency); 243 void latency_q2c(struct d_info *dip, __u64 tstamp, __u64 latency);
|
/external/owasp/sanitizer/ |
D | Makefile | 66 classes: out/classes.tstamp 67 out/classes.tstamp: out/classes src/main/org/owasp/html/*.java 70 touch out/classes.tstamp 72 examples: out/examples.tstamp 73 out/examples.tstamp: out/classes.tstamp src/main/org/owasp/html/examples/*.java 77 touch out/examples.tstamp 80 tests: out/tests.tstamp 81 out/tests.tstamp: out/classes.tstamp out/genfiles.tstamp out/examples.tstamp src/tests/org/owasp/ht… 87 touch out/tests.tstamp 89 out/genfiles.tstamp: out/genfiles/org/owasp/html/AllExamples.java out/genfiles/org/owasp/html/AllTe… [all …]
|
/external/tinycompress/ |
D | compress.c | 315 unsigned int *avail, struct timespec *tstamp) in compress_get_hpointer() argument 325 if (0 == kavail.tstamp.sampling_rate) in compress_get_hpointer() 328 time = kavail.tstamp.pcm_io_frames / kavail.tstamp.sampling_rate; in compress_get_hpointer() 329 tstamp->tv_sec = time; in compress_get_hpointer() 330 time = kavail.tstamp.pcm_io_frames % kavail.tstamp.sampling_rate; in compress_get_hpointer() 331 tstamp->tv_nsec = time * 1000000000 / kavail.tstamp.sampling_rate; in compress_get_hpointer()
|
D | cplay.c | 141 struct timespec tstamp; in print_time() local 143 if (compress_get_hpointer(compress, &avail, &tstamp) != 0) { in print_time() 148 fprintf(stderr, "DSP played %jd.%jd\n", (intmax_t)tstamp.tv_sec, (intmax_t)tstamp.tv_nsec*1000); in print_time()
|
/external/webrtc/webrtc/base/ |
D | messagequeue.cc | 309 void MessageQueue::PostAt(uint32_t tstamp, in PostAt() argument 313 return DoDelayPost(TimeUntil(tstamp), tstamp, phandler, id, pdata); in PostAt() 317 uint32_t tstamp, in DoDelayPost() argument 333 DelayedMessage dmsg(cmsDelay, tstamp, dmsgq_next_num_, msg); in DoDelayPost()
|
D | messagequeue.h | 201 virtual void PostAt(uint32_t tstamp, 239 uint32_t tstamp,
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 442 struct timespec tstamp; /* reference timestamp */ member 461 struct timespec tstamp; /* Timestamp */ member 632 struct timespec tstamp; /* Timestamp */ member 744 struct timespec tstamp; /* Timestamp - last update */ member 794 struct timespec tstamp; member 937 struct timespec tstamp; member
|
D | compress_offload.h | 82 struct snd_compr_tstamp tstamp; member
|
/external/libnl/include/linux/ |
D | if_addr.h | 53 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member
|
D | if_link.h | 141 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member
|
/external/iproute2/include/linux/ |
D | if_addr.h | 60 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member
|
D | if_link.h | 313 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | if_addr.h | 60 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member
|
D | if_link.h | 314 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member
|
/external/libpcap/ |
D | .gitignore | 27 pcap-tstamp.manmisc
|
/external/tinycompress/include/tinycompress/ |
D | tinycompress.h | 116 unsigned int *avail, struct timespec *tstamp);
|
/external/tcpdump/ |
D | print-icmp.c | 314 icmp_tstamp_print(u_int tstamp) in icmp_tstamp_print() argument 320 msec = tstamp % 1000; in icmp_tstamp_print() 321 sec = tstamp / 1000; in icmp_tstamp_print()
|
/external/tinyalsa/ |
D | pcm.c | 445 struct timespec *tstamp) in pcm_get_htimestamp() argument 462 *tstamp = pcm->mmap_status->tstamp; in pcm_get_htimestamp() 463 if (tstamp->tv_sec == 0 && tstamp->tv_nsec == 0) in pcm_get_htimestamp()
|
/external/tinyalsa/include/tinyalsa/ |
D | asoundlib.h | 221 struct timespec *tstamp);
|
/external/autotest/client/cros/ |
D | power_status.py | 1007 tstamp = float(tstamp_str) 1010 if tstamp <= self._prev_sample[1]: 1012 delta = tstamp - self._prev_sample[1] 1015 tstamp, self._prev_sample[1], 1018 self._prev_sample = (freq, tstamp)
|
/external/google-breakpad/src/common/mac/ |
D | GTMLogger.m | 465 NSString *tstamp = nil; 467 tstamp = [dateFormatter_ stringFromDate:[NSDate date]]; 470 tstamp, pname_, pid_, pthread_self(),
|
/external/iptables/utils/ |
D | pf.os | 676 *:128:1:52:M*,N,W0,N,N,S: @Windows:XP:RFC1323:Windows XP/2000 (RFC1323 no tstamp) 677 *:128:1:52:M*,N,W0,N,N,S: @Windows:2000:RFC1323:Windows XP/2000 (RFC1323 no tstamp) 678 *:128:1:52:M*,N,W*,N,N,S: @Windows:XP:RFC1323:Windows XP/2000 (RFC1323 no tstamp) 679 *:128:1:52:M*,N,W*,N,N,S: @Windows:2000:RFC1323:Windows XP/2000 (RFC1323 no tstamp)
|
/external/webrtc/talk/media/base/ |
D | videoengine_unittest.h | 317 uint32_t* tstamp, in ParseRtpPacket() argument 341 if (tstamp) *tstamp = u32; in ParseRtpPacket()
|