Searched refs:hval2 (Results 1 – 4 of 4) sorted by relevance
56 size_t hval2 = 1 + hashval % (header->dbs[0].hashsize - 2); in _nss_db_setnetgrent() local83 if ((hidx += hval2) >= header->dbs[0].hashsize) in _nss_db_setnetgrent()
65 size_t hval2 = 1 + hashval % (header->dbs[i].hashsize - 2); in _nss_db_initgroups_dyn() local132 if ((hidx += hval2) >= header->dbs[i].hashsize) in _nss_db_initgroups_dyn()
174 size_t hval2 = 1 + hashval % (header->dbs[i].hashsize - 2); \197 if ((hidx += hval2) >= header->dbs[i].hashsize) \
644 size_t hval2 = 1 + dbe->hashval % (nhashentries - 2); in add_key() local650 if ((hidx += hval2) >= nhashentries) in add_key()
Completed in 9 milliseconds