Searched refs:chash (Results 1 – 1 of 1) sorted by relevance
2120 unsigned char chash[CHASHSZ]; in remove_loops() local2122 memset(chash, NO_ENTRY, sizeof(chash)); in remove_loops()2130 if (chash[h] == NO_ENTRY) { in remove_loops()2131 chash[h] = i; in remove_loops()2132 } else if (l[chash[h]].from == l[i].from) { in remove_loops()2136 for (j = chash[h]; j < i && i + off < nr; j++, off++) in remove_loops()