Home
last modified time | relevance | path

Searched refs:a_lbl (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dfirstsets.c72 if (sym[j] == a->a_lbl) in calcfirstset()
81 sym[nsyms++] = a->a_lbl; in calcfirstset()
82 type = l0[a->a_lbl].lb_type; in calcfirstset()
98 addbit(result, a->a_lbl); in calcfirstset()
Dacceler.c80 int lbl = a->a_lbl; in fixstate()
Dprintgrammar.c56 fprintf(fp, " {%d, %d},\n", a->a_lbl, a->a_arrow); in printarcs()
Dgrammar.c87 a->a_lbl = lbl; in addarc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dfirstsets.c72 if (sym[j] == a->a_lbl) in calcfirstset()
81 sym[nsyms++] = a->a_lbl; in calcfirstset()
82 type = l0[a->a_lbl].lb_type; in calcfirstset()
98 addbit(result, a->a_lbl); in calcfirstset()
Dacceler.c80 int lbl = a->a_lbl; in fixstate()
Dgrammar.c87 a->a_lbl = lbl; in addarc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgrammar.h31 short a_lbl; /* Label of this arc */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgrammar.h31 short a_lbl; /* Label of this arc */ member