Searched refs:hash_ptr (Results 1 – 3 of 3) sorted by relevance
23 static inline unsigned int hash_ptr(const void *ptr) in hash_ptr() function
98 return hash_ptr((const void *)addr); in addr_hash()
38 hash = hash_32((unsigned int)type ^ hash_ptr(l) ^ hash_ptr(r)); in expr_lookup()
Completed in 5 milliseconds