HomeSort by: relevance | last modified time | path
    Searched refs:crc32_combine_gen64 (Results 1 - 6 of 6) sorted by relevancy

  /src/common/dist/zlib/
zlib.h 1869 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t);
1888 # define crc32_combine_gen crc32_combine_gen64
1897 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off_t);
zutil.h 189 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off_t);
crc32.c 1036 uLong ZEXPORT crc32_combine_gen64(z_off64_t len2) { function in typeref:typename:uLong ZEXPORT
1045 return crc32_combine_gen64((z_off64_t)len2);
zconf.h 46 # define crc32_combine_gen64 z_crc32_combine_gen64 macro
zconf.h.in 42 # define crc32_combine_gen64 z_crc32_combine_gen64 macro
zconf.h.cmakein 44 # define crc32_combine_gen64 z_crc32_combine_gen64

Completed in 16 milliseconds