Home
last modified time | relevance | path

Searched refs:nBitValDiff (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sfx2/source/bastyp/
H A Dbitset.cxx48 sal_uIntPtr nBitValDiff = nOffset % 32; in operator <<() local
54 CountBits( *(aSet.pBitmap+nBlockDiff) >> (32-nBitValDiff) ); in operator <<()
62 ( *(aSet.pBitmap+nSource) << nBitValDiff ) | in operator <<()
63 ( *(aSet.pBitmap+nSource+1) >> (32-nBitValDiff) ); in operator <<()
66 *(aSet.pBitmap+nTarget) = *(aSet.pBitmap+nSource) << nBitValDiff; in operator <<()

Completed in 13 milliseconds