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

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_sa.c67 sa_manager->hole = &sa_manager->olist;
68 INIT_LIST_HEAD(&sa_manager->olist);
93 if (!list_empty(&sa_manager->olist)) {
94 sa_manager->hole = &sa_manager->olist,
96 if (!list_empty(&sa_manager->olist)) {
100 list_for_each_entry_safe(sa_bo, tmp, &sa_manager->olist, olist) {
113 if (sa_manager->hole == &sa_bo->olist) {
114 sa_manager->hole = sa_bo->olist.prev;
116 list_del_init(&sa_bo->olist);
[all...]
H A Damdgpu.h381 struct list_head olist; member in struct:amdgpu_sa_manager
391 struct list_head olist; member in struct:amdgpu_sa_bo
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_sa.c71 sa_manager->hole = &sa_manager->olist;
72 INIT_LIST_HEAD(&sa_manager->olist);
92 if (!list_empty(&sa_manager->olist)) {
93 sa_manager->hole = &sa_manager->olist,
95 if (!list_empty(&sa_manager->olist)) {
99 list_for_each_entry_safe(sa_bo, tmp, &sa_manager->olist, olist) {
159 if (sa_manager->hole == &sa_bo->olist) {
160 sa_manager->hole = sa_bo->olist.prev;
162 list_del_init(&sa_bo->olist);
[all...]
H A Dradeon.h572 struct list_head olist; member in struct:radeon_sa_manager
584 struct list_head olist; member in struct:radeon_sa_bo
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dmri.c134 struct section_name_struct *olist; local
145 for (olist = order; done == 0 && olist != NULL; olist = olist->next)
147 if (strcmp (alist->name, olist->name) == 0)
149 olist->vma = alist->vma;
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dmri.c134 struct section_name_struct *olist; local
145 for (olist = order; done == 0 && olist != NULL; olist = olist->next)
147 if (strcmp (alist->name, olist->name) == 0)
149 olist->vma = alist->vma;
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dmri.c134 struct section_name_struct *olist; local
145 for (olist = order; done == 0 && olist != NULL; olist = olist->next)
147 if (strcmp (alist->name, olist->name) == 0)
149 olist->vma = alist->vma;
/netbsd-current/usr.bin/join/
H A Djoin.c100 static OLIST *olist; /* output field list */ variable
440 if (olist)
442 if (olist[cnt].fileno == (u_long)F->number)
443 outfield(lp, olist[cnt].fieldno);
462 if (olist) {
464 if (olist[cnt].fileno == 1)
465 outfield(lp1, olist[cnt].fieldno);
466 else /* if (olist[cnt].fileno == 2) */
467 outfield(lp2, olist[cnt].fieldno);
527 if (reallocarr(&olist,
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Dprog_asm.c97 ermfile = av[na++] = olist[i] = setsuf(clist[i], 'o');
99 ermfile = av[na++] = olist[i] = gettmp();
/netbsd-current/bin/dd/
H A Dargs.c445 } olist[] = { variable in typeref:struct:ioflag
481 if (!(cp = bsearch(&tmp, olist,
482 __arraycount(olist), sizeof(*olist), c_ioflag))) {
/netbsd-current/external/gpl2/groff/dist/src/preproc/pic/
H A Dpic.y57 object_list olist;
281 if (olist.head)
282 print_picture(olist.head);
345 olist.append(make_command_object($1.str, $1.filename,
350 olist.append(make_command_object($2.str, $2.filename,
583 olist.append($$.obj);
710 olist.append(make_mark_object());
718 olist.wrap_up_block(& $$->oblist);
1286 for (p = olist.head; p != 0; p = p->next)
1301 for (p = olist
[all...]
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipmon_y.y319 build_action(olist, todo)
320 opt_t *olist;
331 while ((o = olist) != NULL) {
344 olist = o->o_next;
417 olist = o->o_next;
/netbsd-current/external/gpl2/groff/dist/src/roff/groff/
H A Dgroff.cpp700 " [-wname] [-Wname] [-Mdir] [-dcs] [-rcn] [-nnum] [-olist] [-Parg]\n"
723 "-olist\toutput only pages in list\n"
/netbsd-current/sbin/disklabel/
H A Dinteract.c671 dumpnames(const char *prompt, const char * const *olist, size_t numentries) argument
684 list[i] = olist[i];
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c7305 lower_send_clauses (tree clauses, gimple_seq *ilist, gimple_seq *olist,
7486 gimplify_assign (var, ref, olist);
7496 lower_send_shared_vars (gimple_seq *ilist, gimple_seq *olist, omp_context *ctx)
7560 gimplify_assign (var, x, olist);
7848 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body;
7919 olist = NULL;
7920 lower_reduction_clauses (gimple_omp_sections_clauses (stmt), &olist,
7926 gimple_seq_add_stmt (&olist, g);
7927 gimple_seq_add_seq (&olist, clist);
7930 gimple_seq_add_stmt (&olist,
7304 lower_send_clauses(tree clauses, gimple_seq *ilist, gimple_seq *olist, omp_context *ctx) argument
7495 lower_send_shared_vars(gimple_seq *ilist, gimple_seq *olist, omp_context *ctx) argument
7846 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body; local
7918 lower_reduction_clauses (gimple_omp_sections_clauses (stmt), &olist, local
11401 gimple_seq olist = NULL; local
11479 gimple_seq tgt_body, olist, ilist, fplist, new_body; local
12718 gimple_seq olist = NULL; local
12745 lower_reduction_clauses (gimple_omp_teams_clauses (teams_stmt), &olist, local
[all...]
H A Dgenmatch.c4623 hash_set <user_id *> olist; local
4624 oper_lists_set = &olist;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc8011 lower_send_clauses (tree clauses, gimple_seq *ilist, gimple_seq *olist,
8192 gimplify_assign (var, ref, olist);
8202 lower_send_shared_vars (gimple_seq *ilist, gimple_seq *olist, omp_context *ctx)
8269 gimplify_assign (var, x, olist);
8581 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body;
8652 olist = NULL;
8653 lower_reduction_clauses (gimple_omp_sections_clauses (stmt), &olist,
8659 gimple_seq_add_stmt (&olist, g);
8660 gimple_seq_add_seq (&olist, clist);
8663 gimple_seq_add_stmt (&olist,
8010 lower_send_clauses(tree clauses, gimple_seq *ilist, gimple_seq *olist, omp_context *ctx) argument
8201 lower_send_shared_vars(gimple_seq *ilist, gimple_seq *olist, omp_context *ctx) argument
8579 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body; local
8651 lower_reduction_clauses (gimple_omp_sections_clauses (stmt), &olist, local
[all...]
H A Dgenmatch.cc4687 hash_set <user_id *> olist; local
4688 oper_lists_set = &olist;
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp7241 "usage: %s -abcivzCERU -wname -Wname -dcs -ffam -mname -nnum -olist\n"

Completed in 420 milliseconds