Home | Sort by: relevance | last modified time | path |
/src/usr.bin/mkubootimage/ | |
crc32.c | 43 static uint32_t crc32_tab[] = { variable in typeref:typename:uint32_t[] 103 crc = crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8); |
/src/sbin/gpt/ | |
gpt.c | 63 static uint32_t crc32_tab[] = { variable in typeref:typename:uint32_t[] 119 crc = crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8); |
/src/sbin/cgdconfig/ | |
cgdconfig.c | 1095 static uint32_t crc32_tab[] = { variable in typeref:typename:uint32_t[] 1151 crc = crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8); |