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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_active_types.h 14 #include <linux/llist.h>
27 struct llist_node llist; member in struct:i915_active_fence
  /src/external/bsd/top/dist/
hash.h 54 typedef struct llist { struct
57 } llist; typedef in typeref:struct:llist
60 llist list;
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
init.c 145 struct llist { struct
146 SLIST_ENTRY(llist) next;
150 static SLIST_HEAD(llh, llist) lpole;
177 * end of the llist. Return that entry.
179 static struct llist *
182 struct llist *ll;
184 ll = tmpalloc(sizeof(struct llist));
196 static struct llist *
199 struct llist *ll = NULL;
605 struct llist *ll
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
init.c 151 struct llist { struct
152 SLIST_ENTRY(llist) next;
156 static SLIST_HEAD(llh, llist) lpole;
183 * end of the llist. Return that entry.
185 static struct llist *
188 struct llist *ll;
190 ll = tmpalloc(sizeof(struct llist));
202 static struct llist *
205 struct llist *ll = NULL;
626 struct llist *ll
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_types.h 18 #include <linux/llist.h>
304 struct llist_node llist; member in union:intel_engine_cs::__anon4978
  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 4844 gimple_seq llist[4] = { };
5936 gimplify_and_add (x, &llist[0]);
5973 gimple_seq_add_seq (&llist[1], tseq);
5984 gimplify_and_add (x, &llist[0]);
5990 gimplify_and_add (y, &llist[1]);
6212 gimplify_and_add (x, &llist[0]);
6215 gimplify_and_add (x, &llist[1]);
6341 gimplify_and_add (x, &llist[0]);
6344 gimplify_and_add (x, &llist[1]);
6351 gimplify_and_add (x, &llist[0])
4843 gimple_seq llist[4] = { }; local
6697 gimplify_assign (unshare_expr (ivar), x, &llist[0]); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 4886 gimple_seq llist[4] = { };
5978 gimplify_and_add (x, &llist[0]);
6015 gimple_seq_add_seq (&llist[1], tseq);
6026 gimplify_and_add (x, &llist[0]);
6032 gimplify_and_add (y, &llist[1]);
6254 gimplify_and_add (x, &llist[0]);
6257 gimplify_and_add (x, &llist[1]);
6383 gimplify_and_add (x, &llist[0]);
6386 gimplify_and_add (x, &llist[1]);
6393 gimplify_and_add (x, &llist[0])
4885 gimple_seq llist[4] = { }; local
6739 gimplify_assign (unshare_expr (ivar), x, &llist[0]); local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 7299 struct insn_label_list *llist = seg_info (now_seg)->label_list;
7300 label_value = S_GET_VALUE (llist->label);
7304 llist = llist->next;
7305 if (!llist)
7307 if (S_GET_VALUE (llist->label) == label_value)
7308 label_names[i] = S_GET_NAME (llist->label);
7290 struct insn_label_list *llist = seg_info (now_seg)->label_list; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 6989 struct insn_label_list *llist = seg_info (now_seg)->label_list;
6990 label_value = S_GET_VALUE (llist->label);
6994 llist = llist->next;
6995 if (!llist)
6997 if (S_GET_VALUE (llist->label) == label_value)
6998 label_names[i] = S_GET_NAME (llist->label);
6980 struct insn_label_list *llist = seg_info (now_seg)->label_list; local

Completed in 48 milliseconds