Searched refs:uLong (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/lib/zlib/ |
A D | zlib.h | 1261 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); 1746 ZEXTERN uLong ZEXPORT crc32_z OF((uLong crc, const Bytef *buf, 1769 ZEXTERN uLong ZEXPORT crc32_combine_op OF((uLong crc1, uLong crc2, uLong op)); 1861 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t)); 1862 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t)); 1889 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); 1890 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t)); 1898 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); 1899 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t)); 1905 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); [all …]
|
A D | adler32.c | 11 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 D | zutil.h | 195 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); 196 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
|
A D | zutil.c | 33 uLong ZEXPORT zlibCompileFlags() in zlibCompileFlags() 35 uLong flags; in zlibCompileFlags() 44 switch ((int)(sizeof(uLong))) { in zlibCompileFlags()
|
A D | zconf.h | 161 # define uLong z_uLong macro 399 typedef unsigned long uLong; /* 32 bits or more */ typedef 410 typedef uLong FAR uLongf;
|
Completed in 10 milliseconds