/external/blktrace/btt/ |
H A D | latency.c | 23 static inline void latency_out(FILE *ofp, __u64 tstamp, __u64 latency) argument 26 fprintf(ofp, "%lf %lf\n", TO_SEC(tstamp), TO_SEC(latency)); 57 void latency_q2d(struct d_info *dip, __u64 tstamp, __u64 latency) argument 59 plat_x2c(dip->q2d_plat_handle, tstamp, latency); 60 latency_out(dip->q2d_ofp, tstamp, latency); 63 void latency_d2c(struct d_info *dip, __u64 tstamp, __u64 latency) argument 65 plat_x2c(dip->d2c_plat_handle, tstamp, latency); 66 latency_out(dip->d2c_ofp, tstamp, latency); 69 void latency_q2c(struct d_info *dip, __u64 tstamp, __u64 latency) argument 71 plat_x2c(dip->q2c_plat_handle, tstamp, latency); [all...] |
H A D | Android.mk | 7 latency.c misc.c output.c proc.c seek.c trace.c \
|
H A D | plat.c | 67 void plat_x2c(void *info, __u64 ts, __u64 latency) argument 70 double lat = TO_SEC(latency);
|
H A D | Makefile | 16 OBJS = args.o bt_timeline.o devmap.o devs.o dip_rb.o iostat.o latency.o \
|
H A D | globals.h | 238 /* latency.c */ 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); 281 void plat_x2c(void *info, __u64 ts, __u64 latency);
|
/external/iproute2/tc/ |
H A D | q_tbf.c | 29 fprintf(stderr, " [ peakrate KBPS ] [ latency TIME ] "); 47 unsigned buffer=0, mtu=0, mpu=0, latency=0; local 58 if (opt.limit || latency) { 59 fprintf(stderr, "Double \"limit/latency\" spec\n"); 67 } else if (matches(*argv, "latency") == 0) { 69 if (opt.limit || latency) { 70 fprintf(stderr, "Double \"limit/latency\" spec\n"); 73 if (get_time(&latency, *argv)) { 74 explain1("latency"); 175 if (opt.limit == 0 && latency 223 double latency; local [all...] |
H A D | q_netem.c | 153 } else if (matches(*argv, "latency") == 0 || 156 if (get_ticks(&opt.latency, *argv)) { 157 explain1("latency"); 164 explain1("latency"); 172 explain1("latency"); 263 if (opt.latency == 0) { 274 if (dist_data && (opt.latency == 0 || opt.jitter == 0)) { 275 fprintf(stderr, "distribution specified but no latency and jitter values\n"); 348 if (qopt.latency) { 349 fprintf(f, " delay %s", sprint_ticks(qopt.latency, b [all...] |
/external/webkit/WebCore/inspector/front-end/ |
H A D | Resource.js | 268 get latency() 601 return a.latency - b.latency;
|
H A D | ResourcesPanel.js | 823 if (resource.latency > 0) 824 leftLabel = this.formatValue(resource.latency); 832 var tooltip = WebInspector.UIString("%s latency, %s download (%s total)", leftLabel, rightLabel, total); 834 var tooltip = WebInspector.UIString("%s latency", leftLabel);
|
/external/quake/quake/src/QW/client/ |
H A D | cl_parse.c | 834 float latency; local 849 // calculate latency 850 latency = frame->receivedtime - frame->senttime; 852 if (latency < 0 || latency > 1.0) 854 // Con_Printf ("Odd latency: %5.2f\n", latency); 858 // drift the average latency towards the observed latency 859 if (latency < cl [all...] |
H A D | cl_pred.c | 125 cl.time = realtime - cls.latency - cl_pushlatency.value*0.001;
|
H A D | client.h | 199 float latency; // rolling average member in struct:__anon5089
|
H A D | cl_ents.c | 803 playertime = realtime - cls.latency + 0.02;
960 playertime = realtime - cls.latency + 0.02;
|
/external/qemu/ |
H A D | shaper.c | 482 /* when changing the latency, accept all sessions */ 543 int latency = delay->min_ms; local 547 latency += rand() % range; 556 session->expiration = qemu_get_clock( SHAPER_CLOCK ) + latency;
|
/external/iproute2/include/linux/ |
H A D | pkt_sched.h | 476 __u32 latency; /* added delay (us) */ member in struct:tc_netem_qopt 481 __u32 jitter; /* random jitter in latency (us) */
|
/external/kernel-headers/original/linux/ |
H A D | pkt_sched.h | 476 __u32 latency; /* added delay (us) */ member in struct:tc_netem_qopt 481 __u32 jitter; /* random jitter in latency (us) */
|
/external/quake/quake/src/WinQuake/ |
H A D | snd_android.cpp | 255 LOGI("AudioTrack latency = %u ms\n", gAudioTrack.latency());
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
H A D | ARM-E_voice_gain_gnu.s | 79 @ NOTE: instructions are reordered to reduce the effect of latency
|
/external/sonivox/arm-wt-22k/lib_src/ |
H A D | ARM-E_voice_gain_gnu.s | 79 @ NOTE: instructions are reordered to reduce the effect of latency
|
/external/bluetooth/bluez/lib/bluetooth/ |
H A D | hci_lib.h | 127 uint16_t latency, uint16_t supervision_timeout,
|
H A D | hci.h | 594 uint32_t latency; /* Microseconds */ member in struct:__anon119 1376 uint16_t latency; member in struct:__anon220 1413 uint16_t latency; member in struct:__anon224 1940 uint16_t latency; member in struct:__anon291 1962 uint16_t latency; member in struct:__anon293
|
/external/blktrace/btt/doc/ |
H A D | btt.tex | 678 The latency data files which can be optionally produced by \texttt{btt} 679 provide per-IO latency information, one for queue time (Q2D), one 684 while the second column (Y values) shows the actual latency for a 912 This option instructs \texttt{btt} to generate the D2C latency file 919 average latency over that period. 956 This option instructs \texttt{btt} to generate the Q2C latency file 1113 This option instructs \texttt{btt} to generate the Q2D latency file
|
/external/bluetooth/bluez/tools/ |
H A D | hcitool.c | 2487 uint16_t interval, latency, max_ce_length, max_interval, min_ce_length; local 2522 latency = htobs(0x0000); 2529 max_interval, latency, supervision_timeout,
|
/external/bluetooth/bluez/lib/ |
H A D | hci.c | 2703 uint16_t latency, uint16_t supervision_timeout, 2720 create_conn_cp.latency = latency; 2699 hci_le_create_conn(int dd, uint16_t interval, uint16_t window, uint8_t initiator_filter, uint8_t peer_bdaddr_type, bdaddr_t peer_bdaddr, uint8_t own_bdaddr_type, uint16_t min_interval, uint16_t max_interval, uint16_t latency, uint16_t supervision_timeout, uint16_t min_ce_length, uint16_t max_ce_length, uint16_t *handle, int to) argument
|
/external/bluetooth/hcidump/parser/ |
H A D | hci.c | 969 printf("Latency: %d\n", btohl(cp->qos.latency)); 1015 printf("max latency %d\n", btohs(cp->max_latency)); 2662 printf("Latency: %d\n", btohl(evt->qos.latency)); 2817 printf("Latency: %d\n", btohl(evt->qos.latency)); 2931 printf("max latency transmit %d receive %d\n",
|