Home
last modified time | relevance | path

Searched refs:overruns (Results 1 – 25 of 41) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/
D2-3.c55 int overruns; in main() local
148 overruns = timer_getoverrun(tid); in main()
149 printf("%d overruns occurred\n", overruns); in main()
155 if (overruns >= expectedoverruns && overruns < expectedoverruns + fudge) { in main()
161 overruns, expectedoverruns); in main()
D2-1.c37 int overruns; in main() local
82 overruns = timer_getoverrun(tid); in main()
83 if (EXPECTEDOVERRUNS == overruns) { in main()
89 overruns, EXPECTEDOVERRUNS); in main()
D2-2.c41 int overruns; in main() local
101 overruns = timer_getoverrun(tid); in main()
102 if (overruns > EXPECTEDOVERRUNS - 5) { in main()
107 overruns, EXPECTEDOVERRUNS); in main()
D1-1.c45 int overruns; in main() local
110 overruns = timer_getoverrun(tid); in main()
111 printf("Total overruns: %d\n", overruns); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/
D4-3.c63 int flags = 0, overruns; in main() local
115 overruns = timer_getoverrun(tid); in main()
116 if (overruns == EXPECTEDOVERRUNS) { in main()
120 overruns); in main()
/external/perfetto/protos/perfetto/trace/perfetto/
Dperfetto_metatrace.proto46 // If true the meta-tracing ring buffer had overruns and hence some data is
/external/e2fsprogs/doc/RelNotes/
Dv1.45.4.txt9 A maliciously corrupted file systems can trigger buffer overruns in the
/external/e2fsprogs/
DRELEASE-NOTES9 A maliciously corrupted file systems can trigger buffer overruns in the
/external/iproute2/doc/actions/
Difb-README115 RX packets:6 errors:0 dropped:3 overruns:0 frame:0
116 TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
/external/kernel-headers/original/uapi/linux/
Dcyclades.h91 unsigned long overruns; /* Input overruns */ member
/external/grpc-grpc/third_party/nanopb/docs/
Dsecurity.rst20 possibility to cause buffer overruns, memory corruption or invalid pointers
/external/nanopb-c/docs/
Dsecurity.rst20 possibility to cause buffer overruns, memory corruption or invalid pointers
/external/swiftshader/
DBUILD.gn26 "/GS", # Detects some buffer overruns
/external/mesa3d/docs/relnotes/
D10.0.5.rst118 - i965: Fix buffer overruns in MSAA MCS buffer clearing.
D10.1.1.rst119 - i965: Fix buffer overruns in MSAA MCS buffer clearing.
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dcanonicalize-vector-extract.ll117 ; If the extraction overruns the vector, the result is undefined.
Dcanonicalize-vector-insert.ll125 ; If the insertion overruns the vector, the result is undefined.
/external/ltp/testcases/open_posix_testsuite/functional/timers/
Dplan.txt20 Also, timer overruns will be counted.
/external/llvm-project/llvm/docs/
DGwpAsan.rst96 pages. When a memory access overruns the allocated buffer, it will touch the
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_line_invalid.test237 ## Table with extended opcode that overruns table end.
/external/strace/debian/
Dchangelog.in426 + Fix potential buffer overruns.
759 * Fix check for overruns in umove*, patch by Nate Eldredge <nate@cartsys.com>
Dchangelog426 + Fix potential buffer overruns.
759 * Fix check for overruns in umove*, patch by Nate Eldredge <nate@cartsys.com>
/external/strace/
Dstrace.spec.in316 - Fix potential buffer overruns (#151570, #159196).
/external/one-true-awk/
DFIXES206 Fixes for various array / memory overruns found via gcc's
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1118 bounds of the buffer used to protect against buffer overruns. (Contributed by

12