Searched refs:dlist (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dcreate_testsuite_files35 dlist=`echo [0-9][0-9]*`
36 dlist="$dlist std abi backward ext performance tr1 tr2 decimal experimental"
37 dlist="$dlist special_functions"
38 find $dlist "(" -type f -o -type l ")" -name "*.cc" -print > $tmp.01
39 find $dlist "(" -type f -o -type l ")" -name "*.c" -print > $tmp.02
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dcreate_testsuite_files36 dlist=`echo [0-9][0-9]*`
37 dlist="$dlist std abi backward ext performance tr1 tr2 decimal experimental"
38 dlist="$dlist special_functions"
39 find $dlist "(" -type f -o -type l ")" -name "*.cc" -print > $tmp.01
40 find $dlist "(" -type f -o -type l ")" -name "*.c" -print > $tmp.02
/netbsd-current/bin/pax/
H A Dtables.h126 struct dlist *list; /* map list based on inode truncation bits */
129 typedef struct dlist { struct
132 struct dlist *fow;
/netbsd-current/external/bsd/byacc/dist/test/btyacc/
H A Dbtyacc_demo.tab.h31 Decl_List *dlist; member in union:__anon9
H A Dbtyacc_demo.tab.c163 Decl_List *dlist; member in union:__anon7
660 extern Decl * build_function(Decl *decl, Decl_List *dlist, Type *type);
661 extern Decl_List * append_dlist(Decl_List *dlist, Decl *decl);
1080 free((*val).dlist); }
1089 free((*val).dlist); }
1991 { yyval.decl = build_function(yystack.l_mark[-5].decl, yystack.l_mark[-2].dlist, yystack.l_mark[0].type); }
1996 { yyval.dlist = 0; }
2001 { yyval.dlist = yystack.l_mark[0].dlist; }
2006 { yyval.dlist
[all...]
/netbsd-current/external/bsd/byacc/dist/test/
H A Dbtyacc_demo.y44 Decl_List *dlist;
67 %type <dlist> formal_arg_list(<scope>) nonempty_formal_arg_list(<scope>)
221 extern Decl * build_function(Decl *decl, Decl_List *dlist, Type *type);
222 extern Decl_List * append_dlist(Decl_List *dlist, Decl *decl);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dutil-internal.h147 /* Helper: Verify that all the elements in 'dlist' are internally consistent.
153 #define EVUTIL_ASSERT_LIST_OK(dlist, type, field) do { \
155 if (LIST_EMPTY((dlist))) \
160 elm1 = LIST_FIRST((dlist)); \
173 nextp = &LIST_FIRST((dlist)); \
174 elm1 = LIST_FIRST((dlist)); \
H A Devmap.c659 delete_all_in_dlist(struct event_dlist *dlist) argument
662 while ((ev = LIST_FIRST(dlist)))
/netbsd-current/external/bsd/libevent/dist/
H A Dutil-internal.h175 /* Helper: Verify that all the elements in 'dlist' are internally consistent.
181 #define EVUTIL_ASSERT_LIST_OK(dlist, type, field) do { \
183 if (LIST_EMPTY((dlist))) \
188 elm1 = LIST_FIRST((dlist)); \
201 nextp = &LIST_FIRST((dlist)); \
202 elm1 = LIST_FIRST((dlist)); \
H A Devmap.c672 delete_all_in_dlist(struct event_dlist *dlist) argument
675 while ((ev = LIST_FIRST(dlist)))
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Dutil.d185 auto dlist = make!(DList!int)();
186 auto refToDList = dlist;
188 assert(!dlist.empty);
H A Dpackage.d116 The $(MREF std, _container, dlist) module provides
203 Since a sequence of elements can be removed from a $(MREF_ALTTEXT doubly linked list,std,_container,dlist)
518 public import std.container.dlist;
H A Ddlist.d19 module std.container.dlist;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dutil.d185 auto dlist = make!(DList!int)();
186 auto refToDList = dlist;
188 assert(!dlist.empty);
H A Dpackage.d116 The $(MREF std, container, dlist) module provides
203 Since a sequence of elements can be removed from a $(MREF_ALTTEXT doubly linked list,std,container,dlist)
513 public import std.container.dlist;
H A Ddlist.d7 Source: $(PHOBOSSRC std/container/dlist.d)
19 module std.container.dlist;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc4873 lower_rec_input_clauses (tree clauses, gimple_seq *ilist, gimple_seq *dlist,
5539 gimplify_assign (y4, ref, dlist);
5550 gimplify_assign (i2, build_int_cst (TREE_TYPE (v), 0), dlist);
5553 gimple_seq_add_stmt (dlist, gimple_build_label (body2));
5587 gimple_seq_add_seq (dlist, tseq);
5597 gimplify_and_add (x, dlist);
5616 gimplify_assign (build_simple_mem_ref (y4), x, dlist);
5639 gimple_seq_add_stmt (dlist, g);
5645 gimple_seq_add_stmt (dlist, g);
5649 gimple_seq_add_stmt (dlist,
4872 lower_rec_input_clauses(tree clauses, gimple_seq *ilist, gimple_seq *dlist, omp_context *ctx, struct omp_for_data *fd) argument
5615 gimplify_assign (build_simple_mem_ref (y4), x, dlist); local
8579 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body; local
8612 &ilist, &dlist, ctx, NULL); local
8830 gimple_seq bind_body, bind_body_tail = NULL, dlist; local
8840 &bind_body, &dlist, ctx, NULL); local
8888 gimple_seq bind_body, bind_body_tail = NULL, dlist; local
8920 &bind_body, &dlist, ctx, NULL); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c4315 lower_rec_input_clauses (tree clauses, gimple_seq *ilist, gimple_seq *dlist,
4947 gimplify_assign (y4, ref, dlist);
4958 gimplify_assign (i2, build_int_cst (TREE_TYPE (v), 0), dlist);
4961 gimple_seq_add_stmt (dlist, gimple_build_label (body2));
4995 gimple_seq_add_seq (dlist, tseq);
5005 gimplify_and_add (x, dlist);
5024 gimplify_assign (build_simple_mem_ref (y4), x, dlist);
5047 gimple_seq_add_stmt (dlist, g);
5053 gimple_seq_add_stmt (dlist, g);
5057 gimple_seq_add_stmt (dlist,
4314 lower_rec_input_clauses(tree clauses, gimple_seq *ilist, gimple_seq *dlist, omp_context *ctx, struct omp_for_data *fd) argument
5023 gimplify_assign (build_simple_mem_ref (y4), x, dlist); local
7846 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body; local
7879 &ilist, &dlist, ctx, NULL); local
8097 gimple_seq bind_body, bind_body_tail = NULL, dlist; local
8107 &bind_body, &dlist, ctx, NULL); local
9607 lower_omp_for_lastprivate(struct omp_for_data *fd, gimple_seq *body_p, gimple_seq *dlist, gimple_seq *clist, struct omp_context *ctx) argument
9866 lower_omp_for_scan(gimple_seq *body_p, gimple_seq *dlist, gomp_for *stmt, struct omp_for_data *fd, omp_context *ctx) argument
10549 gimple_seq omp_for_body, body, dlist, tred_ilist = NULL, tred_dlist = NULL; local
10666 lower_rec_input_clauses (gimple_omp_for_clauses (stmt), &body, &dlist, ctx, local
12717 gimple_seq dlist = NULL; local
12743 &bind_body, &dlist, ctx, NULL); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/
H A DMakefile.am86 std/container/dlist.d std/container/package.d std/container/rbtree.d \
H A DMakefile.in165 @ENABLE_LIBDRUNTIME_ONLY_FALSE@ std/container/dlist.lo \
515 @ENABLE_LIBDRUNTIME_ONLY_FALSE@ std/container/dlist.d std/container/package.d std/container/rbtree.d \
681 std/container/dlist.lo: std/container/$(am__dirstamp)
H A Dindex.d52 $(MREF std,container,dlist)$(BR)
/netbsd-current/external/mit/xorg/lib/
H A Dlibmesa.old.mk41 dlist.c \
H A Dlibmesa.mk42 dlist.c \
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/
H A DMakefile.am94 std/container/binaryheap.d std/container/dlist.d \
H A DMakefile.in168 @ENABLE_LIBDRUNTIME_ONLY_FALSE@ std/container/dlist.lo \
556 @ENABLE_LIBDRUNTIME_ONLY_FALSE@ std/container/binaryheap.d std/container/dlist.d \
732 std/container/dlist.lo: std/container/$(am__dirstamp)

Completed in 257 milliseconds

12