Searched refs:crc32_z (Results 1 - 16 of 16) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/ |
H A D | crc32.c | 208 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 D | chromeconf.h | 52 #define crc32_z Cr_z_crc32_z macro
|
H A D | zconf.h | 53 # define crc32_z z_crc32_z macro
|
H A D | zlib.h | 1744 ZEXTERN uLong ZEXPORT crc32_z OF((uLong crc, const Bytef *buf,
|
/third_party/skia/third_party/externals/zlib/ |
H A D | crc32.c | 208 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 D | chromeconf.h | 52 #define crc32_z Cr_z_crc32_z macro
|
H A D | zconf.h | 53 # define crc32_z z_crc32_z macro
|
H A D | zlib.h | 1742 ZEXTERN uLong ZEXPORT crc32_z OF((uLong adler, const Bytef *buf,
|
/third_party/zlib/ |
H A D | crc32.c | 584 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 D | zconf.h | 44 # define crc32_z z_crc32_z macro
|
H A D | zlib.h | 1748 ZEXTERN uLong ZEXPORT crc32_z(uLong crc, const Bytef *buf,
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 55 #define crc32_z Cr_z_crc32_z macro
|
H A D | crc32.c | 582 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 D | zconf.h | 56 # define crc32_z z_crc32_z macro
|
H A D | zlib.h | 1747 ZEXTERN uLong ZEXPORT crc32_z(uLong crc, const Bytef *buf,
|
/third_party/zlib/contrib/minizip/ |
H A D | minizip.c | 211 calculate_crc = crc32_z(calculate_crc,buf,size_read); in getFileCrc()
|
Completed in 23 milliseconds