Home
last modified time | relevance | path

Searched refs:q2d (Results 1 – 6 of 6) sorted by relevance

/external/blktrace/btt/
Dq2d.c37 double q2d = BIT_TIME(q2d_in); in q2d_histo_add() local
38 long msec = (long)(q2d / 0.001); in q2d_histo_add()
DAndroid.mk11 unplug_hist.c q2d.c aqd.c plat.c
DMakefile19 ../rbtree.o mmap.o trace_plug.o bno_dump.o unplug_hist.o q2d.o \
Dglobals.h284 void q2d_histo_add(void *priv, __u64 q2d);
/external/blktrace/btt/doc/
Dbtt.tex676 \newpage\section{\label{sec:lat}\label{sec:lat-q2d}\label{sec:lat-q2c}\label{sec:lat-d2c}Latency Da…
830 [ -z <output name> | --q2d-latencies=<output name> ]
1111 \subsection{\label{sec:o-z}\texttt{--q2d-latencies}/\texttt{-l}}
1114 discussed in section~\ref{sec:lat-q2d}.
/external/libxml2/
Dxmlschemastypes.c3975 long p1d, p2d, q1d, q2d; in xmlSchemaCompareDates() local
4005 q2d = _xmlSchemaDateCastYMToDays(q2) + q2->value.date.day; in xmlSchemaCompareDates()
4006 if (p1d > q2d) in xmlSchemaCompareDates()
4008 else if (p1d == q2d) { in xmlSchemaCompareDates()