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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libefi/common/
H A Dcrc32_efi.c31 static unsigned int crc32_tab[] = { CRC32_TABLE }; variable
44 CRC32(crc32val, s, len, -1U, crc32_tab);
/netbsd-6-1-5-RELEASE/usr.bin/mkubootimage/
H A Dcrc32.c43 static uint32_t crc32_tab[] = { variable
99 crc = crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8);
/netbsd-6-1-5-RELEASE/sbin/gpt/
H A Dgpt.c73 static uint32_t crc32_tab[] = { variable
129 crc = crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8);

Completed in 123 milliseconds