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

  /src/common/dist/zlib/
crc32.c 1023 uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2) { function in typeref:typename:uLong ZEXPORT
1032 return crc32_combine64(crc1, crc2, (z_off64_t)len2);
zconf.h 44 # define crc32_combine64 z_crc32_combine64 macro
zconf.h.in 40 # define crc32_combine64 z_crc32_combine64 macro

Completed in 13 milliseconds