HomeSort by relevance Sort by last modified time
    Searched defs:lost (Results 1 - 25 of 28) sorted by null

1 2

  /external/quake/quake/src/QW/client/
gl_ngraph.c 91 int lost; local
96 lost = CL_CalcNet();
114 sprintf(st, "%3i%% packet loss", lost);
r_misc.c 214 int lost; local
230 lost = CL_CalcNet();
236 sprintf(st, "%3i%% packet loss", lost);
cl_parse.c 118 int lost; local
136 lost = 0;
141 lost++;
143 return lost * 100 / NET_TIMINGS;
cl_input.c 394 int lost; local
436 lost = CL_CalcNet();
437 MSG_WriteByte (&buf, (byte)lost);
  /external/linux-tools-perf/util/
session.h 84 lost, member in struct:perf_event_ops
event.h 44 u64 lost; member in struct:lost_event
139 struct lost_event lost; member in union:perf_event
  /frameworks/av/media/libnbaio/
NBLog.cpp 292 size_t lost = 0; local
294 lost = avail - mSize;
295 mFront += lost;
341 lost += i;
343 fdprintf(fd, "%*swarning: lost %u bytes worth of events\n", indent, "", lost);
345 ALOGI("%*swarning: lost %u bytes worth of events\n", indent, "", lost);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 112 unsigned long lost; /* lost ticks */ member in struct:snd_timer_instance
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 112 unsigned long lost; /* lost ticks */ member in struct:snd_timer_instance
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 1271 bool lost = false; local
1413 bool lost = false; local
    [all...]
  /external/libppp/src/
bundle.c 330 struct datalink *lost; local
335 lost = NULL;
339 lost = dl;
347 if (lost)
348 mp_LinkLost(&bundle->ncp.mp, lost);
350 log_Printf(LogALERT, "Oops, lost an unrecognised datalink (%s) !\n",
    [all...]
  /bionic/libc/kernel/common/linux/
audit.h 14 *** Any manual change here will be lost the next time this script will
330 __u32 lost; member in struct:audit_status
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
audit.h 309 __u32 lost; /* messages lost */ member in struct:audit_status
cdk.h 398 unsigned long lost; member in struct:asystats
i2o-dev.h 114 int lost; member in struct:i2o_evt_get
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
audit.h 309 __u32 lost; /* messages lost */ member in struct:audit_status
cdk.h 398 unsigned long lost; member in struct:asystats
i2o-dev.h 114 int lost; member in struct:i2o_evt_get
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
audit.h 309 __u32 lost; /* messages lost */ member in struct:audit_status
cdk.h 398 unsigned long lost; member in struct:asystats
i2o-dev.h 114 int lost; member in struct:i2o_evt_get
  /external/kernel-headers/original/linux/
audit.h 365 __u32 lost; /* messages lost */ member in struct:audit_status
perf_event.h 348 * u64 lost;
603 local_t lost; /* nr records lost */ member in struct:perf_mmap_data
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 375 * u64 lost;
710 local_t lost; /* nr records lost */ member in struct:perf_buffer
  /bionic/libc/kernel/common/sound/
asound.h 14 *** Any manual change here will be lost the next time this script will
624 unsigned int lost; member in struct:snd_timer_status
    [all...]

Completed in 2566 milliseconds

1 2