HomeSort by: relevance | last modified time | path
    Searched refs:XER_NBBY (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libXmu/dist/include/X11/Xmu/
EditresP.h 273 #define XER_NBBY 8 /* number of bits in a byte */
  /xsrc/external/mit/libXmu/dist/src/
EditresCom.c 977 *(stream->top) = count >> XER_NBBY;
1115 *(stream->top) = count >> XER_NBBY;
1711 _XEditResPut8(stream, (value >> XER_NBBY) & BYTE_MASK);
1732 _XEditResPut8(stream, (value >> (XER_NBBY * i)) & BYTE_MASK);
1752 _XEditResPut8(stream, (value >> (XER_NBBY * i)) & BYTE_MASK);
1877 *value = ((unsigned short)temp1 << XER_NBBY) + (unsigned short)temp2;
1903 if (temp1 & (1 << (XER_NBBY - 1))) /* If the sign bit is active */
1906 *value &= (temp1 << XER_NBBY); /* Now and in the MSB */
1910 *value = ((unsigned short)temp1 << XER_NBBY) + (unsigned short)temp2;
1937 *value = ((unsigned long)temp1 << (XER_NBBY * 2)) + (unsigned long)temp2
    [all...]
  /xsrc/external/mit/editres/dist/
handler.c 715 *(stream->top + len++) = info.count >> XER_NBBY; /* Set the correct */

Completed in 5 milliseconds