Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Diconv.c677 static const unsigned char ume_M[] = variable
704 for (i = 0; c = ume_M[i]; i++) in umeinit()
845 *t++ = ume_M[(w >> 12) & 0x3F]; in bin2ume()
846 *t++ = ume_M[(w >> 6) & 0x3F]; in bin2ume()
847 *t++ = ume_M[w & 0x3F]; in bin2ume()