HomeSort by relevance Sort by last modified time
    Searched full:overruns (Results 1 - 25 of 40) sorted by null

1 2

  /bionic/libc/bionic/
pthread-timers.c 111 int volatile overruns; /* current number of overruns */ member in struct:thr_timer
363 timer->overruns = 0;
527 result = timer->overruns;
589 if (timer->overruns < DELAYTIMER_MAX)
590 timer->overruns += 1;
600 timer->overruns = 1;
625 /* now clear the overruns counter. it only makes sense
627 timer->overruns = 0;
malloc_debug_common.c 270 * buffer overruns.
malloc_debug_qemu.c 32 * memory leaks, buffer overruns, etc.
    [all...]
  /external/iproute2/doc/actions/
ifb-README 115 RX packets:6 errors:0 dropped:3 overruns:0 frame:0
116 TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
  /device/samsung/crespo/alsa-lib/include/sound/
asound.h 555 size_t xruns; /* count of overruns since last status (in bytes) */
669 unsigned int overrun; /* count of read queue overruns */
    [all...]
  /external/strace/
strace.spec 81 - Fix potential buffer overruns (#151570, #159196).
  /external/quake/quake/src/QW/client/
cl_ents.c 867 // only predict half the move to minimize overruns
987 // only predict half the move to minimize overruns
  /external/zlib/contrib/inflate86/
inffast.S 45 * read overruns where a page boundary was crossed (a segfault), but there
46 * could have been overruns when next_in ends on unaligned memory (unintialized
    [all...]
  /external/bison/
NEWS 674 * A couple of buffer overruns have been fixed.
  /external/chromium/third_party/icu/source/io/unicode/
ustdio.h 68 order to prevent buffer overruns. (e.g. %256.256d).
    [all...]
  /external/e2fsprogs/e2fsck/
pass2.c 659 * If the directory entry overruns the end of the directory
    [all...]
  /external/icu4c/io/unicode/
ustdio.h 69 order to prevent buffer overruns. (e.g. %256.256d).
    [all...]
  /external/libpng/
pngtest.c 72 # define SINGLE_ROWBUF_ALLOC /* Makes buffer overruns easier to nail */
    [all...]
  /external/ppp/pppd/
ccp.c 51 * buffer overruns and kernel crashes in the deflate module.
    [all...]
  /external/chromium/base/third_party/valgrind/
valgrind.h     [all...]
  /external/v8/src/third_party/valgrind/
valgrind.h     [all...]
  /external/dropbear/libtomcrypt/
changes     [all...]
  /development/ndk/platforms/android-3/arch-arm/lib/
libc.so 
  /development/ndk/platforms/android-5/arch-arm/lib/
libc.so 
  /development/ndk/platforms/android-5/arch-x86/lib/
libc.so 
  /development/ndk/platforms/android-8/arch-arm/lib/
libc.so 
  /external/genext2fs/
genext2fs.c 285 // overruns. the following macros use it if available or use a
    [all...]
  /external/jhead/
jhead.c 778 // Protect against buffer overruns in strcpy / strcat's on filename
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libc.so 

Completed in 1622 milliseconds

1 2