Searched refs:crc32tab (Results 1 – 1 of 1) sorted by relevance
256 static unsigned int crc32tab[256]; variable1811 hash = crc32tab[((hash >> 24) ^ (unsigned char)*cp++)] ^ hash << 8; in cache_lookup_path()2531 hash = crc32tab[((hash >> 24) ^ (unsigned char)*cp++)] ^ hash << 8; in hash_string()2535 hash = crc32tab[((hash >> 24) ^ (unsigned char)*cp++)] ^ hash << 8; in hash_string()3070 crc32tab[i] = crc_rem; in init_crc32()