MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / crytab_init

Function crytab_init

deps/unzipfx/crypt.c:212–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 */
211#ifdef IZ_CRC_BE_OPTIMIZ
212local z_uint4 near *crytab_init(__G)
213 __GDEF
214{
215 int i;
216
217 for (i = 0; i < 256; i++) {
218 crycrctab[i] = REV_BE(CRC_32_TAB[i]);
219 }
220 return crycrctab;
221}
222#endif
223
224

Callers 1

crypt.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected