Home
last modified time | relevance | path

Searched refs:crc32tab (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cache.c178 static unsigned int crc32tab[256]; variable
1571 hash = crc32tab[((hash >> 24) ^ (unsigned char)*cp++)] ^ hash << 8; in cache_lookup_path()
2062 hash = crc32tab[((hash >> 24) ^ (unsigned char)*cp++)] ^ hash << 8; in hash_string()
2066 hash = crc32tab[((hash >> 24) ^ (unsigned char)*cp++)] ^ hash << 8; in hash_string()
2443 crc32tab[i] = crc_rem; in init_crc32()