Home | Sort by: relevance | last modified time | path |
/src/sys/ufs/ext2fs/ | |
ext2fs_alloc.c | 713 static const uint32_t ext2fs_crc32c_table[256] = { variable in typeref:typename:const uint32_t[256] 787 crc = ext2fs_crc32c_table[(crc ^ *buf++) & 0xff] ^ (crc >> 8); |