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

1 2 34 5 6

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zconf.h 141 # define uInt z_uInt
370 typedef unsigned int uInt; /* 16 bits or more */
381 typedef uInt FAR uIntf;
gzguts.h 113 extern voidp malloc OF((uInt size));
adler32.c 68 uInt len;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zconf.h 154 # define uInt z_uInt
393 typedef unsigned int uInt; /* 16 bits or more */
404 typedef uInt FAR uIntf;
adler32.c 137 uInt len;
  /external/python/cpython2/Modules/zlib/
zconf.h 154 # define uInt z_uInt
393 typedef unsigned int uInt; /* 16 bits or more */
404 typedef uInt FAR uIntf;
gzguts.h 122 extern voidp malloc OF((uInt size));
adler32.c 137 uInt len;
zconf.h.cmakein 156 # define uInt z_uInt
395 typedef unsigned int uInt; /* 16 bits or more */
406 typedef uInt FAR uIntf;
  /external/zlib/src/
zconf.h 154 # define uInt z_uInt
393 typedef unsigned int uInt; /* 16 bits or more */
404 typedef uInt FAR uIntf;
gzguts.h 122 extern voidp malloc OF((uInt size));
adler32.c 137 uInt len;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
gzguts.h 119 extern voidp malloc OF((uInt size));
  /external/freetype/src/gzip/
ftgzip.c 126 uInt items,
127 uInt size )
740 stream.avail_in = (uInt)input_len;
743 stream.avail_out = (uInt)*output_len;
  /external/u-boot/lib/
crc32.c 179 uint32_t ZEXPORT crc32_no_comp(uint32_t crc, const Bytef *buf, uInt len)
221 uint32_t ZEXPORT crc32 (uint32_t crc, const Bytef *p, uInt len)
232 uInt len, uInt chunk_sz)
  /external/u-boot/lib/zlib/
adler32.c 57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
minigzip.c 230 uInt len = (uInt)strlen(file);
adler32.c 60 uInt len;
  /external/grpc-grpc/src/core/lib/compression/
stream_compression_gzip.cc 53 ctx->zs.avail_out = static_cast<uInt>(slice_size);
57 ctx->zs.avail_in = static_cast<uInt> GRPC_SLICE_LENGTH(slice);
  /external/zlib/src/contrib/minizip/
miniunz.c 271 uInt iLevel=(uInt)((file_info.flag & 0x6)/2);
324 uInt size_buf;
  /external/mesa3d/src/util/
crc32.c 122 * zlib's uInt is always "unsigned int" while size_t can be 64bit.
126 if ((uInt)size == size)
  /external/libxml2/
xzlib.c 283 state->zstrm.avail_in = (uInt) state->strm.avail_in;
555 state->zstrm.avail_in = (uInt) state->strm.avail_in;
557 state->zstrm.avail_out = (uInt) state->strm.avail_out;
  /external/zlib/src/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/src/contrib/masmx86/
match686.asm 37 ;uInt longest_match(s, cur_match)
190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
217 ;;; uInt wmask = s->w_mask;
242 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
435 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
  /external/libcups/cups/
file.c     [all...]

Completed in 1427 milliseconds

1 2 34 5 6