Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A DBLI_ghash.c162 BLI_INLINE uint ghash_bucket_index(GHash *gh, const uint hash) in ghash_bucket_index() function
242 const uint bucket_index = ghash_bucket_index(gh, i); in ghash_buckets_resize()
428 const uint bucket_index = ghash_bucket_index(gh, hash); in ghash_lookup_entry()
510 const uint bucket_index = ghash_bucket_index(gh, hash); in ghash_insert()
523 const uint bucket_index = ghash_bucket_index(gh, hash); in ghash_insert_safe()
551 const uint bucket_index = ghash_bucket_index(gh, hash); in ghash_insert_safe_keyonly()
784 const uint bucket_index = ghash_bucket_index(gh, hash); in BLI_ghash_replace_key()
854 const uint bucket_index = ghash_bucket_index(gh, hash); in BLI_ghash_ensure_p()
876 const uint bucket_index = ghash_bucket_index(gh, hash); in BLI_ghash_ensure_p_ex()
906 const uint bucket_index = ghash_bucket_index(gh, hash); in BLI_ghash_remove()
[all …]