Searched refs:usBitOffset (Results 1 – 2 of 2) sorted by relevance
47 xMBUtilSetBits( UCHAR * ucByteBuf, USHORT usBitOffset, UCHAR ucNBits, in xMBUtilSetBits() argument61 usByteOffset = ( USHORT )( ( usBitOffset ) / BITS_UCHAR ); in xMBUtilSetBits()64 usNPreBits = ( USHORT )( usBitOffset - usByteOffset * BITS_UCHAR ); in xMBUtilSetBits()71 usMask <<= usBitOffset - usByteOffset * BITS_UCHAR; in xMBUtilSetBits()86 xMBUtilGetBits( UCHAR * ucByteBuf, USHORT usBitOffset, UCHAR ucNBits ) in xMBUtilGetBits() argument95 usByteOffset = ( USHORT )( ( usBitOffset ) / BITS_UCHAR ); in xMBUtilGetBits()98 usNPreBits = ( USHORT )( usBitOffset - usByteOffset * BITS_UCHAR ); in xMBUtilGetBits()
78 void xMBUtilSetBits( UCHAR * ucByteBuf, USHORT usBitOffset,100 UCHAR xMBUtilGetBits( UCHAR * ucByteBuf, USHORT usBitOffset,