Searched refs:removedCount (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.c246 table->entryCount = table->removedCount = 0;
487 table->removedCount = 0;
547 if (table->entryCount + table->removedCount >= MAX_LOAD(table, size)) {
549 if (table->removedCount >= size >> 2) {
562 table->entryCount + table->removedCount == size - 1) {
578 table->removedCount--;
634 table->removedCount++;
701 (table->removedCount >= capacity >> 2 ||
786 fprintf(fp, " number of removed entries: %u\n", table->removedCount);
H A Dpldhash.h223 PRUint32 removedCount; /* removed entry sentinels in table */ member in struct:PLDHashTable
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadService.cpp467 if (mFastLoadPtrMap->removedCount >= (size >> 2))
H A DnsFastLoadFile.cpp524 if (mFooter.mURIMap.removedCount >= (size >> 2))
1582 if (mURIMap.removedCount >= (size >> 2))

Completed in 55 milliseconds