Searched refs:XER_NBBY (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXmu/dist/include/X11/Xmu/
H A DEditresP.h271 #define XER_NBBY 8 /* number of bits in a byte */ macro
/xsrc/external/mit/libXmu/dist/src/
H A DEditresCom.c967 *(stream->top) = count >> XER_NBBY;
1105 *(stream->top) = count >> XER_NBBY;
1701 _XEditResPut8(stream, (value >> XER_NBBY) & BYTE_MASK);
1722 _XEditResPut8(stream, (value >> (XER_NBBY * i)) & BYTE_MASK);
1827 *value = ((unsigned short)temp1 << XER_NBBY) + (unsigned short)temp2;
1853 if (temp1 & (1 << (XER_NBBY - 1))) /* If the sign bit is active */
1856 *value &= (temp1 << XER_NBBY); /* Now and in the MSB */
1860 *value = ((unsigned short)temp1 << XER_NBBY) + (unsigned short)temp2;
1887 *value = ((unsigned long)temp1 << (XER_NBBY * 2)) + (unsigned long)temp2;
/xsrc/external/mit/editres/dist/
H A Dhandler.c716 *(stream->top + len++) = info.count >> XER_NBBY; /* Set the correct */

Completed in 7 milliseconds