Home
last modified time | relevance | path

Searched refs:tstamp (Results 1 – 25 of 30) sorted by relevance

12

/external/owasp/sanitizer/
DMakefile66 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/blktrace/btt/
Dlatency.c23 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 …]
Dseek.c102 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()
Dglobals.h241 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/tinycompress/
Dcompress.c315 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()
Dcplay.c141 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/kernel-headers/original/uapi/sound/
Dasound.h412 struct timespec tstamp; /* reference timestamp */ member
429 struct timespec tstamp; /* Timestamp */ member
599 struct timespec tstamp; /* Timestamp */ member
711 struct timespec tstamp; /* Timestamp - last update */ member
761 struct timespec tstamp; member
904 struct timespec tstamp; member
Dcompress_offload.h82 struct snd_compr_tstamp tstamp; member
/external/libnl/include/linux/
Dif_addr.h53 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member
Dif_link.h141 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member
/external/iproute2/include/linux/
Dif_addr.h52 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member
Dif_link.h204 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member
/external/kernel-headers/original/uapi/linux/
Dif_addr.h58 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member
Dif_link.h252 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member
/external/libpcap/
D.gitignore27 pcap-tstamp.manmisc
Dscanner.l373 icmp-tstamp { yylval.i = 13; return NUM; }
DMakefile.in228 pcap-tstamp.manmisc.in
/external/tinycompress/include/tinycompress/
Dtinycompress.h116 unsigned int *avail, struct timespec *tstamp);
/external/tcpdump/
Dprint-icmp.c320 icmp_tstamp_print(u_int tstamp) { in icmp_tstamp_print() argument
325 msec = tstamp % 1000; in icmp_tstamp_print()
326 sec = tstamp / 1000; in icmp_tstamp_print()
/external/tinyalsa/
Dpcm.c446 struct timespec *tstamp) in pcm_get_htimestamp() argument
463 *tstamp = pcm->mmap_status->tstamp; in pcm_get_htimestamp()
464 if (tstamp->tv_sec == 0 && tstamp->tv_nsec == 0) in pcm_get_htimestamp()
/external/tinyalsa/include/tinyalsa/
Dasoundlib.h221 struct timespec *tstamp);
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-trace.c449 static size_t trace__fprintf_tstamp(struct trace *trace, u64 tstamp, FILE *fp) in trace__fprintf_tstamp() argument
451 double ts = (double)(tstamp - trace->base_time) / NSEC_PER_MSEC; in trace__fprintf_tstamp()
464 u64 duration, u64 tstamp, FILE *fp) in trace__fprintf_entry_head() argument
466 size_t printed = trace__fprintf_tstamp(trace, tstamp, fp); in trace__fprintf_entry_head()
/external/google-breakpad/src/common/mac/
DGTMLogger.m465 NSString *tstamp = nil;
467 tstamp = [dateFormatter_ stringFromDate:[NSDate date]];
470 tstamp, pname_, pid_, pthread_self(),
/external/iptables/utils/
Dpf.os676 *: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/libnl/lib/route/
Daddr.c230 addr->a_cacheinfo.aci_tstamp = ca->tstamp; in addr_msg_parser()

12