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

References

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