Home
last modified time | relevance | path

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

/third_party/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()
/third_party/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()
/third_party/rust/crates/nix/src/sys/
Dtimer.rs173 pub fn overruns(&self) -> i32 { in overruns() method
/third_party/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.
/third_party/openssl/doc/man3/
DOPENSSL_secure_malloc.pod43 from pointer overruns or underruns that could return arbitrary data from
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/
Dplan.txt20 Also, timer overruns will be counted.
/third_party/libsnd/
DNEWS.OLD106 * Fix buffer overruns in FLAC and ID3 handling code.
/third_party/libsnd/docs/
Dindex.md131 * Version 1.0.28 (April 2 2017) Fix buffer overruns in FLAC and ID3 handling
/third_party/rust/crates/libc/src/unix/nto/
Dneutrino.rs194 pub overruns: u32,
/third_party/openssl/
DNEWS.md173 * Fixed various read buffer overruns processing ASN.1 strings ([CVE-2021-3712])
DCHANGES.md2195 * Fixed various read buffer overruns processing ASN.1 strings
/third_party/node/deps/openssl/openssl/
DNEWS.md201 * Fixed various read buffer overruns processing ASN.1 strings ([CVE-2021-3712])
DCHANGES.md2373 * Fixed various read buffer overruns processing ASN.1 strings
/third_party/python/Doc/whatsnew/
D2.2.rst1118 bounds of the buffer used to protect against buffer overruns. (Contributed by
D2.7.rst2250 overruns. (Contributed by James Henstridge; :issue:`2422`.)
/third_party/node/doc/api/
Dcli.md1234 to prevent sensitive information from leaking due to pointer overruns
/third_party/ffmpeg/doc/
Dprotocols.texi1904 UDP socket buffer overruns. The @var{fifo_size} and
/third_party/skia/third_party/externals/libjpeg-turbo/
DChangeLog.md823 3. Fixed a couple of issues in the PPM reader that would cause buffer overruns
/third_party/skia/third_party/externals/libpng/
DCHANGES1532 Fixed bug, introduced in libpng-1.2.7, that overruns a buffer during
/third_party/python/Misc/
DHISTORY24557 against buffer overruns.