Home
last modified time | relevance | path

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

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dinifile.c47 #define HASHFILL(X) ((X) * 3) /* Hash occupancy no more than 1/3 */ macro
210 len = nextpow2(HASHFILL(cnt) - 1); in resize_hash()