Searched refs:used (Results 1 – 8 of 8) sorted by relevance
51 unsigned long used; member103 if (table[idx].used) in insert_entry()121 table[idx].used = hval; in insert_entry_2()153 if (table[idx].used) in insert_entry_2()155 table[idx].used, in insert_entry_2()157 table[idx].used), in insert_entry_2()172 if (table[idx].used == 0) in find_entry()186 if (table[idx].used == 0) in set_entry()235 if (table[idx].used) in lookup()252 if (table[idx].used == hval && table[idx].keylen == keylen in lookup()[all …]
679 uint32_t used; in write_archive_locales() local683 for (cnt = used = 0; cnt < head->namehash_size; ++cnt) in write_archive_locales()686 names[used].name = addr + namehashtab[cnt].name_offset; in write_archive_locales()687 names[used++].locrec_offset = namehashtab[cnt].locrec_offset; in write_archive_locales()691 qsort (names, used, sizeof (struct nameent), nameentcmp); in write_archive_locales()693 for (cnt = 0; cnt < used; ++cnt) in write_archive_locales()717 ret = used; in write_archive_locales()
1632 size_t cnt, used; in show_archive_content() local1646 for (cnt = used = 0; cnt < GET (head->namehash_size); ++cnt) in show_archive_content()1649 assert (used < GET (head->namehash_used)); in show_archive_content()1650 names[used].name = ah.addr + GET (namehashtab[cnt].name_offset); in show_archive_content()1651 names[used++].locrec_offset = GET (namehashtab[cnt].locrec_offset); in show_archive_content()1655 qsort (names, used, sizeof (struct nameent), nameentcmp); in show_archive_content()1681 for (cnt = 0; cnt < used; ++cnt) in show_archive_content()1711 for (cnt = 0; cnt < used; ++cnt) in show_archive_content()1754 for (cnt = 0; cnt < used; ++cnt) in show_archive_content()
12 # functions used in inline functions or macros53 # this name is used by libstdc++ as well as libpthread
19 /* These definitions are used by the locale-related files in the C library35 locale definitions. `min' and `max' can be individually used again. */
3 * This is used in monetary.c(monetary_check).
3 * This is used in ld-address.c (address_finish).
3 * This is used in ld-address.c (address_finish).6 * For some languages which have no 639-2 code the 639-3 code is used.
Completed in 18 milliseconds