HomeSort by relevance Sort by last modified time
    Searched refs:uInt (Results 101 - 125 of 141) sorted by null

1 2 3 45 6

  /external/python/cpython2/Modules/zlib/
zconf.h.in 154 # define uInt z_uInt
393 typedef unsigned int uInt; /* 16 bits or more */
404 typedef uInt FAR uIntf;
crc32.c 240 uInt len;
inflate.c 261 if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR;
264 state->bits += (uInt)bits;
    [all...]
infback.c 64 state->wbits = (uInt)windowBits;
  /external/zlib/src/
zconf.h.cmakein 156 # define uInt z_uInt
395 typedef unsigned int uInt; /* 16 bits or more */
406 typedef uInt FAR uIntf;
zconf.h.in 154 # define uInt z_uInt
393 typedef unsigned int uInt; /* 16 bits or more */
404 typedef uInt FAR uIntf;
crc32.c 240 uInt len;
inflate.c 261 if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR;
264 state->bits += (uInt)bits;
    [all...]
infback.c 64 state->wbits = (uInt)windowBits;
  /external/pdfium/third_party/libtiff/
tif_pixarlog.c 743 sp->stream.avail_in = (uInt) tif->tif_rawcc;
789 sp->stream.avail_in = (uInt) tif->tif_rawcc;
796 sp->stream.avail_out = (uInt) (nsamples * sizeof(uint16));
952 sp->stream.avail_out = (uInt)tif->tif_rawdatasize;
    [all...]
  /external/python/cpython3/Modules/
zlibmodule.c 118 PyZlib_Malloc(voidpf ctx, uInt items, uInt size)
136 zst->avail_in = (uInt)Py_MIN((size_t)*remains, UINT_MAX);
171 zst->avail_out = (uInt)Py_MIN((size_t)(length - occupied), UINT_MAX);
    [all...]
  /external/libpng/
pngrutil.c 496 * can't even necessarily handle 65536 bytes) because the type uInt is
499 * maximum value that can be stored in a uInt.) It is possible to set
517 uInt avail;
533 avail = (uInt)avail_in; /* safe: < than ZLIB_IO_MAX */
554 avail = (uInt)avail_out; /* safe: < ZLIB_IO_MAX */
774 png_inflate_read(png_structrp png_ptr, png_bytep read_buffer, uInt read_size,
791 read_size = (uInt)*chunk_bytes;
803 uInt avail = ZLIB_IO_MAX;
805 avail = (uInt)*out_size;
    [all...]
pngpread.c 268 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
640 png_ptr->zstream.avail_in = (uInt)buffer_length;
658 png_ptr->zstream.avail_out = (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth,
pngwutil.c 510 * uInt. Use ZLIB_IO_MAX to limit the input. The output is always limited
512 * is ANSI-C we know that an 'int', hence a uInt, is always at least 16 bits
530 uInt avail_in = ZLIB_IO_MAX;
533 avail_in = (uInt)input_len;
974 uInt avail = ZLIB_IO_MAX;
977 avail = (uInt)input_len; /* safe because of the check */
995 uInt size = png_ptr->zbuffer_size;
    [all...]
png.c 98 png_zalloc,(voidpf png_ptr, uInt items, uInt size),PNG_ALLOCATED)
158 * following cast is safe. 'uInt' may be no more than 16 bits, so it is
167 uInt safe_length = (uInt)length;
170 safe_length = (uInt)-1; /* evil, but safe */
    [all...]
  /external/pdfium/third_party/libpng16/
pngrutil.c 487 * can't even necessarily handle 65536 bytes) because the type uInt is
490 * maximum value that can be stored in a uInt.) It is possible to set
508 uInt avail;
524 avail = (uInt)avail_in; /* safe: < than ZLIB_IO_MAX */
545 avail = (uInt)avail_out; /* safe: < ZLIB_IO_MAX */
764 png_inflate_read(png_structrp png_ptr, png_bytep read_buffer, uInt read_size,
781 read_size = (uInt)*chunk_bytes;
793 uInt avail = ZLIB_IO_MAX;
795 avail = (uInt)*out_size;
    [all...]
pngpread.c 267 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
636 png_ptr->zstream.avail_in = (uInt)buffer_length;
654 png_ptr->zstream.avail_out = (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth,
pngwutil.c 510 * uInt. Use ZLIB_IO_MAX to limit the input. The output is always limited
512 * is ANSI-C we know that an 'int', hence a uInt, is always at least 16 bits
530 uInt avail_in = ZLIB_IO_MAX;
533 avail_in = (uInt)input_len;
969 uInt avail = ZLIB_IO_MAX;
972 avail = (uInt)input_len; /* safe because of the check */
990 uInt size = png_ptr->zbuffer_size;
    [all...]
png.c 78 png_zalloc,(voidpf png_ptr, uInt items, uInt size),PNG_ALLOCATED)
138 * following cast is safe. 'uInt' may be no more than 16 bits, so it is
147 uInt safe_length = (uInt)length;
150 safe_length = (uInt)-1; /* evil, but safe */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
crc32.c 207 uInt len;
inflate.c     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
crc32.c 240 uInt len;
inflate.c 261 if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR;
264 state->bits += (uInt)bits;
    [all...]
  /external/libcups/cups/
http.c     [all...]
  /external/ImageMagick/coders/
miff.c     [all...]

Completed in 1345 milliseconds

1 2 3 45 6