Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddthash.c33 #define HLOAD(n) (n) /* load one-to-one */ macro
65 n = n < HLOAD(hash->data.size) ? HLOAD(hash->data.size) : n; in htable()
362 if(hash->tblz < HLOAD(hash->data.size) )