HomeSort by relevance Sort by last modified time
    Searched full:overrun (Results 101 - 125 of 751) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/linux/
serial.h 99 int frame, overrun, parity, brk; member in struct:serial_icounter_struct
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/
serial.h 99 int frame, overrun, parity, brk; member in struct:serial_icounter_struct
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/
serial.h 99 int frame, overrun, parity, brk; member in struct:serial_icounter_struct
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
serial.h 99 int frame, overrun, parity, brk; member in struct:serial_icounter_struct
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
serial.h 99 int frame, overrun, parity, brk; member in struct:serial_icounter_struct
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
serial.h 99 int frame, overrun, parity, brk; member in struct:serial_icounter_struct
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
serial.h 99 int frame, overrun, parity, brk; member in struct:serial_icounter_struct
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/DiskIoDxe/
DiskIo.c 10 OverRun - The last byte is not on a sector boundary.
541 UINT32 OverRun;
606 OverRunLba = Lba + DivU64x32Remainder (BufferSize, BlockSize, &OverRun);
607 BufferSize -= OverRun;
609 if (OverRun != 0) {
630 Subtask = DiskIoCreateSubtask (Write, OverRunLba, 0, OverRun, WorkingBuffer, BufferPtr + BufferSize, Blocking);
    [all...]
DiskIo.h 71 // OverRun: Offset == 0, Length < BlockSize
178 OverRun - The last byte is not on a sector boundary.
211 OverRun - The last byte is not on a sector boundary. Read modified write
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
GlitchDetectionThread.java 123 if (actualRead == Pipe.OVERRUN) {
124 log("There's an overrun");
  /external/libnl/include/linux-private/linux/
if_link.h 25 __u32 rx_fifo_errors; /* recv'r fifo overrun */
58 __u64 rx_fifo_errors; /* recv'r fifo overrun */
  /external/mesa3d/docs/relnotes/
10.0.5.html 71 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=74988">Bug 74988</a> - Buffer overrun (segfault) decompressing ETC2 texture in GLBenchmark 3.0 Manhattan</li>
122 <li>mesa: add bounds checking to eliminate buffer overrun</li>
  /external/pdfium/third_party/libtiff/
0003-CVE-2015-8781-8782-8783.patch 38 - rc = *bp++ + (2-128); /* TODO: potential input buffer overrun when decoding corrupt or truncated data */
97 - cc -= 2; /* TODO: potential input buffer overrun when decoding corrupt or truncated data */
tif_packbits.c 239 "Discarding %lu bytes to avoid buffer overrun",
251 "Discarding %lu bytes to avoid buffer overrun",
  /external/vboot_reference/utility/
load_kernel_test.c 42 fprintf(stderr, "Read overrun: %" PRIu64 " + %" PRIu64 " > %" PRIu64 "\n",
62 fprintf(stderr, "Read overrun: %" PRIu64 " + %" PRIu64 " > %" PRIu64 "\n",
  /system/core/libcutils/arch-arm64/
android_memset.S 189 * to overrun by 64 bytes. */
199 /* We've overrun a bit, so adjust dst downwards. */
  /external/syslinux/gpxe/src/util/
nrv2b.c 1403 FAIL(ilen >= src_len, "input overrun");
1404 FAIL(olen >= dst_len, "output overrun");
1410 FAIL(ilen >= src_len, "input overrun");
1411 FAIL(m_off > 0xffffffU +3, "lookbehind overrun");
1419 FAIL(ilen >= src_len, "input overrun");
1432 FAIL(ilen >= src_len, "input overrun");
1433 FAIL(m_len >= dst_len, "output overrun");
1438 FAIL(olen + m_len > dst_len, "output overrun");
1439 FAIL(m_off > olen, "lookbeind overrun");
1450 FAIL(ilen > src_len, "input overrun");
    [all...]
  /external/valgrind/docs/html/
sg-manual.html 4 <title>11.?SGCheck: an experimental stack and global array overrun detector</title>
22 <a name="sg-manual"></a>11.?SGCheck: an experimental stack and global array overrun detector</h1></div></div></div>
136 function instantiation) is not checked for overrun, since SGCheck
159 the addressed array overrun. Nevertheless the change in target
200 or written by system calls do overrun stack or global arrays. This
quick-start.html 81 x[10] = 0; // problem 1: heap block overrun
91 problem 1, the heap block overrun:</p>
108 have due to a heap block overrun.</p></li>
  /libcore/ojluni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 92 throw new IOException("overrun, bytes = " + val.data.available());
97 throw new IOException("encryptionAlgorithm field overrun");
102 throw new IOException("encryptedData field overrun");
  /bionic/libc/arch-arm64/denver64/bionic/
memset.S 255 * to overrun by 64 bytes. */
265 /* We've overrun a bit, so adjust dst downwards. */
  /docs/source.android.com/en/devices/audio/
latency_contrib.html 47 underrun or overrun is heard as a "click" or "pop." To compensate, the
90 this can result in an underrun or overrun.
  /external/iproute2/include/linux/
if_link.h 25 __u32 rx_fifo_errors; /* recv'r fifo overrun */
58 __u64 rx_fifo_errors; /* recv'r fifo overrun */
  /external/kernel-headers/original/uapi/linux/
if_link.h 25 __u32 rx_fifo_errors; /* recv'r fifo overrun */
60 __u64 rx_fifo_errors; /* recv'r fifo overrun */
  /external/mesa3d/src/compiler/glsl/
blob.h 66 * 2. blob->overrun should be false, (otherwise, too much was read).
72 bool overrun; member in struct:blob_reader

Completed in 377 milliseconds

1 2 3 45 6 7 8 91011>>