HomeSort by: relevance | last modified time | path
    Searched defs:olist (Results 1 - 10 of 10) sorted by relevancy

  /src/bin/dd/
args.c 441 } olist[] = { variable in typeref:struct:ioflag
477 if (!(cp = bsearch(&tmp, olist,
478 __arraycount(olist), sizeof(*olist), c_ioflag))) {
  /src/usr.bin/join/
join.c 98 } OLIST;
100 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) *
    [all...]
  /src/external/gpl3/binutils/dist/ld/
mri.c 134 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;
  /src/external/gpl3/binutils.old/dist/ld/
mri.c 134 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;
  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 4986 hash_set <user_id *> olist; local
4987 oper_lists_set = &olist;
omp-low.cc 7969 lower_send_clauses (tree clauses, gimple_seq *ilist, gimple_seq *olist,
8150 gimplify_assign (var, ref, olist);
8160 lower_send_shared_vars (gimple_seq *ilist, gimple_seq *olist, omp_context *ctx)
8227 gimplify_assign (var, x, olist);
8539 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body;
8610 olist = NULL;
8611 lower_reduction_clauses (gimple_omp_sections_clauses (stmt), &olist,
8617 gimple_seq_add_stmt (&olist, g);
8618 gimple_seq_add_seq (&olist, clist);
8621 gimple_seq_add_stmt (&olist, g)
8537 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body; local
8609 lower_reduction_clauses (gimple_omp_sections_clauses (stmt), &olist, local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 4689 hash_set <user_id *> olist; local
4690 oper_lists_set = &olist;
omp-low.cc 8011 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, g)
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...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu.h 385 struct list_head olist; member in struct:amdgpu_sa_manager
395 struct list_head olist; member in struct:amdgpu_sa_bo
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon.h 572 struct list_head olist; member in struct:radeon_sa_manager
584 struct list_head olist; member in struct:radeon_sa_bo

Completed in 55 milliseconds