Home
last modified time | relevance | path

Searched refs:LIST (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/netbsd-src/external/mit/isl/dist/
H A Disl_list_templ.c25 isl_ctx *FN(LIST(EL),get_ctx)(__isl_keep LIST(EL) *list) in FN()
30 __isl_give LIST(EL) *FN(LIST(EL),alloc)(isl_ctx *ctx, int n) in LIST() function
32 LIST(EL) *list; in LIST()
38 list = isl_alloc(ctx, LIST(EL), in LIST()
39 sizeof(LIST(EL)) + (n - 1) * sizeof(struct EL *)); in LIST()
51 __isl_give LIST(EL) *FN(LIST(EL),copy)(__isl_keep LIST(EL) *list) in LIST() function
60 __isl_give LIST(EL) *FN(LIST(EL),dup)(__isl_keep LIST(EL) *list) in LIST() function
63 LIST(EL) *dup; in LIST()
68 dup = FN(LIST(EL),alloc)(FN(LIST(EL),get_ctx)(list), list->n); in LIST()
72 dup = FN(LIST(EL),add)(dup, FN(EL,copy)(list->p[i])); in LIST()
[all …]
H A Disl_list_read_templ.c19 __isl_give LIST(EL) *FN(isl_stream_read,LIST(EL_BASE))(isl_stream *s) in LIST() function
22 LIST(EL) *list; in LIST()
27 list = FN(LIST(EL),alloc)(ctx, 0); in LIST()
31 return FN(LIST(EL),free)(list); in LIST()
38 list = FN(LIST(EL),add)(list, el); in LIST()
43 return FN(LIST(EL),free)(list); in LIST()
48 #define TYPE_BASE LIST(EL_BASE)
H A Disl_list_read_yaml_templ.c16 static __isl_give LIST(EL) *FN(isl_stream_yaml_read,LIST(EL_BASE))( in LIST() function
20 LIST(EL) *list; in LIST()
28 list = FN(LIST(EL),alloc)(ctx, 0); in LIST()
33 list = FN(LIST(EL),add)(list, el); in LIST()
37 return FN(LIST(EL),free)(list); in LIST()
H A Disl_list_templ.h4 #define LIST(EL) xLIST(EL) macro
6 struct LIST(EL) { in LIST() function
16 __isl_give LIST(EL) *FN(LIST(EL),dup)(__isl_keep LIST(EL) *list);
H A Disl_multi_read_no_explicit_domain_templ.c22 LIST(EL) **list = (LIST(EL) **) user; in FN()
26 *list = FN(LIST(EL),add)(*list, el); in FN()
45 LIST(EL) *list; in MULTI()
65 list = FN(LIST(EL),alloc)(s->ctx, 0); in MULTI()
67 multi = FN(FN(MULTI(BASE),from),LIST(BASE))(space, list); in MULTI()
H A Disl_test_list_templ.c6 #define LIST(EL) xLIST(EL) macro
23 LIST(EL) *list; in FN()
26 list = FN(FN(SET,get),LIST(EL_BASE))(set); in FN()
30 n = FN(LIST(EL),size)(list); in FN()
33 el = FN(LIST(EL),get_at)(list, i); in FN()
41 FN(LIST(EL),free)(list); in FN()
/netbsd-src/usr.bin/mklocale/
H A Dlex.l101 return(LIST); }
103 return(LIST); }
105 return(LIST); }
107 return(LIST); }
109 return(LIST); }
111 return(LIST); }
113 return(LIST); }
115 return(LIST); }
117 return(LIST); }
119 return(LIST); }
[all …]
/netbsd-src/external/bsd/iscsi/dist/include/
H A Dparameters.h155 #define PARAM_LIST_DESTROY(LIST, ELSE) \ argument
156 if (param_list_destroy(LIST)!=0) { \
161 #define PARAM_LIST_ADD(LIST, TYPE, KEY, DFLT, VALID, ELSE) \ argument
162 if (param_list_add(LIST, TYPE, KEY, DFLT, VALID)!=0) { \
167 #define PARAM_TEXT_ADD(LIST, KEY, VAL, TEXT, LEN, SIZE, OFFER, ELSE ) \ argument
168 if (param_text_add(LIST, KEY, VAL, TEXT, LEN, SIZE, OFFER)!=0) { \
173 #define PARAM_TEXT_PARSE(LIST, CRED, TEXT, LEN, TEXT_OUT, LEN_OUT, SIZE, OFFER, ELSE ) \ argument
174 if (param_text_parse(LIST, CRED, TEXT, LEN, TEXT_OUT, LEN_OUT, SIZE, OFFER)!=0) { \
/netbsd-src/tests/net/npf/
H A Dt_npf.sh54 LIST=/tmp/t_npf.$$
55 trap "rm -f $LIST" EXIT
57 sh -ec 'npftest -L || printf "dummy\tnone\n"' > $LIST 2>/dev/null
62 done < $LIST
/netbsd-src/usr.bin/tee/
H A Dtee.c61 } LIST; typedef
62 LIST *head;
69 LIST *p; in main()
141 LIST *p; in add()
143 if ((p = malloc(sizeof(LIST))) == NULL) in add()
/netbsd-src/external/lgpl3/mpfr/dist/examples/
H A Drndo-add.c37 #define LIST x, y, d, u, e, z macro
41 mpfr_t LIST; in main() local
59 mpfr_inits2 (prec, LIST, (mpfr_ptr) 0); in main()
89 mpfr_clears (LIST, (mpfr_ptr) 0); in main()
/netbsd-src/usr.sbin/service/
H A Dservice91 LIST=false
98 l) LIST=true ;;
105 if "${ENABLED}" && "${LIST}"
180 if "${LIST}"
/netbsd-src/tools/
H A Dmkheaderlist.sh19 LIST=headerlist
20 rm -f ${LIST}
21 mklist > ${LIST}
/netbsd-src/usr.bin/make/unit-tests/
H A Dvarparse-undef-partial.mk8 LIST= ${DEF} ${UNDEF} ${VAR.${PARAM}} end
20 EVAL:= ${LIST}
40 EVAL:= ${LIST}
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
H A Dgcc-svn-ids42 LIST=${REG_CHANGESET_LIST}
66 index) LINE=`awk -F '|' -v id="${ID}" '{if ($1 == id) print }' < ${LIST}`;;
67 rev) LINE=`awk -F '|' -v id="${ID}" '{if ($2 == id) print }' < ${LIST}`;;
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-svn-ids42 LIST=${REG_CHANGESET_LIST}
66 index) LINE=`awk -F '|' -v id="${ID}" '{if ($1 == id) print }' < ${LIST}`;;
67 rev) LINE=`awk -F '|' -v id="${ID}" '{if ($2 == id) print }' < ${LIST}`;;
/netbsd-src/games/atc/
H A Dextern.h61 extern LIST air, ground;
75 void append(LIST *, PLANE *);
77 void delete(LIST *, PLANE *);
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dopenssl-format-source78 LIST=`find "$i" -name '*.[ch]' -print`
84 LIST="$i"
87 for j in $LIST
/netbsd-src/lib/libcurses/PSD.doc/
H A Dlife.c43 } LIST;
45 LIST *Head; /* head of linked list */
129 Head = malloc(sizeof (LIST));
148 reg LIST *hp;
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dcheck.tpl108 find * -type f -print > ${TESTDIR}/LIST
123 exec < ${TESTDIR}/LIST
150 > ${TESTDIR}/LIST
153 exec < ${TESTDIR}/LIST
168 rm -rf inc res LIST
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dcheck.tpl108 find * -type f -print > ${TESTDIR}/LIST
123 exec < ${TESTDIR}/LIST
150 > ${TESTDIR}/LIST
153 exec < ${TESTDIR}/LIST
168 rm -rf inc res LIST
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dconfig-list.mk33 LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \
105 LOGFILES = $(patsubst %,log/%-make.out,$(LIST))
107 config: $(LIST)
109 @echo $(LIST)
120 $(LIST): make-log-dir
/netbsd-src/external/bsd/ntp/dist/sntp/m4/
H A Dltsugar.m432 # lt_car(LIST)
33 # lt_cdr(LIST)
62 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
65 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
/netbsd-src/external/bsd/openldap/dist/build/
H A Dltsugar.m432 # lt_car(LIST)
33 # lt_cdr(LIST)
62 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
65 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
/netbsd-src/external/mpl/bind/dist/m4/
H A Dltsugar.m432 # lt_car(LIST)
33 # lt_cdr(LIST)
62 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
65 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list

12345678910>>...15