Searched refs:incr (Results 1 – 2 of 2) sorted by relevance
712 unsigned int insert_idx, idx, incr; in insert_name() local719 incr = 1 + hval % (GET (head->namehash_size) - 2); in insert_name()752 idx += incr; in insert_name()852 unsigned int incr; in add_locale() local926 incr = 1 + hval % (GET (head->sumhash_size) - 2); in add_locale()971 idx += incr; in add_locale()1054 incr = 1 + md5hval % (GET (head->sumhash_size) - 2); in add_locale()1058 idx += incr; in add_locale()1548 unsigned int incr; in delete_locales_from_archive() local1554 incr = 1 + hval % (GET (head->namehash_size) - 2); in delete_locales_from_archive()[all …]
149 size_t incr; in _nl_load_locale_from_archive() local281 incr = 1 + hval % (head->namehash_size - 2); in _nl_load_locale_from_archive()296 idx += incr; in _nl_load_locale_from_archive()
Completed in 8 milliseconds