Searched defs:label (Results 1 - 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A DcProfile.py100 func = label(entry.code)
111 func = label(entry.code)
155 def label(code): function
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.h7 int label; member in struct:_a
H A Drexpr.c82 static int ArcBetweenGraphNode( NodePtr i, NodePtr j, int label );
83 static Graph BuildNFA_atom( int label );
162 if ( p->label == Epsilon )
166 else if ( p->label == *s )
453 static void ArcBetweenGraphNodes(NodePtr i,NodePtr j,int label) argument
455 static void ArcBetweenGraphNodes(i, j, label)
457 int label;
465 a->label = label;
470 static Graph BuildNFA_atom(int label) argument
[all...]
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/aarch64/
H A Dzynqmp_common.c175 char *label = "Unknown"; local
179 label = "VELOCE";
182 label = "EP108";
185 label = "QEMU";
188 label = "silicon";
193 zynqmp_print_silicon_idcode(), label, zynqmp_get_ps_ver(),
/device/google/wahoo/power-libperfmgr/
H A Dpower-helper.h89 const char *label; member in struct:stat_pair
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dgrammar.h12 /* A label of an arc */
17 } label; typedef in typeref:struct:__anon2968
19 #define EMPTY 0 /* Label number 0 is by definition the empty label */
25 label *ll_label;
42 int s_lower; /* Lowest label index */
43 int s_upper; /* Highest label index */
79 char *PyGrammar_LabelRepr(label *lb);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dgrammar.h12 /* A label of an arc */
17 } label; typedef in typeref:struct:__anon3275
19 #define EMPTY 0 /* Label number 0 is by definition the empty label */
25 label *ll_label;
42 int s_lower; /* Lowest label index */
43 int s_upper; /* Highest label index */
79 char *PyGrammar_LabelRepr(label *lb);
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Ddlg.h74 set label; /* one arc always labelled with epsilon */ variable
107 set label; member in struct:__anon3991
112 (attr)->r = NULL; (attr)->label = empty; \
114 #define zzd_attr(a) set_free((a)->label);
123 extern set used_chars; /* used to label trans. arcs */
124 extern set used_classes; /* classes or chars used to label trans. arcs */
H A Doutput.c737 p_set(p->label);
826 /* print out numbers in the set label */
829 void p_set(set label) argument
831 void p_set(label)
832 set label;
837 if (set_nil(label)){
840 t = e = set_pdq(label);
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
H A Dns_name.c168 * Enforces label and domain length limits.
173 u_char *label, *bp, *eom; local
180 label = bp++;
209 c = ((int)(bp - label) - 1);
214 if (label >= eom) {
218 *label = (u_char)c;
238 label = bp++;
247 c = ((int)(bp - label) - 1);
252 if (label >= eom) {
256 *label
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dlparser.h62 /* description of pending goto statements and label statements */
64 TString *name; /* label identifier */
87 Labellist label; /* list of active labels */ member in struct:Dyndata
103 int lasttarget; /* 'label' of last 'jump label' */
H A Dlparser.c44 short firstlabel; /* index of first label in this block */
340 static void closegoto (LexState *ls, int g, Labeldesc *label) { argument
345 lua_assert(luaS_eqstr(gt->name, label->name));
346 if (gt->nactvar < label->nactvar) {
353 luaK_patchlist(fs, gt->pc, label->pc);
370 for (i = bl->firstlabel; i < dyd->label.n; i++) {
371 Labeldesc *lb = &dyd->label.arr[i];
372 if (luaS_eqstr(lb->name, gt->name)) { /* correct label? */
374 (bl->upval || dyd->label.n > bl->firstlabel))
380 return 0; /* label no
1181 TString *label; local
1195 checkrepeated(FuncState *fs, Labellist *ll, TString *label) argument
1215 labelstat(LexState *ls, TString *label, int line) argument
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp263 /* we have a matched token here; set label pointers if exists */
266 require(labels!=NULL, "label found in template, but no array of labels");
571 int label = 0; local
581 label = atoi(parser->lexer->text);
583 if ( label==0 ) panic("%%0 is an invalid label");
587 /* can label tokens and wildcards */
589 panic("can only label tokens");
595 p->label_num = label;
602 p->label_num = label;
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
H A DPCCTSAST.cpp258 /* we have a matched token here; set label pointers if exists */
261 require(labels!=NULL, "label found in template, but no array of labels");
559 int label = 0; local
569 label = atoi(parser->lexer->text);
571 if ( label==0 ) panic("%%0 is an invalid label");
575 /* can label tokens and wildcards */
577 panic("can only label tokens");
583 p->label_num = label;
590 p->label_num = label;
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
H A Dastlib.c345 /* we have a matched token here; set label pointers if exists */
348 require(labels!=NULL, "label found in template, but no array of labels");
717 int label = 0; local
727 label = atoi(parser->lexer->text);
729 if ( label==0 ) sorcerer_panic("%%0 is an invalid label");
733 /* can label tokens and wildcards */
735 sorcerer_panic("can only label tokens");
741 p->label_num = label;
748 p->label_num = label;
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dantlr.c506 /* We want a new element label hash table for each rule */
713 if (eg->label == NULL || *eg->label=='\0' ) q->has_rule_exception = 1;
1921 err(eMsg1("label definition clashes with token/tokclass definition: '%s'", lab));
1925 err(eMsg1("label definition clashes with rule definition: '%s'", lab));
1931 if ( l==NULL ) { /* ok to add new element label */
1941 err(eMsg1("label definitions must be unique per rule: '%s'", lab));
1981 LabelEntry *label=NULL; local
1997 label = element_label();
2027 if ( label!
2831 ExceptionHandler *h; LabelEntry *label=NULL; /* MR6 */ local
[all...]
H A Dsyn.h141 char *label; /* label==""; implies not attached to any member in struct:_ExceptionGroup
253 unsigned char label;/* token label or expression ? */ member in struct:TokNode::_toknode
362 char *exception_label; /* goto label for this alt */
H A Dgen.c303 if (eg->label != NULL) { /* MR7 */
319 gen1("switch ( _signal ) { /* [%s] */\n",eg->label); /* MR7 */
394 eg->label==NULL?"":eg->label,
412 /* For each element label that is found in a rule, generate a unique
2271 * MR27 Has the element label been referenced as an AST (with the # operator) ?
2521 /* MR10 */ /* do Attrib / Token ptr for token label used in semantic pred */
3578 Should guessing mode also use _handler label instead of "fail"
3635 /* MR20 G. Gobbelt The label "adios" is never referenced */
4463 char *label local
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
H A DTpm12.h482 UINT8 label[4]; member in struct:tdTPM_COUNTER_VALUE
1477 UINT8 label[16]; member in struct:tdTPM_CONTEXT_BLOB
1642 UINT8 label; member in struct:tdTPM_FAMILY_LABEL
1648 TPM_FAMILY_LABEL label; member in struct:tdTPM_FAMILY_TABLE_ENTRY
1663 UINT8 label; member in struct:tdTPM_DELEGATE_LABEL
1682 TPM_DELEGATE_LABEL label; member in struct:tdTPM_DELEGATE_PUBLIC
1921 UINT8 label[16]; member in struct:tdTPM_DAA_BLOB
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
H A DTpm12.h164 /// IA value used as a label for the most recent verification of this family. Set to zero when not in use.
649 UINT8 label[4]; member in struct:tdTPM_COUNTER_VALUE
1642 UINT8 label[16]; member in struct:tdTPM_CONTEXT_BLOB
1814 UINT8 label; member in struct:tdTPM_FAMILY_LABEL
1822 TPM_FAMILY_LABEL label; member in struct:tdTPM_FAMILY_TABLE_ENTRY
1841 UINT8 label; member in struct:tdTPM_DELEGATE_LABEL
1849 TPM_DELEGATE_LABEL label; member in struct:tdTPM_DELEGATE_PUBLIC
2122 UINT8 label[16]; member in struct:tdTPM_DAA_BLOB

Completed in 258 milliseconds