Home | History | Annotate | Download | only in exp-sgcheck

Lines Matching refs:htab_size

1229       UWord      htab_size; /* size of hash table, MAY ONLY BE A POWER OF 2 */
1307 for (u = 0; u < frame->htab_size; u++) {
1323 inline static UWord compute_II_hash ( Addr ip, UWord htab_size ) {
1324 return (ip >> 0) & (htab_size - 1);
1331 sf->htab_size = N_HTAB_FIXED; /* initial hash table size */
1335 for (i = 0; i < sf->htab_size; i++)
1347 old_size = sf->htab_size;
1382 sf->htab_size = new_size;
1411 if (UNLIKELY(2 * sf->htab_used >= 1 * sf->htab_size)) {
1415 tl_assert(2 * sf->htab_used <= sf->htab_size);
1417 ix = compute_II_hash(ip, sf->htab_size);
1418 i = sf->htab_size;
1437 if (ix == sf->htab_size) ix = 0;
1460 UWord ix = compute_II_hash(ip, sf->htab_size);
1920 /* This sets up .htab, .htab_size and .htab_used */
1996 innermost->htab_size = 0;
2407 /* This sets up .htab, .htab_size and .htab_used */