Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dsmallhash.c83 #define hashsizes BLI_ghash_hash_sizes macro
115 sh->nbuckets = hashsizes[++sh->cursize]; in smallhash_buckets_reserve()
197 sh->nbuckets = hashsizes[sh->cursize]; in BLI_smallhash_init_ex()
234 smallhash_resize_buckets(sh, hashsizes[++sh->cursize]); in BLI_smallhash_insert()
H A DBLI_ghash.c61 #define hashsizes BLI_ghash_hash_sizes macro
65 BLI_STATIC_ASSERT(ARRAY_SIZE(hashsizes) == GHASH_MAX_SIZE, "Invalid 'hashsizes' size");
280 new_nbuckets = hashsizes[++gh->cursize]; in ghash_buckets_expand()
326 new_nbuckets = hashsizes[--gh->cursize]; in ghash_buckets_contract()
363 gh->nbuckets = hashsizes[gh->cursize]; in ghash_buckets_reset()