Home
last modified time | relevance | path

Searched refs:nHashSize (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/games/gnubg/gnubg-1.06.002/
H A Dmakebearoff.c57 int nHashSize; member
68 return iKey % ph->nHashSize; in XhashPosition()
77 fprintf(stderr, "Size: %d elements\n", ph->nHashSize); in XhashStatus()
85 XhashCreate(xhash * ph, const int nHashSize) in XhashCreate() argument
99 ph->nHashSize = nHashSize; in XhashCreate()
101 for (i = 0; i < nHashSize; ++i) in XhashCreate()
115 for (i = 0; i < ph->nHashSize; ++i) in XhashDestroy()
606 if (XhashCreate(&h, nHashSize / (fGammon ? 128 : 64))) { in generate_os()
846 if (XhashCreate(&h, nHashSize / (4 * sizeof(float)))) { in generate_nd()
1171 if (XhashCreate(&h, nHashSize / (fCubeful ? 8 : 2))) { in generate_ts()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcrt/
H A Dfx_basic_maps.cpp123 void CFX_MapPtrToPtr::InitHashTable(uint32_t nHashSize, FX_BOOL bAllocNow) { in InitHashTable() argument
125 ASSERT(nHashSize > 0); in InitHashTable()
129 m_pHashTable = FX_Alloc(CAssoc*, nHashSize); in InitHashTable()
131 m_nHashTableSize = nHashSize; in InitHashTable()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DCache.cpp51 void Cache::InitHashTable(unsigned int nHashSize, bool bAllocNow) in InitHashTable() argument
56 assert( nHashSize > 16 ); in InitHashTable()
65 m_pHashTable = (Cache::MyAssoc **) malloc( sizeof( Cache::MyAssoc * ) * nHashSize ); in InitHashTable()
66 memset( m_pHashTable, 0, sizeof( Cache::MyAssoc * ) * nHashSize ); in InitHashTable()
68 m_nHashTableSize = nHashSize; in InitHashTable()
H A DVariables.cpp129 void Variables::InitHashTable(unsigned int nHashSize, bool bAllocNow) in InitHashTable() argument
135 assert( nHashSize > 16 ); in InitHashTable()
144 m_pHashTable =(Variables::MyAssoc **) malloc(sizeof( Variables::MyAssoc *) * nHashSize); in InitHashTable()
145 memset( m_pHashTable, 0, sizeof( Variables::MyAssoc * ) * nHashSize ); in InitHashTable()
147 m_nHashTableSize = nHashSize; in InitHashTable()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5_config.c837 int nHashSize = -1; in sqlite3Fts5ConfigSetValue() local
839 nHashSize = sqlite3_value_int(pVal); in sqlite3Fts5ConfigSetValue()
841 if( nHashSize<=0 ){ in sqlite3Fts5ConfigSetValue()
844 pConfig->nHashSize = nHashSize; in sqlite3Fts5ConfigSetValue()
922 pConfig->nHashSize = FTS5_DEFAULT_HASHSIZE; in sqlite3Fts5ConfigLoad()
H A Dfts5Int.h195 int nHashSize; /* Bytes of memory for in-memory hash */ member
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5_config.c839 int nHashSize = -1; in sqlite3Fts5ConfigSetValue() local
841 nHashSize = sqlite3_value_int(pVal); in sqlite3Fts5ConfigSetValue()
843 if( nHashSize<=0 ){ in sqlite3Fts5ConfigSetValue()
846 pConfig->nHashSize = nHashSize; in sqlite3Fts5ConfigSetValue()
923 pConfig->nHashSize = FTS5_DEFAULT_HASHSIZE; in sqlite3Fts5ConfigLoad()
H A Dfts5Int.h182 int nHashSize; /* Bytes of memory for in-memory hash */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5_config.c839 int nHashSize = -1; in sqlite3Fts5ConfigSetValue() local
841 nHashSize = sqlite3_value_int(pVal); in sqlite3Fts5ConfigSetValue()
843 if( nHashSize<=0 ){ in sqlite3Fts5ConfigSetValue()
846 pConfig->nHashSize = nHashSize; in sqlite3Fts5ConfigSetValue()
924 pConfig->nHashSize = FTS5_DEFAULT_HASHSIZE; in sqlite3Fts5ConfigLoad()
H A Dfts5Int.h194 int nHashSize; /* Bytes of memory for in-memory hash */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5_config.c837 int nHashSize = -1; in sqlite3Fts5ConfigSetValue() local
839 nHashSize = sqlite3_value_int(pVal); in sqlite3Fts5ConfigSetValue()
841 if( nHashSize<=0 ){ in sqlite3Fts5ConfigSetValue()
844 pConfig->nHashSize = nHashSize; in sqlite3Fts5ConfigSetValue()
922 pConfig->nHashSize = FTS5_DEFAULT_HASHSIZE; in sqlite3Fts5ConfigLoad()
H A Dfts5Int.h195 int nHashSize; /* Bytes of memory for in-memory hash */ member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddxtmpl.h716 void CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::InitHashTable(UINT nHashSize,WINBOOL bAllocNow) { in InitHashTable() argument
719 _ASSERT(nHashSize > 0); in InitHashTable()
725 m_pHashTable = new CAssoc *[nHashSize]; in InitHashTable()
727 memset(m_pHashTable,0,sizeof(CAssoc*) *nHashSize); in InitHashTable()
729 m_nHashTableSize = nHashSize; in InitHashTable()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddxtmpl.h716 void CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::InitHashTable(UINT nHashSize,WINBOOL bAllocNow) { in InitHashTable() argument
719 _ASSERT(nHashSize > 0); in InitHashTable()
725 m_pHashTable = new CAssoc *[nHashSize]; in InitHashTable()
727 memset(m_pHashTable,0,sizeof(CAssoc*) *nHashSize); in InitHashTable()
729 m_nHashTableSize = nHashSize; in InitHashTable()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/speech/include/
H A Dspcollec.h1155 UINT nHashSize, BOOL bAllocNow) in InitHashTable() argument
1162 SPDBG_ASSERT( nHashSize > 0 ); in InitHashTable()
1174 m_pHashTable = new CAssoc* [nHashSize]; in InitHashTable()
1177 memset(m_pHashTable, 0, sizeof(CAssoc*) * nHashSize); in InitHashTable()
1185 m_nHashTableSize = ( SUCCEEDED( hr ) )?(nHashSize):(0); in InitHashTable()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dtranslate.cpp66 uint32_t nHashSize, // +14: hash table size member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DDocumentFieldsManager.cxx931 const SwFieldTypes::size_type nHashSize {(( mpFieldTypes->size() / 7 ) + 1 ) * 7}; in UpdateExpFieldsImpl() local
932 const sal_uInt16 nStrFormatCnt = o3tl::narrowing<sal_uInt16>(nHashSize); in UpdateExpFieldsImpl()
933 OSL_ENSURE( nStrFormatCnt == nHashSize, "Downcasting to sal_uInt16 lost information!" ); in UpdateExpFieldsImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DDocumentFieldsManager.cxx944 const SwFieldTypes::size_type nHashSize {(( mpFieldTypes->size() / 7 ) + 1 ) * 7}; in UpdateExpFieldsImpl() local
945 const sal_uInt16 nStrFormatCnt = static_cast<sal_uInt16>(nHashSize); in UpdateExpFieldsImpl()
946 OSL_ENSURE( nStrFormatCnt == nHashSize, "Downcasting to sal_uInt16 lost information!" ); in UpdateExpFieldsImpl()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dtranslation.cpp1014 size_t32 nHashSize, // +14: hash table size member
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dtranslation.cpp1014 size_t32 nHashSize, // +14: hash table size member
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dtranslation.cpp1057 size_t32 nHashSize, // +14: hash table size member
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-fts/
H A Dfts5.c767 int nHashSize; /* Bytes of memory for in-memory hash */ member
4469 int nHashSize = -1; in sqlite3Fts5ConfigSetValue() local
4471 nHashSize = sqlite3_value_int(pVal); in sqlite3Fts5ConfigSetValue()
4473 if( nHashSize<=0 ){ in sqlite3Fts5ConfigSetValue()
4476 pConfig->nHashSize = nHashSize; in sqlite3Fts5ConfigSetValue()
4540 pConfig->nHashSize = FTS5_DEFAULT_HASHSIZE; in sqlite3Fts5ConfigLoad()
12595 || (p->nPendingData > p->pConfig->nHashSize) in sqlite3Fts5IndexBeginWrite()
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-fts/
H A Dfts5.c767 int nHashSize; /* Bytes of memory for in-memory hash */ member
4469 int nHashSize = -1; in sqlite3Fts5ConfigSetValue() local
4471 nHashSize = sqlite3_value_int(pVal); in sqlite3Fts5ConfigSetValue()
4473 if( nHashSize<=0 ){ in sqlite3Fts5ConfigSetValue()
4476 pConfig->nHashSize = nHashSize; in sqlite3Fts5ConfigSetValue()
4540 pConfig->nHashSize = FTS5_DEFAULT_HASHSIZE; in sqlite3Fts5ConfigLoad()
12595 || (p->nPendingData > p->pConfig->nHashSize) in sqlite3Fts5IndexBeginWrite()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dintl.cpp911 size_t32 nHashSize, // +14: hash table size member
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dintl.cpp911 size_t32 nHashSize, // +14: hash table size member

1234567