Searched refs:hash (Results 1 – 25 of 107) sorted by relevance
12345
332 uint32_t hash = 0; in hal_flow_toeplitz_create_cache() local341 hash ^= shifted_key[bit]; in hal_flow_toeplitz_create_cache()343 fst->key_cache[i][val] = hash; in hal_flow_toeplitz_create_cache()454 uint32_t hash = 0; in hal_flow_toeplitz_hash() local477 hash ^= fst->key_cache[i][tuple[j]]; in hal_flow_toeplitz_hash()481 "Hash value %u %u truncated hash %u\n", hash, in hal_flow_toeplitz_hash()482 (hash >> 12), (hash >> 12) % (fst->max_entries)); in hal_flow_toeplitz_hash()484 hash >>= 12; in hal_flow_toeplitz_hash()485 hash &= (fst->max_entries - 1); in hal_flow_toeplitz_hash()487 return hash; in hal_flow_toeplitz_hash()