Home
last modified time | relevance | path

Searched refs:isl_fixed_map (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_union_map.c3191 struct isl_fixed_map { struct
3196 static struct isl_fixed_map *alloc_isl_fixed_map_array(isl_ctx *ctx, in alloc_isl_fixed_map_array() argument
3200 struct isl_fixed_map *v; in alloc_isl_fixed_map_array()
3202 v = isl_calloc_array(ctx, struct isl_fixed_map, n); in alloc_isl_fixed_map_array()
3210 static void free_isl_fixed_map_array(struct isl_fixed_map *v, int n) in free_isl_fixed_map_array()
3225 const struct isl_fixed_map *e1 = (const struct isl_fixed_map *) p1; in qsort_fixed_map_cmp()
3226 const struct isl_fixed_map *e2 = (const struct isl_fixed_map *) p2; in qsort_fixed_map_cmp()
3238 struct isl_fixed_map *v;
3265 static int separates(struct isl_fixed_map *v, int n, in separates()