Home
last modified time | relevance | path

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

/iconv/
A Dgconv_cache.c250 size_t fromidx; in __gconv_lookup_cache() local
266 if (find_module_idx (fromset, &fromidx) != 0 in __gconv_lookup_cache()
267 || (header->module_offset + (fromidx + 1) * sizeof (struct module_entry) in __gconv_lookup_cache()
270 from_module = &modtab[fromidx]; 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()
358 if ((fromidx != 0 && __builtin_expect (from_module->fromname_offset, 1) == 0) in __gconv_lookup_cache()
360 || (fromidx == 0 && toidx == 0)) in __gconv_lookup_cache()
373 if (fromidx != 0) in __gconv_lookup_cache()

Completed in 4 milliseconds