Home
last modified time | relevance | path

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

/glibc-2.36/iconv/
Dgconv_cache.c251 size_t toidx; in __gconv_lookup_cache() local
272 if (find_module_idx (toset, &toidx) != 0 in __gconv_lookup_cache()
273 || (header->module_offset + (toidx + 1) * sizeof (struct module_entry) in __gconv_lookup_cache()
276 to_module = &modtab[toidx]; in __gconv_lookup_cache()
279 if (__builtin_expect (flags & GCONV_AVOID_NOCONV, 0) && fromidx == toidx) in __gconv_lookup_cache()
283 if (fromidx != 0 && toidx != 0 in __gconv_lookup_cache()
296 && extra->module[extra->module_cnt - 1].outname_offset != toidx) in __gconv_lookup_cache()
359 || (toidx != 0 && __builtin_expect (to_module->toname_offset, 1) == 0) in __gconv_lookup_cache()
360 || (fromidx == 0 && toidx == 0)) in __gconv_lookup_cache()
405 if (toidx != 0) in __gconv_lookup_cache()