Searched refs:lbl (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
D | acceler.c | 80 int lbl = a->a_lbl; in fixstate() local 81 label *l = &g->g_ll.ll_label[lbl]; in fixstate() 103 else if (lbl == EMPTY) in fixstate() 105 else if (lbl >= 0 && lbl < nl) in fixstate() 106 accel[lbl] = a->a_arrow; in fixstate()
|
D | grammar.c | 74 addarc(dfa *d, int from, int to, int lbl) in addarc() argument 87 a->a_lbl = lbl; in addarc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | acceler.c | 80 int lbl = a->a_lbl; in fixstate() local 81 label *l = &g->g_ll.ll_label[lbl]; in fixstate() 103 else if (lbl == EMPTY) in fixstate() 105 else if (lbl >= 0 && lbl < nl) in fixstate() 106 accel[lbl] = a->a_arrow; in fixstate()
|
D | grammar.c | 74 addarc(dfa *d, int from, int to, int lbl) in addarc() argument 87 a->a_lbl = lbl; in addarc()
|
D | pgen.c | 63 addnfaarc(nfa *nf, int from, int to, int lbl) in addnfaarc() argument 74 ar->ar_label = lbl; in addnfaarc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | grammar.h | 74 void addarc(dfa *d, int from, int to, int lbl);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | grammar.h | 74 void addarc(dfa *d, int from, int to, int lbl);
|