HomeSort by relevance Sort by last modified time
    Searched full:overrun (Results 1 - 25 of 191) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium/third_party/icu/source/test/cintltst/
capitst.h 96 * Test buffer overrun while having smaller buffer for sortkey (j1865)
  /external/icu4c/test/cintltst/
capitst.h 96 * Test buffer overrun while having smaller buffer for sortkey (j1865)
  /external/libffi/testsuite/libffi.call/
float1.c 43 a buffer overrun. */
float4.c 45 a buffer overrun. */
  /external/chromium/third_party/zlib/contrib/minizip/
ChangeLogUnzip 10 - fix buffer overrun risk in unzip.c (Xavier Roche)
  /external/dropbear/libtomcrypt/src/pk/asn1/der/integer/
der_decode_integer.c 77 /* now will reading y bytes overrun? */
  /external/iproute2/include/linux/
netdevice.h 59 unsigned long rx_fifo_errors; /* recv'r fifo overrun */
if_link.h 26 __u32 rx_fifo_errors; /* recv'r fifo overrun */
  /external/ipsec-tools/src/racoon/
session.c 275 plog(LLV_ERROR, LOCATION, NULL, "fd_set overrun\n");
288 plog(LLV_ERROR, LOCATION, NULL, "fd_set overrun\n");
296 plog(LLV_ERROR, LOCATION, NULL, "fd_set overrun\n");
307 plog(LLV_ERROR, LOCATION, NULL, "fd_set overrun\n");
  /external/zlib/contrib/minizip/
ChangeLogUnzip 10 - fix buffer overrun risk in unzip.c (Xavier Roche)
  /external/libpcap/
pcap-dos.h 189 DWORD rx_over_errors; /* recv'r overrun error */
193 DWORD rx_fifo_errors; /* recv'r fifo overrun */
  /external/srec/srec/crec/
comp_stats.c 75 pfprintf(fp, "***WARNING: clock overrun!\n");
154 if (curr == -1) return; /* clock overrun */
  /bionic/libc/bionic/
pthread-timers.c 80 /* the maximum value of overrun counters */
424 /* in case of overrun, return 0 */
565 /* cool, there was no overrun, so compute the
583 /* overrun was detected before we could wait ! */
586 /* for periodic timers, compute total overrun count */
  /external/grub/netboot/
3c595.h 316 * 1000 = Overrun.
384 * 12: 1=RX status overrun (RO). Set when there are already 8
389 * 11: 1=RX overrun (RO). Set when the RX FIFO is full (there
390 * may not be an overrun packet yet). While this bit is set,
396 * 10: 1=TX overrun (RO). Generates adapter failure interrupt.
  /external/kernel-headers/original/linux/
serial_core.h 205 __u32 overrun; member in struct:uart_icount
508 unsigned int overrun, unsigned int ch, unsigned int flag)
512 if ((status & port->ignore_status_mask & ~overrun) == 0)
516 * Overrun is special. Since it's reported immediately,
519 if (status & ~port->ignore_status_mask & overrun)
if_hippi.h 67 int rx_fifo_errors; /* recv'r fifo overrun */
if_link.h 26 __u32 rx_fifo_errors; /* recv'r fifo overrun */
key.h 256 #define KEY_ALLOC_IN_QUOTA 0x0000 /* add to quota, reject if would overrun */
257 #define KEY_ALLOC_QUOTA_OVERRUN 0x0001 /* add to quota, permit even if overrun */
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 160 copy excess bits to the overrun buffer */
205 flag, this API is useless as excess output bits are saved in the overrun buffer waiting to be
261 This function returns the pointer to internal overrun buffer. Users can call this to query
262 whether the overrun buffer has been used to encode the current NAL.
264 \return "Pointer to overrun buffer if it is used, otherwise, NULL."
bitstream_io.cpp 261 /* determine whether overrun buffer can be used or not */
275 // allocate new overrun Buffer
293 // copy everything to overrun buffer and start using it.
298 else // overrun buffer is already used
303 // allocate new overrun buffer
avcenc_int.h 139 uint8 *overrunBuffer; /* extra output buffer to prevent current skip due to output buffer overrun*/
140 int oBSize; /* size of allocated overrun buffer */
376 uint8 *overrunBuffer; /* extra output buffer to prevent current skip due to output buffer overrun*/
377 int oBSize; /* size of allocated overrun buffer */
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 35 UChar* overrunBuffer; /* pointer to overrun buffer */
36 Int oBSize; /* length of overrun buffer */
339 UChar *overrunBuffer; /* extra output buffer to prevent current skip due to output buffer overrun*/
340 Int oBSize; /* size of allocated overrun buffer */
bitstream_io.cpp 302 {// this could lead to buffer overrun when ptr is already out of bound.
774 /* This function set the overrun buffer, and VideoEncData context for callback to reallocate
775 overrun buffer. */
786 /* determine whether overrun buffer can be used or not */
800 // allocate new overrun Buffer
814 // copy everything to overrun buffer and start using it.
819 else // overrun buffer is already used
826 // allocate new overrun buffer
  /bootable/recovery/applypatch/
bspatch.c 210 printf("corrupt patch (new file overrun)\n");
233 printf("corrupt patch (new file overrun)\n");
  /frameworks/base/include/media/
AudioRecord.h 50 EVENT_OVERRUN = 1, // PCM buffer overrun occured.
87 * invokes the callback when a new buffer becomes ready or an overrun condition occurs.

Completed in 980 milliseconds

1 2 3 4 5 6 7 8