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

/haiku-buildtools/isl/
H A Disl_tab_pip.c4748 static void sol_for_free(struct isl_sol_for *sol_for) argument
4750 if (sol_for->sol.context)
4751 sol_for->sol.context->op->free(sol_for->sol.context);
4752 free(sol_for);
4822 struct isl_sol_for *sol_for = NULL; local
4826 sol_for = isl_calloc_type(bmap->ctx, struct isl_sol_for);
4827 if (!sol_for)
4833 sol_for->sol.rational = ISL_F_ISSET(bmap, ISL_BASIC_MAP_RATIONAL);
4834 sol_for
4856 sol_for_find_solutions(struct isl_sol_for *sol_for, struct isl_tab *tab) argument
4867 struct isl_sol_for *sol_for = NULL; local
[all...]

Completed in 94 milliseconds