/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/ |
D | 2-3.c | 55 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()
|
D | 2-1.c | 37 int overruns; in main() local 82 overruns = timer_getoverrun(tid); in main() 83 if (EXPECTEDOVERRUNS == overruns) { in main() 89 overruns, EXPECTEDOVERRUNS); in main()
|
D | 2-2.c | 41 int overruns; in main() local 101 overruns = timer_getoverrun(tid); in main() 102 if (overruns > EXPECTEDOVERRUNS - 5) { in main() 107 overruns, EXPECTEDOVERRUNS); in main()
|
D | 1-1.c | 45 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/ |
D | 4-3.c | 63 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/ |
D | timer.rs | 173 pub fn overruns(&self) -> i32 { in overruns() method
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.0.5.rst | 118 - i965: Fix buffer overruns in MSAA MCS buffer clearing.
|
D | 10.1.1.rst | 119 - i965: Fix buffer overruns in MSAA MCS buffer clearing.
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_secure_malloc.pod | 43 from pointer overruns or underruns that could return arbitrary data from
|
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/ |
D | plan.txt | 20 Also, timer overruns will be counted.
|
/third_party/libsnd/ |
D | NEWS.OLD | 106 * Fix buffer overruns in FLAC and ID3 handling code.
|
/third_party/libsnd/docs/ |
D | index.md | 131 * Version 1.0.28 (April 2 2017) Fix buffer overruns in FLAC and ID3 handling
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | neutrino.rs | 194 pub overruns: u32,
|
/third_party/openssl/ |
D | NEWS.md | 173 * Fixed various read buffer overruns processing ASN.1 strings ([CVE-2021-3712])
|
D | CHANGES.md | 2195 * Fixed various read buffer overruns processing ASN.1 strings
|
/third_party/node/deps/openssl/openssl/ |
D | NEWS.md | 201 * Fixed various read buffer overruns processing ASN.1 strings ([CVE-2021-3712])
|
D | CHANGES.md | 2373 * Fixed various read buffer overruns processing ASN.1 strings
|
/third_party/python/Doc/whatsnew/ |
D | 2.2.rst | 1118 bounds of the buffer used to protect against buffer overruns. (Contributed by
|
D | 2.7.rst | 2250 overruns. (Contributed by James Henstridge; :issue:`2422`.)
|
/third_party/node/doc/api/ |
D | cli.md | 1234 to prevent sensitive information from leaking due to pointer overruns
|
/third_party/ffmpeg/doc/ |
D | protocols.texi | 1904 UDP socket buffer overruns. The @var{fifo_size} and
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | ChangeLog.md | 823 3. Fixed a couple of issues in the PPM reader that would cause buffer overruns
|
/third_party/skia/third_party/externals/libpng/ |
D | CHANGES | 1532 Fixed bug, introduced in libpng-1.2.7, that overruns a buffer during
|
/third_party/python/Misc/ |
D | HISTORY | 24557 against buffer overruns.
|