Lines Matching full:htab_used
1230 UWord htab_used; /* number of hash table slots currently in use */
1315 tl_assert(xx == frame->htab_used);
1334 sf->htab_used = 0;
1383 /* check sf->htab_used is correct. Optional and a bit expensive
1391 tl_assert(j == sf->htab_used);
1411 if (UNLIKELY(2 * sf->htab_used >= 1 * sf->htab_size)) {
1415 tl_assert(2 * sf->htab_used <= sf->htab_size);
1448 sf->htab_used++;
1473 sf->htab_used++;
1920 /* This sets up .htab, .htab_size and .htab_used */
1997 innermost->htab_used = 0;
2407 /* This sets up .htab, .htab_size and .htab_used */