Home
last modified time | relevance | path

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

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DKnownFile.cpp825 uint32 posCurrentEMBlock = 0; in CreateHashFromInput() local
844 pShaHashOut->SetBlockHash(EMBLOCKSIZE, posCurrentEMBlock, pHashAlg.get()); in CreateHashFromInput()
845 posCurrentEMBlock += EMBLOCKSIZE; in CreateHashFromInput()
868 pShaHashOut->SetBlockHash(EMBLOCKSIZE, posCurrentEMBlock, pHashAlg.get()); in CreateHashFromInput()
869 posCurrentEMBlock += EMBLOCKSIZE; in CreateHashFromInput()
882 pShaHashOut->SetBlockHash(nIACHPos, posCurrentEMBlock, pHashAlg.get()); in CreateHashFromInput()
883 posCurrentEMBlock += nIACHPos; in CreateHashFromInput()
885 wxASSERT( posCurrentEMBlock == Length ); in CreateHashFromInput()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DKnownFile.cpp825 uint32 posCurrentEMBlock = 0; in CreateHashFromInput() local
844 pShaHashOut->SetBlockHash(EMBLOCKSIZE, posCurrentEMBlock, pHashAlg.get()); in CreateHashFromInput()
845 posCurrentEMBlock += EMBLOCKSIZE; in CreateHashFromInput()
868 pShaHashOut->SetBlockHash(EMBLOCKSIZE, posCurrentEMBlock, pHashAlg.get()); in CreateHashFromInput()
869 posCurrentEMBlock += EMBLOCKSIZE; in CreateHashFromInput()
882 pShaHashOut->SetBlockHash(nIACHPos, posCurrentEMBlock, pHashAlg.get()); in CreateHashFromInput()
883 posCurrentEMBlock += nIACHPos; in CreateHashFromInput()
885 wxASSERT( posCurrentEMBlock == Length ); in CreateHashFromInput()