Home
last modified time | relevance | path

Searched refs:rebuildLimit (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sbin/rcorder/
HDhash.c88 #define rebuildLimit 8 macro
263 if (t->numEntries >= rebuildLimit * t->size) in Hash_CreateEntry()
/freebsd-13-stable/contrib/bmake/
HDhash.c83 #define rebuildLimit 3 macro
262 if (t->numEntries >= rebuildLimit * t->bucketsSize) in HashTable_CreateEntry()