HomeSort by relevance Sort by last modified time
    Searched refs:offL (Results 1 - 2 of 2) sorted by null

  /external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c 856 uint32 offL = ( ptrA->yE & 0x1F );
857 uint32 rowL = ( ptrA->yE >> 5 ) + ( offL > 0 ? 1 : 0 );
866 if( offL > 0 )
868 uint32 shlL = 32 - offL;
909 uint32 offL, rowL;
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, rowL
    [all...]
LocalScanner.c 690 uint32 offL = ( ptrA->yE & 0x1F );
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 );
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 41 milliseconds