Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhashtab.c40 #define PERTURB_SHIFT 5 macro
165 for (perturb = hash; ; perturb >>= PERTURB_SHIFT) in hash_lookup()
437 for (perturb = olditem->hi_hash; ; perturb >>= PERTURB_SHIFT) in hash_may_resize()