Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_hash.h174 { return (n_keys + n_deleted) >= reorg_threshold; } in too_full()
177 { return n_deleted > (reorg_threshold / 4); } in too_many_deleted()
180 { return n_deleted > (reorg_threshold / 2); } in exceeds_n_delete_threshold()
215 size_t reorg_threshold; variable
381 reorg_threshold(compute_reorg_threshold(m_nSlots)), in UT_GenericStringMap()
862 reorg_threshold = compute_reorg_threshold(m_nSlots); in reorg()