HomeSort by: relevance | last modified time | path
    Searched defs:strno (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libintl/
gettext.c 799 uint32_t idx, hashval, step, strno; local in function:lookup_hash
811 strno = mohandle->mo.mo_htable[idx];
812 if (strno == 0) {
816 strno--;
817 if ((strno & MO_HASH_SYSDEP_MASK) == 0) {
819 if (len <= mohandle->mo.mo_otable[strno].len &&
820 !strcmp(msgid, mohandle->mo.mo_otable[strno].off)) {
824 mohandle->mo.mo_ttable[strno].len;
825 return mohandle->mo.mo_ttable[strno].off;
829 strno &= ~MO_HASH_SYSDEP_MASK
    [all...]
gettext.c 799 uint32_t idx, hashval, step, strno; local in function:lookup_hash
811 strno = mohandle->mo.mo_htable[idx];
812 if (strno == 0) {
816 strno--;
817 if ((strno & MO_HASH_SYSDEP_MASK) == 0) {
819 if (len <= mohandle->mo.mo_otable[strno].len &&
820 !strcmp(msgid, mohandle->mo.mo_otable[strno].off)) {
824 mohandle->mo.mo_ttable[strno].len;
825 return mohandle->mo.mo_ttable[strno].off;
829 strno &= ~MO_HASH_SYSDEP_MASK
    [all...]
gettext.c 799 uint32_t idx, hashval, step, strno; local in function:lookup_hash
811 strno = mohandle->mo.mo_htable[idx];
812 if (strno == 0) {
816 strno--;
817 if ((strno & MO_HASH_SYSDEP_MASK) == 0) {
819 if (len <= mohandle->mo.mo_otable[strno].len &&
820 !strcmp(msgid, mohandle->mo.mo_otable[strno].off)) {
824 mohandle->mo.mo_ttable[strno].len;
825 return mohandle->mo.mo_ttable[strno].off;
829 strno &= ~MO_HASH_SYSDEP_MASK
    [all...]

Completed in 87 milliseconds