OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:overruns
(Results
1 - 25
of
34
) 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
261
* 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
/dalvik/libcore/luni/src/main/native/
java_io_File.cpp
36
// remove fixed-length buffers, buffer
overruns
, duplication, and
/external/opencore/
ChangeLog
96
- Buffer and type
overruns
and underruns
/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/e2fsprogs/e2fsck/
pass2.c
659
* If the directory entry
overruns
the end of the directory
[
all
...]
/external/icu4c/io/unicode/
ustdio.h
68
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/v8/src/third_party/valgrind/
valgrind.h
[
all
...]
/external/dropbear/libtomcrypt/
changes
[
all
...]
/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
...]
/ndk/build/platforms/android-3/arch-arm/usr/lib/
libc.so
/ndk/build/platforms/android-4/arch-arm/usr/lib/
libc.so
/ndk/build/platforms/android-5/arch-arm/usr/lib/
libc.so
/ndk/build/platforms/android-5/arch-x86/usr/lib/
libc.so
/ndk/build/platforms/android-8/arch-arm/usr/lib/
libc.so
/ndk/build/platforms/android-8/arch-x86/usr/lib/
libc.so
/external/iproute2/doc/
ip-cref.tex
507
\item \verb|overrun| --- the total number of receiver
overruns
resulting
[
all
...]
Completed in 228 milliseconds
1
2