Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A DBLI_ghash.c154 BLI_INLINE uint ghash_entryhash(GHash *gh, const Entry *e) in ghash_entryhash() function
221 const uint hash = ghash_entryhash(gh, e); in ghash_buckets_resize()
233 const uint hash = ghash_entryhash(gh, e); in ghash_buckets_resize()
244 (bucket_index == ghash_bucket_index(gh, ghash_entryhash(gh, buckets_old[i])))); in ghash_buckets_resize()