Home | History | Annotate | Download | only in x11

Lines Matching refs:LSBFirst

98  * Return the host's byte order as LSBFirst or MSBFirst ala X.
104 return (*cptr==1) ? LSBFirst : MSBFirst;