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

/haiku-buildtools/isl/include/isl/
H A Dlist.h22 struct isl_##EL##_list; \
23 typedef struct isl_##EL##_list isl_##EL##_list;
25 isl_ctx *isl_##EL##_list_get_ctx(__isl_keep isl_##EL##_list *list); \
26 __isl_give isl_##EL##_list *isl_##EL##_list_from_##EL( \
28 __isl_give isl_##EL##_list *isl_##EL##_list_alloc(isl_ctx *ctx, int n); \
29 __isl_give isl_##EL##_list *isl_##EL##_list_copy( \
30 __isl_keep isl_##EL##_list *list); \
31 void *isl_##EL##_list_free(__isl_take isl_##EL##_list *list); \
32 __isl_give isl_##EL##_list *isl
[all...]
H A Dmulti.h20 __isl_give isl_multi_##BASE *isl_multi_##BASE##_from_##BASE##_list( \
21 __isl_take isl_space *space, __isl_take isl_##BASE##_list *list); \
/haiku-buildtools/jam/
H A Dlists.h47 typedef struct _list LIST;
49 struct _list { struct
/haiku-buildtools/isl/
H A Disl_list_templ.h3 #define xLIST(EL) EL ## _list
H A Disl_list_templ.c24 #define xLIST(EL) EL ## _list
305 /* Compare two entries of an isl_*_list based on the user provided
H A Disl_multi_templ.c24 #define xLIST(EL) EL ## _list

Completed in 65 milliseconds