Searched refs:offL (Results 1 - 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DScanner.c856 uint32 offL = ( ptrA->yE & 0x1F ); local
857 uint32 rowL = ( ptrA->yE >> 5 ) + ( offL > 0 ? 1 : 0 );
866 if( offL > 0 )
868 uint32 shlL = 32 - offL;
909 uint32 offL, rowL; local
915 offL = ( ptrA->yE & 0x1F );
916 rowL = ( ptrA->yE >> 5 ) + ( offL > 0 ? 1 : 0 );
924 if( offL > 0 )
926 uint32 shlL = 32 - offL;
941 uint32 offL, row local
[all...]
H A DLocalScanner.c690 uint32 offL = ( ptrA->yE & 0x1F ); local
691 uint32 rowL = ( ptrA->yE >> 5 ) + ( offL > 0 ? 1 : 0 );
701 if( offL > 0 )
703 uint32 shlL = 32 - offL;
740 uint32 offL = ( ptrA->yE & 0x1F ); local
741 uint32 rowL = ( ptrA->yE >> 5 ) + ( offL > 0 ? 1 : 0 );
751 if( offL > 0 )
755 uint32 shlL = 32 - offL;
756 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( src0L[ iL ] >> offL ) | ( src1L[ iL ] << shlL );
766 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = srcL[ iL ] >> offL;
[all...]

Completed in 36 milliseconds