Searched refs:ucNBits (Results 1 – 2 of 2) sorted by relevance
47 xMBUtilSetBits( UCHAR * ucByteBuf, USHORT usBitOffset, UCHAR ucNBits, in xMBUtilSetBits() argument56 assert( ucNBits <= 8 ); in xMBUtilSetBits()70 usMask = ( USHORT )( ( 1 << ( USHORT ) ucNBits ) - 1 ); in xMBUtilSetBits()86 xMBUtilGetBits( UCHAR * ucByteBuf, USHORT usBitOffset, UCHAR ucNBits ) in xMBUtilGetBits() argument101 usMask = ( USHORT )( ( 1 << ( USHORT ) ucNBits ) - 1 ); in xMBUtilGetBits()
79 UCHAR ucNBits, UCHAR ucValues );101 UCHAR ucNBits );