Home | History | Annotate | Download | only in src

Lines Matching refs:s2u

17 #define	S2U(x)	(s2u[ ((unsigned short)(x)) >> 3 ])
54 static unsigned char s2u[] = {
618 if (fputc( (char)S2U( (unsigned short)*buf ), out) == EOF)