Searched refs:HASHTABLE_NSLOT (Results 1 – 1 of 1) sorted by relevance
68040 #define HASHTABLE_NSLOT (HASHTABLE_NPAGE*2) /* Must be a power of 2 */ macro68051 sizeof(ht_slot)*HASHTABLE_NSLOT + HASHTABLE_NPAGE*sizeof(u32) \68557 assert( (HASHTABLE_NSLOT & (HASHTABLE_NSLOT-1))==0 );68558 return (iPage*HASHTABLE_HASH_1) & (HASHTABLE_NSLOT-1);68561 return (iPriorHash+1)&(HASHTABLE_NSLOT-1);68683 for(i=0; i<HASHTABLE_NSLOT; i++){68733 assert( idx <= HASHTABLE_NSLOT/2 + 1 );68739 int nByte = (int)((u8*)&sLoc.aHash[HASHTABLE_NSLOT] - (u8*)sLoc.aPgno);68770 for(i=0; i<HASHTABLE_NSLOT; i++){ if( sLoc.aHash[i] ) nEntry++; }69094 assert( 8192 == HASHTABLE_NSLOT );[all …]