HomeSort by: relevance | last modified time | path
    Searched defs:crc32_combine (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 157 function crc32_combine(crc1, crc2, len2: LongInt): LongInt; function
194 function crc32_combine; external; function
  /src/common/dist/zlib/
crc32.c 1031 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { function in typeref:typename:uLong ZEXPORT
zlib.h 1759 ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2);
1763 calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
1777 Give the same result as crc32_combine(), using op in place of len2. op is
1779 crc32_combine() if the generated op is used more than once.
1887 # define crc32_combine crc32_combine64 macro
1905 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
1912 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
zconf.h 43 # define crc32_combine z_crc32_combine macro
zconf.h.in 39 # define crc32_combine z_crc32_combine macro

Completed in 15 milliseconds