Home
last modified time | relevance | path

Searched refs:uLong (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h103 # define uLong z_uLong macro
315 typedef unsigned long uLong; /* 32 bits or more */ typedef
326 typedef uLong FAR uLongf;
423 uLong total_in; /* total nb of input bytes read so far */
426 uLong total_out; /* total nb of bytes output so far */
435 uLong adler; /* adler32 value of the uncompressed data */
436 uLong reserved; /* reserved for future use */
447 uLong time; /* modification time */
543 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
544 uLong sourceLen));
[all …]
/rk3399_rockchip-uboot/lib/zlib/
H A Dadler32.c57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
H A Ddeflate.c486 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound()
488 uLong sourceLen;
491 uLong complen, wraplen;
/rk3399_rockchip-uboot/lib/
H A Dcrc32.c63 uLong poly; /* polynomial exclusive-or pattern */ in make_crc_table()
74 c = (uLong)n; in make_crc_table()