Lines Matching refs:act
730 size_t act;
778 act = nstr;
801 act = (bottom + top) / 2;
804 domain->orig_tab[act].offset)));
806 top = act;
808 bottom = act + 1;
817 /* The translation was found at index ACT. If we have to convert the
819 if (act < nstrings)
822 (domain->data + W (domain->must_swap, domain->trans_tab[act].offset));
823 resultlen = W (domain->must_swap, domain->trans_tab[act].length) + 1;
827 result = (char *) domain->trans_sysdep_tab[act - nstrings].pointer;
828 resultlen = domain->trans_sysdep_tab[act - nstrings].length;
873 if (domain->conv_tab[act] == NULL)
1004 domain->conv_tab[act] = (char *) freemem;
1014 /* Now domain->conv_tab[act] contains the translation of all
1016 result = domain->conv_tab[act] + sizeof (size_t);
1017 resultlen = *(size_t *) domain->conv_tab[act];