Home
last modified time | relevance | path

Searched defs:nBucket (Results 1 – 17 of 17) sorted by relevance

/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcrt/
H A Dfx_basic_maps.cpp45 for (uint32_t nBucket = 0; nBucket < m_nHashTableSize; nBucket++) { in GetNextAssoc() local
53 for (uint32_t nBucket = (HashKey(pAssocRet->key) % m_nHashTableSize) + 1; in GetNextAssoc() local
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DCache.cpp169 for (unsigned int nBucket = 0; nBucket < m_nHashTableSize; nBucket++) in GetNextAssoc() local
178 for (unsigned int nBucket = MyHashKey(pAssocRet->key) + 1; in GetNextAssoc() local
H A DVariables.cpp93 for (unsigned int nBucket = 0; nBucket < m_nHashTableSize; nBucket++) in GetNextAssoc() local
101 for (unsigned int nBucket = pAssocRet->nHashValue + 1; in GetNextAssoc() local
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddxtmpl.h855 for(UINT nBucket = 0;nBucket < m_nHashTableSize;nBucket++) in GetNextAssoc() local
863 for(UINT nBucket = pAssocRet->nHashValue + 1;nBucket < m_nHashTableSize;nBucket++) in GetNextAssoc() local
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddxtmpl.h855 for(UINT nBucket = 0;nBucket < m_nHashTableSize;nBucket++) in GetNextAssoc() local
863 for(UINT nBucket = pAssocRet->nHashValue + 1;nBucket < m_nHashTableSize;nBucket++) in GetNextAssoc() local
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/speech/include/
H A Dspcollec.h1397 for (UINT nBucket = 0; nBucket < m_nHashTableSize; nBucket++) in GetNextAssoc() local
1409 for (UINT nBucket = pAssocRet->nHashValue + 1; in GetNextAssoc() local
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/osm/
H A Dogrosmdatasource.cpp743 int nBucket = (int)(psNode->nID / NODE_PER_BUCKET); in IndexPointCustom() local
1111 int nBucket = (int)(id / NODE_PER_BUCKET); in LookupNodesCustom() local
1183 int nBucket = (int)(id / NODE_PER_BUCKET); in LookupNodesCustomCompressedCase() local
1281 int nBucket = (int)(id / NODE_PER_BUCKET); in LookupNodesCustomNonCompressedCase() local
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/osm/
H A Dogrosmdatasource.cpp732 const int nBucket = static_cast<int>(psNode->nID / NODE_PER_BUCKET); in IndexPointCustom() local
1089 int nBucket = static_cast<int>(id / NODE_PER_BUCKET); in LookupNodesCustom() local
1160 const int nBucket = static_cast<int>(id / NODE_PER_BUCKET); in LookupNodesCustomCompressedCase() local
1277 const int nBucket = static_cast<int>(id / NODE_PER_BUCKET); in LookupNodesCustomNonCompressedCase() local
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/osm/
H A Dogrosmdatasource.cpp732 const int nBucket = static_cast<int>(psNode->nID / NODE_PER_BUCKET); in IndexPointCustom() local
1089 int nBucket = static_cast<int>(id / NODE_PER_BUCKET); in LookupNodesCustom() local
1160 const int nBucket = static_cast<int>(id / NODE_PER_BUCKET); in LookupNodesCustomCompressedCase() local
1277 const int nBucket = static_cast<int>(id / NODE_PER_BUCKET); in LookupNodesCustomNonCompressedCase() local
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/osm/
H A Dogrosmdatasource.cpp732 const int nBucket = static_cast<int>(psNode->nID / NODE_PER_BUCKET); in IndexPointCustom() local
1089 int nBucket = static_cast<int>(id / NODE_PER_BUCKET); in LookupNodesCustom() local
1160 const int nBucket = static_cast<int>(id / NODE_PER_BUCKET); in LookupNodesCustomCompressedCase() local
1277 const int nBucket = static_cast<int>(id / NODE_PER_BUCKET); in LookupNodesCustomNonCompressedCase() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxecontent.cxx161 sal_uInt32 nBucket = mnSize; in Save() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxecontent.cxx154 sal_uInt32 nBucket = mnSize; in Save() local
/dports/databases/py-unqlite/unqlite-0.5.3/src/
H A Dunqlite.c744 sxu32 nBucket; /* Bucket index in aPool[] */ member
22266 sxu32 nBucket; in HashmapGrowBucket() local
22709 sxu32 nBucket; in HashmapRehashIntNode() local
27234 static sxi32 MemPoolBucketAlloc(SyMemBackend *pBackend, sxu32 nBucket) in MemPoolBucketAlloc()
27266 sxu32 nBucket; in MemBackendPoolAlloc() local
27321 sxu32 nBucket; in MemBackendPoolFree() local
51762 sxu32 nBucket = pRecord->nHash & (pEngine->nBucket - 1); in MemHashLinkRecord() local
51780 sxu32 nBucket = pEntry->nHash & (pEngine->nBucket - 1); in MemHashUnlinkRecord() local
51808 sxu32 nHash,nBucket; in MemHashGetEntry() local
55603 sxu32 nBucket; in pager_link_page() local
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/session/
H A Dsqlite3session.c535 int nBucket /* Assume this many buckets in hash table */ in sessionChangeHash()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/session/
H A Dsqlite3session.c577 int nBucket /* Assume this many buckets in hash table */ in sessionChangeHash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/session/
H A Dsqlite3session.c577 int nBucket /* Assume this many buckets in hash table */ in sessionChangeHash()
/dports/databases/sqlite3/sqlite-src-3350500/ext/session/
H A Dsqlite3session.c599 int nBucket /* Assume this many buckets in hash table */ in sessionChangeHash()