Searched refs:argPtrA (Results 1 – 2 of 2) sorted by relevance
131 void bbs_uint32ReduceToNBits( uint32* argPtrA, int32* bbpPtrA, uint32 nBitsA );134 void bbs_int32ReduceToNBits( int32* argPtrA, int32* bbpPtrA, uint32 nBitsA );
740 void bbs_uint32ReduceToNBits( uint32* argPtrA, int32* bbpPtrA, uint32 nBitsA ) in bbs_uint32ReduceToNBits() argument742 int32 posHighestBitL = bbs_intLog2( *argPtrA ) + 1; in bbs_uint32ReduceToNBits()746 ( *argPtrA ) >>= shiftL; in bbs_uint32ReduceToNBits()753 void bbs_int32ReduceToNBits( int32* argPtrA, int32* bbpPtrA, uint32 nBitsA ) in bbs_int32ReduceToNBits() argument755 int32 posHighestBitL = bbs_intLog2( bbs_abs( *argPtrA ) ) + 1; in bbs_int32ReduceToNBits()759 ( *argPtrA ) >>= shiftL; in bbs_int32ReduceToNBits()