reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_hash.c
  218 	h = entry - table->entries;
  219 	isl_assert(ctx, h >= 0 && h < size, return);
  219 	isl_assert(ctx, h >= 0 && h < size, return);
  221 	for (h2 = h+1; table->entries[h2 % size].data; h2++) {
  224 		uint32_t offset = (size + bits - (h+1)) % size;
  225 		if (offset <= h2 - (h+1))
  228 		h = h2;
  229 		entry = &table->entries[h % size];