Home
last modified time | relevance | path

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

/locale/programs/
A Dsimple-hash.c51 unsigned long used; member
103 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 …]
A Dlocale.c679 uint32_t used; in write_archive_locales() local
683 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()
A Dlocarchive.c1632 size_t cnt, used; in show_archive_content() local
1646 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()
/locale/
A DVersions12 # functions used in inline functions or macros
53 # this name is used by libstdc++ as well as libpthread
A Dcategories.def19 /* These definitions are used by the locale-related files in the C library
35 locale definitions. `min' and `max' can be individually used again. */
A Diso-4217.def3 * This is used in monetary.c(monetary_check).
A Diso-3166.def3 * This is used in ld-address.c (address_finish).
A Diso-639.def3 * 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