HomeSort by relevance Sort by last modified time
    Searched refs:uInt (Results 76 - 100 of 116) sorted by null

1 2 34 5

  /external/zlib/
zconf.h 120 # define uInt z_uInt
335 typedef unsigned int uInt; /* 16 bits or more */
346 typedef uInt FAR uIntf;
zutil.h 239 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
240 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
241 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
adler32.c 63 uInt len;
zconf.h.cmakein 122 # define uInt z_uInt
337 typedef unsigned int uInt; /* 16 bits or more */
348 typedef uInt FAR uIntf;
zconf.h.in 120 # define uInt z_uInt
335 typedef unsigned int uInt; /* 16 bits or more */
346 typedef uInt FAR uIntf;
crc32.c 224 uInt len;
  /external/zlib/contrib/masm686/
match.asm 98 ; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
152 ; uInt wmask = s->w_mask;
177 ; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
389 ;/* if ((uInt)best_len <= s->lookahead) return (uInt)best_len; */
  /external/chromium/third_party/zlib/contrib/minizip/
miniunz.c 205 uInt iLevel=(uInt)((file_info.flag & 0x6)/2);
253 uInt size_buf;
  /external/zlib/contrib/minizip/
miniunz.c 258 uInt iLevel=(uInt)((file_info.flag & 0x6)/2);
311 uInt size_buf;
  /external/chromium/sdch/open-vcdiff/src/
adler32.c 100 uInt len;
  /external/chromium/third_party/zlib/
adler32.c 60 uInt len;
  /external/qemu/distrib/zlib-1.2.3/
adler32.c 60 uInt len;
  /external/qemu/distrib/libpng-1.2.19/
png.c 154 png_zalloc(voidpf png_ptr, uInt items, uInt size)
234 png_ptr->crc = crc32(png_ptr->crc, ptr, (uInt)length);
pngpread.c 302 png_ptr->zstream.avail_out = (uInt)png_ptr->irowbytes;
760 png_ptr->zstream.avail_in = (uInt)buffer_length;
799 png_ptr->zstream.avail_out = (uInt)png_ptr->irowbytes;
    [all...]
pngread.c 156 png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
310 png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
699 png_ptr->zstream.avail_out = (uInt)png_ptr->irowbytes;
718 png_ptr->zstream.avail_in = (uInt)png_ptr->zbuf_size;
721 png_ptr->zstream.avail_in = (uInt)png_ptr->idat_size;
    [all...]
pngwutil.c 208 png_ptr->zstream.avail_in = (uInt)text_len;
210 png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
262 png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
313 png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
531 png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
    [all...]
png.h     [all...]
  /external/zlib/contrib/masmx64/
gvmat64.asm 0 ;uInt longest_match_x64(
56 ;uInt longest_match(s, cur_match)
231 ;;; uInt wmask = s->w_mask;
256 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
516 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
  /external/zlib/contrib/masmx86/
match686.asm 37 ;uInt longest_match(s, cur_match)
190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
216 ;;; uInt wmask = s->w_mask;
241 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
434 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
gvmat32.asm 51 ;uInt longest_match_7fff(s, cur_match)
173 ; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
669 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
703 ;;; uInt wmask = s->w_mask;
728 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
921 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
  /external/libpng/
pngpread.c 335 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
844 png_ptr->zstream.avail_in = (uInt)buffer_length;
862 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
    [all...]
pngread.c 177 png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
343 png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
740 (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth,
761 png_ptr->zstream.avail_in = (uInt)png_ptr->zbuf_size;
764 png_ptr->zstream.avail_in = (uInt)png_ptr->idat_size;
    [all...]
pngwutil.c 222 png_ptr->zstream.avail_in = (uInt)text_len;
224 png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
277 png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
329 png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
560 png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
    [all...]
png.c 158 png_zalloc(voidpf png_ptr, uInt items, uInt size)
239 png_ptr->crc = crc32(png_ptr->crc, ptr, (uInt)length);
  /external/openssl/crypto/comp/
c_zlib.c 312 stream.avail_in = (uInt)sourceLen;
317 stream.avail_out = (uInt)*destLen;

Completed in 261 milliseconds

1 2 34 5