Home
last modified time | relevance | path

Searched refs:nGeneration (Results 1 – 25 of 38) sorted by relevance

12

/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dbloom.cpp217 nGeneration++; in insert()
218 if (nGeneration == 4) { in insert()
219 nGeneration = 1; in insert()
221 uint64_t nGenerationMask1 = 0 - (uint64_t)(nGeneration & 1); in insert()
222 uint64_t nGenerationMask2 = 0 - (uint64_t)(nGeneration >> 1); in insert()
239 …data[pos & ~1] = (data[pos & ~1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration & 1)) << bit; in insert()
240 … data[pos | 1] = (data[pos | 1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration >> 1)) << bit; in insert()
274 nGeneration = 1; in reset()
H A Dbloom.h125 int nGeneration; variable
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dbloom.cpp217 nGeneration++; in insert()
218 if (nGeneration == 4) { in insert()
219 nGeneration = 1; in insert()
221 uint64_t nGenerationMask1 = 0 - (uint64_t)(nGeneration & 1); in insert()
222 uint64_t nGenerationMask2 = 0 - (uint64_t)(nGeneration >> 1); in insert()
239 …data[pos & ~1] = (data[pos & ~1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration & 1)) << bit; in insert()
240 … data[pos | 1] = (data[pos | 1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration >> 1)) << bit; in insert()
274 nGeneration = 1; in reset()
H A Dbloom.h125 int nGeneration; variable
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dbloom.cpp217 nGeneration++; in insert()
218 if (nGeneration == 4) { in insert()
219 nGeneration = 1; in insert()
221 uint64_t nGenerationMask1 = 0 - (uint64_t)(nGeneration & 1); in insert()
222 uint64_t nGenerationMask2 = 0 - (uint64_t)(nGeneration >> 1); in insert()
239 …data[pos & ~1] = (data[pos & ~1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration & 1)) << bit; in insert()
240 … data[pos | 1] = (data[pos | 1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration >> 1)) << bit; in insert()
274 nGeneration = 1; in reset()
H A Dbloom.h125 int nGeneration; variable
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dbloom.cpp217 nGeneration++; in insert()
218 if (nGeneration == 4) { in insert()
219 nGeneration = 1; in insert()
221 uint64_t nGenerationMask1 = 0 - (uint64_t)(nGeneration & 1); in insert()
222 uint64_t nGenerationMask2 = 0 - (uint64_t)(nGeneration >> 1); in insert()
239 …data[pos & ~1] = (data[pos & ~1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration & 1)) << bit; in insert()
240 … data[pos | 1] = (data[pos | 1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration >> 1)) << bit; in insert()
274 nGeneration = 1; in reset()
H A Dbloom.h114 int nGeneration; variable
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dbloom.cpp217 nGeneration++; in insert()
218 if (nGeneration == 4) { in insert()
219 nGeneration = 1; in insert()
221 uint64_t nGenerationMask1 = 0 - (uint64_t)(nGeneration & 1); in insert()
222 uint64_t nGenerationMask2 = 0 - (uint64_t)(nGeneration >> 1); in insert()
239 …data[pos & ~1] = (data[pos & ~1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration & 1)) << bit; in insert()
240 … data[pos | 1] = (data[pos | 1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration >> 1)) << bit; in insert()
274 nGeneration = 1; in reset()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dbloom.cpp217 nGeneration++; in insert()
218 if (nGeneration == 4) { in insert()
219 nGeneration = 1; in insert()
221 uint64_t nGenerationMask1 = 0 - (uint64_t)(nGeneration & 1); in insert()
222 uint64_t nGenerationMask2 = 0 - (uint64_t)(nGeneration >> 1); in insert()
239 …data[pos & ~1] = (data[pos & ~1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration & 1)) << bit; in insert()
240 … data[pos | 1] = (data[pos | 1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration >> 1)) << bit; in insert()
274 nGeneration = 1; in reset()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dbloom.cpp249 nGeneration++; in insert()
250 if (nGeneration == 4) { in insert()
251 nGeneration = 1; in insert()
253 uint64_t nGenerationMask1 = 0 - (uint64_t)(nGeneration & 1); in insert()
254 uint64_t nGenerationMask2 = 0 - (uint64_t)(nGeneration >> 1); in insert()
271 …data[pos & ~1] = (data[pos & ~1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration & 1)) << bit; in insert()
272 … data[pos | 1] = (data[pos | 1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration >> 1)) << bit; in insert()
306 nGeneration = 1; in reset()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dbloom.cpp249 nGeneration++; in insert()
250 if (nGeneration == 4) { in insert()
251 nGeneration = 1; in insert()
253 uint64_t nGenerationMask1 = 0 - (uint64_t)(nGeneration & 1); in insert()
254 uint64_t nGenerationMask2 = 0 - (uint64_t)(nGeneration >> 1); in insert()
271 …data[pos & ~1] = (data[pos & ~1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration & 1)) << bit; in insert()
272 … data[pos | 1] = (data[pos | 1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration >> 1)) << bit; in insert()
306 nGeneration = 1; in reset()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dbloom.cpp250 nGeneration++; in insert()
251 if (nGeneration == 4) { in insert()
252 nGeneration = 1; in insert()
254 uint64_t nGenerationMask1 = 0 - (uint64_t)(nGeneration & 1); in insert()
255 uint64_t nGenerationMask2 = 0 - (uint64_t)(nGeneration >> 1); in insert()
272 …data[pos & ~1] = (data[pos & ~1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration & 1)) << bit; in insert()
273 … data[pos | 1] = (data[pos | 1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration >> 1)) << bit; in insert()
307 nGeneration = 1; in reset()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A Dbloom.cpp255 nGeneration++; in insert()
256 if (nGeneration == 4) { in insert()
257 nGeneration = 1; in insert()
259 uint64_t nGenerationMask1 = -(uint64_t)(nGeneration & 1); in insert()
260 uint64_t nGenerationMask2 = -(uint64_t)(nGeneration >> 1); in insert()
276 …data[pos & ~1] = (data[pos & ~1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration & 1)) << bit; in insert()
277 … data[pos | 1] = (data[pos | 1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration >> 1)) << bit; in insert()
311 nGeneration = 1; in reset()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Dbloom.cpp255 nGeneration++; in insert()
256 if (nGeneration == 4) { in insert()
257 nGeneration = 1; in insert()
259 uint64_t nGenerationMask1 = -(uint64_t)(nGeneration & 1); in insert()
260 uint64_t nGenerationMask2 = -(uint64_t)(nGeneration >> 1); in insert()
276 …data[pos & ~1] = (data[pos & ~1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration & 1)) << bit; in insert()
277 … data[pos | 1] = (data[pos | 1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration >> 1)) << bit; in insert()
311 nGeneration = 1; in reset()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dbloom.cpp249 nGeneration++; in insert()
250 if (nGeneration == 4) { in insert()
251 nGeneration = 1; in insert()
253 uint64_t nGenerationMask1 = 0 - (uint64_t)(nGeneration & 1); in insert()
254 uint64_t nGenerationMask2 = 0 - (uint64_t)(nGeneration >> 1); in insert()
271 …data[pos & ~1] = (data[pos & ~1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration & 1)) << bit; in insert()
272 … data[pos | 1] = (data[pos | 1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration >> 1)) << bit; in insert()
306 nGeneration = 1; in reset()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Dbloom.cpp255 nGeneration++; in insert()
256 if (nGeneration == 4) { in insert()
257 nGeneration = 1; in insert()
259 uint64_t nGenerationMask1 = -(uint64_t)(nGeneration & 1); in insert()
260 uint64_t nGenerationMask2 = -(uint64_t)(nGeneration >> 1); in insert()
276 …data[pos & ~1] = (data[pos & ~1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration & 1)) << bit; in insert()
277 … data[pos | 1] = (data[pos | 1] & ~(((uint64_t)1) << bit)) | ((uint64_t)(nGeneration >> 1)) << bit; in insert()
311 nGeneration = 1; in reset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/test/
H A Dpdfunzip.cxx407 sal_Int32 nGeneration = s_aEmitObjects[i].second; in write_objects() local
408 PDFObject* pStream = i_pPDFFile->findObject( nObject, nGeneration ); in write_objects()
411 …( stderr, "object %d %d not found !\n", static_cast<int>(nObject), static_cast<int>(nGeneration) ); in write_objects()
419 OString::number( nGeneration ); in write_objects()
479 sal_Int32 nGeneration = 0; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
483 nGeneration = aToken.getToken( 0, ':', nGenIndex ).toInt32(); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
484 … s_aEmitObjects.push_back( std::pair<sal_Int32,sal_Int32>(nObject,nGeneration) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/test/
H A Dpdfunzip.cxx399 sal_Int32 nGeneration = s_aEmitObjects[i].second; in write_objects() local
400 PDFObject* pStream = i_pPDFFile->findObject( nObject, nGeneration ); in write_objects()
403 …( stderr, "object %d %d not found !\n", static_cast<int>(nObject), static_cast<int>(nGeneration) ); in write_objects()
411 OString::number( nGeneration ); in write_objects()
471 sal_Int32 nGeneration = 0; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
475 nGeneration = aToken.getToken( 0, ':', nGenIndex ).toInt32(); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
476 … s_aEmitObjects.push_back( std::pair<sal_Int32,sal_Int32>(nObject,nGeneration) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_mixer/
H A Ddiismixer.F9089 subroutine DIISMixer_init(self, nGeneration, initMixParam,tFromStart,alpha) argument
95 integer, intent(in) :: nGeneration local
106 @:ASSERT(nGeneration >= 2)
109 self%mPrevVector = nGeneration
H A Dandersonmixer.F9098 subroutine AndersonMixer_init(self, nGeneration, mixParam, initMixParam, convMixParam, omega0) argument
104 integer, intent(in) :: nGeneration local
123 @:ASSERT(nGeneration >= 2)
126 self%mPrevVector = nGeneration - 1
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx54 bool insertXref( unsigned int nObject, unsigned int nGeneration, unsigned int nOffset ) in insertXref()
64 if( it->second.first < nGeneration ) in insertXref()
66 it->second = std::pair<unsigned int, unsigned int>(nGeneration,nOffset); in insertXref()
78 unsigned int nObject, unsigned int nGeneration ) const in decrypt()
81 pFile && pFile->decrypt( pInBuffer, nLen, pOutBuffer, nObject, nGeneration ); in decrypt()
84 void setDecryptObject( unsigned int nObject, unsigned int nGeneration ) in setDecryptObject()
87 m_nDecryptGeneration = nGeneration; in setDecryptObject()
483 pObject->m_nGeneration == nGeneration ) in findObject()
1064 unsigned int nObject, unsigned int nGeneration ) const in decrypt()
1077 m_pData->m_aDecryptionKey[i++] = sal_uInt8(nGeneration&0xff); in decrypt()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx54 bool insertXref( unsigned int nObject, unsigned int nGeneration, unsigned int nOffset ) in insertXref()
64 if( it->second.first < nGeneration ) in insertXref()
66 it->second = std::pair<unsigned int, unsigned int>(nGeneration,nOffset); in insertXref()
78 unsigned int nObject, unsigned int nGeneration ) const in decrypt()
81 pFile && pFile->decrypt( pInBuffer, nLen, pOutBuffer, nObject, nGeneration ); in decrypt()
84 void setDecryptObject( unsigned int nObject, unsigned int nGeneration ) in setDecryptObject()
87 m_nDecryptGeneration = nGeneration; in setDecryptObject()
483 pObject->m_nGeneration == nGeneration ) in findObject()
1065 unsigned int nObject, unsigned int nGeneration ) const in decrypt()
1078 m_pData->m_aDecryptionKey[i++] = sal_uInt8(nGeneration&0xff); in decrypt()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx170 PDFObject* findObject( unsigned int nNumber, unsigned int nGeneration ) const;
255 unsigned int nObject, unsigned int nGeneration ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx169 PDFObject* findObject( unsigned int nNumber, unsigned int nGeneration ) const;
254 unsigned int nObject, unsigned int nGeneration ) const;

12