Home
last modified time | relevance | path

Searched refs:ume_m (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Diconv.c682 static unsigned char ume_m[UCHAR_MAX+1]; variable
703 memset(ume_m, NOE, sizeof(ume_m)); in umeinit()
705 ume_m[c] = i; in umeinit()
743 else if ((w = ume_m[c]) == NOE) in ume2bin()
757 w = (w << 6) | ume_m[*f++]; in ume2bin()
758 w = (w << 6) | ume_m[*f++]; in ume2bin()