HomeSort by: relevance | last modified time | path
    Searched defs:list (Results 1 - 25 of 931) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/msgc/
msgparse.y 13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
56 %start list
60 list : /* empty */ label
61 | list msg
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_pp_overdriver.c 1273 const struct phm_fuses_default *list = vega10_fuses_default; local
1276 for (i = 0; list[i].key != 0; i++) {
1277 if (key == list[i].key) {
1278 result->key = list[i].key;
1279 result->VFT2_m1 = list[i].VFT2_m1;
1280 result->VFT2_m2 = list[i].VFT2_m2;
1281 result->VFT2_b = list[i].VFT2_b;
1282 result->VFT1_m1 = list[i].VFT1_m1;
1283 result->VFT1_m2 = list[i].VFT1_m2;
1284 result->VFT1_b = list[i].VFT1_b
    [all...]
  /src/tests/usr.bin/xlint/lint1/
d_cast_typeof.c 7 char list; member in struct:foo
15 ((char *)&((typeof(hole))0)->list) :
16 ((char *)&((typeof(*hole) *)0)->list);
  /src/usr.bin/chpass/
table.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
48 ENTRY list[] = { variable
  /src/external/bsd/byacc/dist/test/
calc.y 15 %start list
27 list : /* empty */ label
28 | list stat '\n'
29 | list error '\n'
calc2.y 22 %start list
34 list : /* empty */ label
35 | list stat '\n'
36 | list error '\n'
calc3.y 25 %start list
37 list : /* empty */ label
38 | list stat '\n'
39 | list error '\n'
calc_code_all.y 22 %start list
34 list : /* empty */ label
35 | list stat '\n'
36 | list error '\n'
calc_code_default.y 18 %start list
30 list : /* empty */ label
31 | list stat '\n'
32 | list error '\n'
calc_code_imports.y 18 %start list
30 list : /* empty */ label
31 | list stat '\n'
32 | list error '\n'
calc_code_provides.y 18 %start list
30 list : /* empty */ label
31 | list stat '\n'
32 | list error '\n'
calc_code_requires.y 18 %start list
30 list : /* empty */ label
31 | list stat '\n'
32 | list error '\n'
calc_code_top.y 18 %start list
30 list : /* empty */ label
31 | list stat '\n'
32 | list error '\n'
code_calc.y 19 %start list
31 list : /* empty */ label
32 | list stat '\n'
33 | list error '\n'
err_syntax27.y 25 %start list
37 list : /* empty */ label
38 | list stat '\n'
39 | list error '\n'
ok_syntax1.y 25 %start list
65 list : /* empty */ label
66 | list stat '\n'
67 | list error '\n'
pure_calc.y 21 %start list
33 list : /* empty */ label
34 | list stat '\n'
35 | list error '\n'
quote_calc.y 15 %start list
34 list : /* empty */ label
35 | list stat '\n'
36 | list error '\n'
quote_calc2.y 15 %start list
34 list : /* empty */ label
35 | list stat '\n'
36 | list error '\n'
quote_calc3.y 15 %start list
34 list : /* empty */ label
35 | list stat '\n'
36 | list error '\n'
quote_calc4.y 15 %start list
34 list : /* empty */ label
35 | list stat '\n'
36 | list error '\n'
  /src/external/gpl3/binutils/dist/binutils/
arsup.h 21 struct list { struct
23 struct list *next;
32 void ar_replace (struct list *);
34 void ar_delete (struct list *);
42 void ar_directory (char *, struct list *, char *);
44 void ar_addmod (struct list *);
46 void ar_addlib (char *, struct list *);
50 void ar_extract (struct list *);
  /src/external/gpl3/binutils.old/dist/binutils/
arsup.h 21 struct list { struct
23 struct list *next;
32 void ar_replace (struct list *);
34 void ar_delete (struct list *);
42 void ar_directory (char *, struct list *, char *);
44 void ar_addmod (struct list *);
46 void ar_addlib (char *, struct list *);
50 void ar_extract (struct list *);
  /src/usr.bin/hexdump/
conv.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
105 static const char *list[] = { local
118 (void)printf(pr->fmt, list[*p]);
  /src/usr.bin/mklocale/
yacc.y 15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
107 rune_list *list;
117 %token <i> LIST
124 %type <list> list
125 %type <list> map
184 | LIST list
194 list : RUN label
    [all...]

Completed in 36 milliseconds

1 2 3 4 5 6 7 8 91011>>