Home
last modified time | relevance | path

Searched refs:crc32_z (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Dcrc32.c208 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() function
285 * TODO: try to move this to crc32_z if we don't loose performance on ARM.
296 return crc32_z(crc, buf, len);
H A Dchromeconf.h52 #define crc32_z Cr_z_crc32_z macro
H A Dzconf.h53 # define crc32_z z_crc32_z macro
H A Dzlib.h1744 ZEXTERN uLong ZEXPORT crc32_z OF((uLong crc, const Bytef *buf,
/third_party/skia/third_party/externals/zlib/
H A Dcrc32.c208 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() function
285 * TODO: try to move this to crc32_z if we don't loose performance on ARM.
296 return crc32_z(crc, buf, len);
H A Dchromeconf.h52 #define crc32_z Cr_z_crc32_z macro
H A Dzconf.h53 # define crc32_z z_crc32_z macro
H A Dzlib.h1742 ZEXTERN uLong ZEXPORT crc32_z OF((uLong adler, const Bytef *buf,
/third_party/zlib/
H A Dcrc32.c584 unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR *buf, in crc32_z() function
705 unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR *buf, in crc32_z() function
1028 return crc32_z(crc, buf, len); in crc32()
H A Dzconf.h44 # define crc32_z z_crc32_z macro
H A Dzlib.h1748 ZEXTERN uLong ZEXPORT crc32_z(uLong crc, const Bytef *buf,
/third_party/node/deps/zlib/
H A Dchromeconf.h55 #define crc32_z Cr_z_crc32_z macro
H A Dcrc32.c582 unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR *buf, in crc32_z() function
701 unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR *buf, in crc32_z() function
1120 return crc32_z(crc, buf, len); /* Armv7 or Armv8 w/o crypto extensions. */ in crc32()
H A Dzconf.h56 # define crc32_z z_crc32_z macro
H A Dzlib.h1747 ZEXTERN uLong ZEXPORT crc32_z(uLong crc, const Bytef *buf,
/third_party/zlib/contrib/minizip/
H A Dminizip.c211 calculate_crc = crc32_z(calculate_crc,buf,size_read); in getFileCrc()

Completed in 23 milliseconds