Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhashtab.c151 else if (hi->hi_hash == hash && STRCMP(hi->hi_key, key) == 0) in hash_lookup()
174 if (hi->hi_hash == hash in hash_lookup()
243 hi->hi_hash = hash; in hash_add_item()
433 newi = (unsigned)(olditem->hi_hash & newmask); in hash_may_resize()
437 for (perturb = olditem->hi_hash; ; perturb >>= PERTURB_SHIFT) in hash_may_resize()
H A Dstructs.h1280 long_u hi_hash; // cached hash number of hi_key member