Searched refs:nHash (Results 1 – 4 of 4) sorted by relevance
386 FICL_DICT *dictCreateHashed(unsigned nCells, unsigned nHash) in dictCreateHashed() argument392 + (nHash - 1) * sizeof (FICL_WORD *); in dictCreateHashed()401 dictEmpty(pDict, nHash); in dictCreateHashed()442 void dictEmpty(FICL_DICT *pDict, unsigned nHash) in dictEmpty() argument451 sizeof (FICL_HASH) + (nHash - 1) * sizeof (FICL_WORD *)); in dictEmpty()453 pHash->size = nHash; in dictEmpty()
219 unsigned nHash = pHash->size; in spewHash() local231 for (i=0; i < nHash; i++) in spewHash()
762 FICL_DICT *dictCreateHashed(unsigned nCells, unsigned nHash);765 void dictEmpty (FICL_DICT *pDict, unsigned nHash);
51256 nNew = p->nHash*2;51267 for(i=0; i<p->nHash; i++){51279 p->nHash = nNew;51366 assert( pCache->nHash > 0 );51378 h = pCache->nHash/2;51384 assert( h<pCache->nHash );51398 h = (h+1) % pCache->nHash;51513 if( pCache->nHash==0 ){51773 assert( pCache->nHash>0 );51840 h = iOld%pCache->nHash;[all …]