Searched refs:uLong (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-a/lib/zlib/ |
A D | zlib.h | 1258 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); 1707 ZEXTERN uLong ZEXPORT adler32_z OF((uLong adler, const Bytef *buf, 1742 ZEXTERN uLong ZEXPORT crc32_z OF((uLong adler, const Bytef *buf, 1843 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t)); 1844 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t)); 1868 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); 1869 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t)); 1876 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); 1877 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t)); 1882 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); [all …]
|
A D | adler32.c | 10 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2)); 63 uLong ZEXPORT adler32_z(adler, buf, len) in adler32_z() 64 uLong adler; in adler32_z() 134 uLong ZEXPORT adler32(adler, buf, len) in adler32() 135 uLong adler; in adler32() 144 uLong adler1; in adler32_combine_() 145 uLong adler2; 173 uLong adler1; in adler32_combine() 174 uLong adler2; 181 uLong adler1; in adler32_combine64() [all …]
|
A D | crc32.c | 51 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2)); 372 local uLong crc32_combine_(crc1, crc2, len2) in crc32_combine_() 373 uLong crc1; in crc32_combine_() 374 uLong crc2; 428 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() 429 uLong crc1; in crc32_combine() 430 uLong crc2; 436 uLong ZEXPORT crc32_combine64(crc1, crc2, len2) in crc32_combine64() 437 uLong crc1; in crc32_combine64() 438 uLong crc2;
|
A D | zutil.h | 191 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); 192 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
|
A D | zutil.c | 32 uLong ZEXPORT zlibCompileFlags() in zlibCompileFlags() 34 uLong flags; in zlibCompileFlags() 43 switch ((int)(sizeof(uLong))) { in zlibCompileFlags()
|
A D | zconf.h | 156 # define uLong z_uLong macro 394 typedef unsigned long uLong; /* 32 bits or more */ typedef 405 typedef uLong FAR uLongf;
|
Completed in 11 milliseconds