Home
last modified time | relevance | path

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

/optee_os/core/lib/zlib/
A Dzlib.h1259 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1708 ZEXTERN uLong ZEXPORT adler32_z OF((uLong adler, const Bytef *buf,
1743 ZEXTERN uLong ZEXPORT crc32_z OF((uLong adler, const Bytef *buf,
1844 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
1845 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
1869 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
1870 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
1877 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
1878 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1883 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
[all …]
A Dadler32.c11 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
64 uLong ZEXPORT adler32_z(adler, buf, len) in adler32_z()
65 uLong adler; in adler32_z()
135 uLong ZEXPORT adler32(adler, buf, len) in adler32()
136 uLong adler; in adler32()
145 uLong adler1; in adler32_combine_()
146 uLong adler2;
174 uLong adler1; in adler32_combine()
175 uLong adler2;
182 uLong adler1; in adler32_combine64()
[all …]
A Dzutil.h192 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
193 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
A Dzutil.c33 uLong ZEXPORT zlibCompileFlags() in zlibCompileFlags()
35 uLong flags; in zlibCompileFlags()
44 switch ((int)(sizeof(uLong))) { in zlibCompileFlags()
A Dzconf.h161 # define uLong z_uLong macro
399 typedef unsigned long uLong; /* 32 bits or more */ typedef
410 typedef uLong FAR uLongf;

Completed in 10 milliseconds