Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/sfio/
H A D_sfputm.c52 *s = (uchar)SFBVALUE(v);
55 *--s = (uchar)SFBVALUE(v);
H A Dsfgetm.c57 v = (v << SF_BBITS) | SFBVALUE(c);
H A Dsfhdr.h820 #define SFBVALUE(v) (((ulong)(v))&(SF_BYTE-1)) macro