Searched defs:LIST (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-current/external/mit/isl/dist/
H A Disl_list_read_templ.c19 __isl_give LIST(EL) *FN(isl_stream_read,LIST(EL_BASE))(isl_stream *s) function
H A Disl_list_read_yaml_templ.c16 static __isl_give LIST(EL) *FN(isl_stream_yaml_read,LIST(EL_BASE))( function
H A Disl_list_macro.h8 #define LIST(EL) xLIST(EL) macro
H A Disl_list_templ.h4 #define LIST(EL) xLIST(EL) macro
6 struct LIST(EL) { function
H A Disl_test_list_templ.c6 #define LIST(EL) xLIST(EL) macro
H A Disl_list_templ.c25 isl_ctx *FN(LIST(EL),get_ctx)(__isl_keep LIST(EL) *list) function
30 __isl_give LIST(EL) *FN(LIST(EL),alloc)(isl_ctx *ctx, int n) function
51 __isl_give LIST(EL) *FN(LIST(EL),copy)(__isl_keep LIST(E function
60 __isl_give LIST(EL) *FN(LIST(EL),dup)(__isl_keep LIST(EL) *list) function
76 __isl_give LIST(EL) *FN(LIST(EL),cow)(__isl_take LIST(EL) *list) function
93 static __isl_give LIST(EL) *FN(LIST(EL),grow)(__isl_take LIST(EL) *list, int n) function
131 static isl_stat FN(LIST(EL),check_index)(__isl_keep LIST(EL) *list, int index) function
141 __isl_give LIST(EL) *FN(LIST(EL),add)(__isl_take LIST(EL) *list, function
158 __isl_give LIST(EL) *FN(LIST(EL),drop)(__isl_take LIST(EL) *list, function
183 __isl_give LIST(EL) *FN(LIST(EL),clear)(__isl_take LIST(EL) *list) function
197 __isl_give LIST(EL) *FN(LIST(EL),insert)(__isl_take LIST(EL) *list, function
234 __isl_null LIST(EL) *FN(LIST(EL),free)(__isl_take LIST(EL) *list) function
254 isl_size FN(LIST(EL),size)(__isl_keep LIST(EL) *list) function
261 isl_size FN(FN(LIST(EL),n),EL_BASE)(__isl_keep LIST(EL) *list) function
268 __isl_keep EL *FN(LIST(EL),peek)(__isl_keep LIST(EL) *list, int index) function
277 __isl_give EL *FN(LIST(EL),get_at)(__isl_keep LIST(EL) *list, int index) function
284 __isl_give EL *FN(FN(LIST(EL),get),EL_BASE)(__isl_keep LIST(EL) *list, function
292 __isl_give LIST(EL) *FN(LIST(EL),set_at)(__isl_take LIST(EL) *list, function
317 __isl_give LIST(EL) *FN(FN(LIST(EL),set),EL_BASE)(__isl_take LIST(EL) *list, function
333 static __isl_give EL *FN(FN(LIST(EL),take),EL_BASE)(__isl_keep LIST(EL) *list, function
351 static __isl_give LIST(EL) *FN(FN(LIST(EL),restore),EL_BASE)( function
359 __isl_give LIST(EL) *FN(LIST(EL),swap)(__isl_take LIST(EL) *list, function
375 __isl_give LIST(EL) *FN(LIST(EL),reverse)(__isl_take LIST(EL) *list) function
385 isl_stat FN(LIST(EL),foreach)(__isl_keep LIST(EL) *list, function
406 isl_bool FN(LIST(EL),every)(__isl_keep LIST(EL) *list, function
428 __isl_give LIST(EL) *FN(LIST(EL),map)(__isl_keep LIST(EL) *list, function
473 __isl_give LIST(EL) *FN(LIST(EL),sort)(__isl_take LIST(EL) *list, function
519 static isl_stat FN(LIST(EL),call_on_scc)(__isl_keep LIST(EL) *list, int *pos, function
550 isl_stat FN(LIST(EL),foreach_scc)(__isl_keep LIST(EL) *list, function
599 __isl_give LIST(EL) *FN(FN(LIST(EL),from),EL_BASE)(__isl_take EL *el) function
620 __isl_give LIST(EL) *FN(EL,to_list)(__isl_take EL *el) function
629 static __isl_give LIST(EL) *FN(LIST(EL),concat_inplace)( function
645 __isl_give LIST(EL) *FN(LIST(EL),concat)(__isl_take LIST(EL) *list1, function
[all...]
H A Disl_multi_templ.c349 __isl_give LIST(EL) *FN(MULTI(BASE),get_list)( function
[all...]
H A Disl_union_templ.c1449 __isl_give LIST(PART) *FN(FN(UNION,get),LIST(BASE))(__isl_keep UNION *u) function
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarparse-undef-partial.mk8 LIST= ${DEF} ${UNDEF} ${VAR.${PARAM}} end macro
H A Ddollar.mk7 LIST= plain 'single' "double" 'mix'"ed" back\ slashed macro
H A Dvarmod-select-words.mk14 LIST= one two three four five six macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dconfig-list.mk33 LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ macro
/netbsd-current/external/lgpl3/mpfr/dist/examples/
H A Drndo-add.c37 #define LIST x, y, d, u, e, z macro
41 mpfr_t LIST; local
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dconfig-list.mk32 LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ macro
/netbsd-current/external/bsd/libbind/dist/include/isc/
H A Dlist.h24 #define LIST(type) struct { type *head, *tail; } macro
/netbsd-current/usr.bin/tee/
H A Dtee.c61 } LIST; typedef in typeref:struct:_list
/netbsd-current/lib/libc/include/isc/
H A Dlist.h24 #define LIST(type) struct { type *head, *tail; } macro
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Darparse.h52 LIST = 262, enumerator in enum:yytokentype
73 #define LIST 262 macro
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dhash.h24 NT_UNKNOWN, HEADER, ENTRIES, FILES, LIST, RCSNODE, enumerator in enum:ntype
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Darparse.h61 LIST = 262, /* LIST */ enumerator in enum:yytokentype
87 #define LIST 262 macro
/netbsd-current/games/atc/
H A Dstruct.h104 } LIST; typedef in typeref:struct:__anon7086
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dutil.h191 #define LIST(type) ISC_LIST(type) macro
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dutil.h208 #define LIST(type) ISC_LIST(type) macro
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dutil.h207 #define LIST(type) ISC_LIST(type) macro
/netbsd-current/bin/pax/
H A Dpax.h61 #define LIST 0 /* List the file in an archive */ macro

Completed in 316 milliseconds

12