HomeSort by: relevance | last modified time | path
    Searched refs:isl_realloc_array (Results 1 - 10 of 10) sorted by relevancy

  /src/external/mit/isl/dist/
isl_blk.c 60 p = isl_realloc_array(ctx, block.data, isl_int, new_n);
isl_stream.c 302 buffer = isl_realloc_array(s->ctx, s->buffer, char, s->size);
835 state = isl_realloc_array(s->ctx, s->yaml_state,
841 indent = isl_realloc_array(s->ctx, s->yaml_indent,
isl_printer.c 61 new_buf = isl_realloc_array(p->ctx, p->buf, char, new_size);
495 state = isl_realloc_array(p->ctx, p->yaml_state,
isl_tab.c 117 con = isl_realloc_array(tab->mat->ctx, tab->con,
131 row_var = isl_realloc_array(tab->mat->ctx, tab->row_var,
138 s = isl_realloc_array(tab->mat->ctx, tab->row_sign,
157 var = isl_realloc_array(tab->mat->ctx, tab->var,
172 p = isl_realloc_array(tab->mat->ctx, tab->col_var,
890 int *t = isl_realloc_array(tab->mat->ctx,
isl_ast_build.c 1611 loop_type = isl_realloc_array(ctx, build->loop_type,
isl_mat.c 129 row = isl_realloc_array(mat->ctx, mat->row, isl_int *, n_row);
isl_schedule_node.c 1190 child_pos = isl_realloc_array(ctx, node->child_pos, int, n + 1);
isl_space.c 263 ids = isl_realloc_array(space->ctx, space->ids, isl_id *, dim);
isl_map.c 5777 div = isl_realloc_array(ctx, bmap->div, isl_int *, bmap->extra);
  /src/external/mit/isl/dist/include/isl/
ctx.h 134 #define isl_realloc_array(ctx,ptr,type,n) \ macro

Completed in 42 milliseconds