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

Function crcspeed16native_init

app/redis-6.2.6/src/crcspeed.c:277–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void crcspeed16native_init(crcfn16 fn, uint16_t table[8][256]) {
278 uint64_t n = 1;
279
280 *(char *)&n ? crcspeed16little_init(fn, table)
281 : crcspeed16big_init(fn, table);
282}

Callers

nothing calls this directly

Calls 2

crcspeed16little_initFunction · 0.85
crcspeed16big_initFunction · 0.85

Tested by

no test coverage detected