Lines Matching refs:nTarget
57 sal_uInt16 nTarget, nSource; in operator <<() local
58 for ( nTarget = 0, nSource = nBlockDiff; in operator <<()
60 ++nTarget, ++nSource ) in operator <<()
61 *(aSet.pBitmap+nTarget) = in operator <<()
66 *(aSet.pBitmap+nTarget) = *(aSet.pBitmap+nSource) << nBitValDiff; in operator <<()
69 while ( *(aSet.pBitmap+nTarget) == 0 ) in operator <<()
70 --nTarget; in operator <<()
73 if ( nTarget < aSet.nBlocks ) in operator <<()
75 sal_uIntPtr* pNewMap = new sal_uIntPtr[nTarget]; in operator <<()
76 memcpy( pNewMap, aSet.pBitmap, 4 * nTarget ); in operator <<()
79 aSet.nBlocks = nTarget; in operator <<()