Searched refs:hidx (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c341 uint32_t hv, hidx; local
370 hidx = search_msg(p, ms, hv, m);
371 if (hidx == 0) {
375 if (hidx != x + 1) {
389 hidx = search_msg(p, ms, hv, m);
390 if (hidx == 0) {
394 if (hidx != x + p->num_of_str + 1) {

Completed in 20 milliseconds