MCPcopy Create free account
hub / github.com/F-Stack/f-stack / crc64_init

Function crc64_init

app/redis-6.2.6/src/crc64.c:116–118  ·  view source on GitHub ↗

Initializes the 16KB lookup tables. */

Source from the content-addressed store, hash-verified

114
115/* Initializes the 16KB lookup tables. */
116void crc64_init(void) {
117 crcspeed64native_init(_crc64, crc64_table);
118}
119
120/* Compute crc64 */
121uint64_t crc64(uint64_t crc, const unsigned char *s, uint64_t l) {

Callers 2

mainFunction · 0.70
crc64TestFunction · 0.70

Calls 1

crcspeed64native_initFunction · 0.85

Tested by

no test coverage detected