Searched refs:c_hash (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/isl/
H A Disl_convex_hull.c1583 uint32_t c_hash; local
1585 c_hash = isl_seq_get_hash(con + 1, len);
1586 entry = isl_hash_table_find(ctx, table, c_hash, max_constraint_equal,
1616 uint32_t c_hash; local
1618 c_hash = isl_seq_get_hash(con + 1, len);
1619 entry = isl_hash_table_find(ctx, table, c_hash, max_constraint_equal,
1684 uint32_t c_hash; local
1685 c_hash = isl_seq_get_hash(constraints[i].c->row[0] + 1, total);
1686 entry = isl_hash_table_find(hull->ctx, table, c_hash,
2039 uint32_t c_hash; local
2166 uint32_t c_hash; local
[all...]
H A Disl_map.c9414 uint32_t c_hash; local
9415 c_hash = isl_seq_get_hash(bmap->eq[i], 1 + total);
9416 isl_hash_hash(hash, c_hash);
9420 uint32_t c_hash; local
9421 c_hash = isl_seq_get_hash(bmap->ineq[i], 1 + total);
9422 isl_hash_hash(hash, c_hash);
9426 uint32_t c_hash; local
9430 c_hash = isl_seq_get_hash(bmap->div[i], 1 + 1 + total);
9431 isl_hash_hash(hash, c_hash);

Completed in 90 milliseconds