Searched refs:crc32_table (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dcksum.c14 uint32_t *crc32_table = crc32_filltable(NULL, 1); local
35 crc = (crc << 8) ^ crc32_table[((crc >> 24) ^ (*cp++)) & 0xffL];
41 crc = (crc << 8) ^ crc32_table[((crc >> 24) ^ length) & 0xffL];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcrc.c34 static u32 crc32_table[256] = { variable
137 crc = crc32_table[(crc ^ buf[n]) & 0xff] ^ (crc >> 8);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbcmutils.c2405 static const uint32 crc32_table[256] = { variable

Completed in 302 milliseconds