Searched refs:nHash (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/stand/ficl/
H A Ddict.c386 FICL_DICT *dictCreateHashed(unsigned nCells, unsigned nHash) argument
392 + (nHash - 1) * sizeof (FICL_WORD *);
401 dictEmpty(pDict, nHash);
440 ** Clears and (re-)creates the hash table with the size specified by nHash.
442 void dictEmpty(FICL_DICT *pDict, unsigned nHash) argument
451 sizeof (FICL_HASH) + (nHash - 1) * sizeof (FICL_WORD *));
453 pHash->size = nHash;
H A Dtestmain.c219 unsigned nHash = pHash->size; local
231 for (i=0; i < nHash; i++)
H A Dficl.h762 FICL_DICT *dictCreateHashed(unsigned nCells, unsigned nHash);
765 void dictEmpty (FICL_DICT *pDict, unsigned nHash);
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c35916 unsigned int nHash; /* Number of slots in apHash[] */ member in struct:PCache1
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c50390 unsigned int nHash; /* Number of slots in apHash[] */ member in struct:PCache1
[all...]

Completed in 818 milliseconds