Searched refs:bbs_pow2M1 (Results 1 - 2 of 2) sorted by path

/external/neven/Embedded/common/src/b_BasicEm/
H A DMath.c278 uint32 bbs_pow2M1( uint32 valA ) function
292 return ( 1 << ( 32 - shiftL ) ) + ( bbs_pow2M1( offsL ) >> shiftL );
319 return ( ( int32 ) 1 << ( 32 - shiftL ) ) + ( bbs_pow2M1( offsL ) >> shiftL );
H A DMath.h90 uint32 bbs_pow2M1( uint32 valA );

Completed in 220 milliseconds