Searched refs:crc32_little (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/win32port/zlib/ |
H A D | crc32.c | 33 /* Find a four-byte integer type for crc32_little() and crc32_big(). */
58 local unsigned long crc32_little OF((unsigned long,
239 return crc32_little(crc, buf, len);
264 local unsigned long crc32_little(crc, buf, len)
in crc32_little() function
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | crc32.c | 44 local unsigned long crc32_little OF((unsigned long, 258 return crc32_little(crc, buf, len); 320 local unsigned long crc32_little(crc, buf, len) in crc32_little() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | crc32.c | 44 local unsigned long crc32_little OF((unsigned long, 258 return crc32_little(crc, buf, len); 320 local unsigned long crc32_little(crc, buf, len) in crc32_little() function
|
Completed in 4 milliseconds