Searched refs:alt (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dpred.c152 find_in_aSubBlk( Junction *alt )
154 find_in_aSubBlk( alt )
155 Junction *alt;
159 Junction *p = alt;
162 return MR_find_in_aSubBlk(alt);
170 a = find_predicates(p->p1); /* get preds for this alt */
203 find_in_aOptBlk( Junction *alt )
205 find_in_aOptBlk( alt )
206 Junction *alt;
209 return find_in_aSubBlk( alt );
571 MR_find_predicates_and_supp(Node *alt) argument
[all...]
H A Degman.c198 void altAdd(Junction *alt) argument
200 void altAdd(alt)
201 Junction *alt;
210 alt->curAltNum=CurAltNum_array[BlkLevel];
211 alt->pendingLink=altArray[BlkLevel];
212 altArray[BlkLevel]=alt;
H A Dmisc.c960 Junction *alt, *p; local
967 alt = (Junction *)q->p2;
968 PRINT(alt->p1);
973 while ( !set_nil(alt->fset[k]) )
975 s_fprT(stdout, alt->fset[k]);
977 if ( !set_nil(alt->fset[k]) ) printf(", ");
983 for (a=1,alt=q; alt != NULL; alt= (Junction *) alt
[all...]
H A Dtokens.h117 void alt(set * toksrefd,set * rulesrefd);
119 extern void alt();
H A Dgen.c221 Junction *alt; local
224 for (alt=q; alt != NULL; alt= (Junction *) alt->p2 )
226 for (i=1; i<=CLL_k; i++) set_free(alt->fset[i]);
1553 Junction *alt; local
1575 for (alt=q; alt != NULL; alt
1680 Junction *alt; local
1697 Junction *alt; local
4741 isEmptyAlt(Node * alt, Node * endBlock) argument
[all...]
H A Dfset2.c541 Junction *alt; local
581 for (alt=(Junction *)p->p2; alt!=NULL; alt = (Junction *)alt->p2)
584 if ( alt->ignore ) break;
586 if ( tail==NULL ) {TRAV(alt->p1, k, rk, tail); r->down = tail;}
593 TRAV(alt->p1, k, rk, tail->right);
H A Dmrhoist.c1194 fprintf(output,"The alt without the predicate includes all cases where the predicate is false.\n\n");
1205 fprintf(output,"\nThe lookahead set for the alt WITHOUT the semantic predicate:\n");
1251 fprintf(output,"\nThe lookahead set for the alt WITHOUT the semantic predicate:\n");
1408 Predicate * MR_find_in_aSubBlk(Junction *alt) argument
1410 Predicate * MR_find_in_aSubBlk(alt)
1411 Junction *alt;
1454 for (p=alt; p!=NULL; p=(Junction *)p->p2) {
1462 /* if this is a (...)+ block then don't count the last alt because
1469 if (alt->jtype == aPlusBlk) {
1489 /* bit 0 => this alt ha
[all...]
H A Dantlr.c1683 alt( toksrefd,rulesrefd );
1729 alt( toksrefd,rulesrefd );
1772 alt(set * toksrefd,set * rulesrefd) function
1774 alt(toksrefd,rulesrefd)
H A Dproto.h486 extern Predicate * MR_find_in_aSubBlk(Junction *alt); /* MR10 */
H A Dantlr.g1473 alt[toksrefd,rulesrefd] <<b = g = $1;>>
1506 alt[toksrefd,rulesrefd] <<g = Or(g, $2);>>
1531 /* rule alt */
1533 alt[set *toksrefd, set *rulesrefd]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/
H A Dtst.substr.d36 int alt;
166 command[i].alt = 1;
171 command[i].alt = 1;
183 this->str = command[i].alt ? altstr : str;
184 this->str2 = command[i].alt ? altstr2 : str2;
185 this->result = substr(command[i].alt ?
206 this->str = command[i].alt ? altstr : str;
207 this->str2 = command[i].alt ? altstr2 : str2;
208 this->result = substr(command[i].alt ?
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh81 void *alt;
86 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
92 if ((alt_go = dlsym(alt, "go")) == NULL) {
H A Dtst.provregex4.ksh104 void *alt;
109 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
115 if ((alt_go = dlsym(alt, "go")) == NULL) {
/vbox/src/VBox/Devices/USB/
H A DUSBProxyDevice.cpp314 uint8_t alt; local
344 alt = ifd->bAlternateSetting;
345 if ( altmap[alt >> 6] & (1 << (alt & 0x1f)) )
347 altmap[alt >> 6] |= (1 << (alt & 0x1f));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_debug.c738 u_int32_t latit = 0, longit = 0, alt = 0; local
791 alt = (10000000 + (altsign * (altmeters * 100 + altfrac)));
835 PUTLONG(alt,bcp);
/vbox/src/VBox/Devices/PC/BIOS/
H A Dkeyboard.c65 uint16_t alt; member in struct:__anon14997
495 asciicode = scan_to_scanascii[scancode].alt;
496 scancode = scan_to_scanascii[scancode].alt >> 8;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmshtml.idl7044 HRESULT alt([in] BSTR v);
7047 HRESULT alt([retval, out] BSTR *p);
7220 void alt(BSTR v);
7223 BSTR alt();
8515 HRESULT alt([in] BSTR v);
8518 HRESULT alt([retval, out] BSTR *p);
8799 void alt(BSTR v);
8802 BSTR alt();
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmshtml.idl7872 HRESULT alt([in] BSTR v);
7875 HRESULT alt([retval, out] BSTR *p);
8048 void alt(BSTR v);
8051 BSTR alt();
9597 HRESULT alt([in] BSTR v);
9600 HRESULT alt([retval, out] BSTR *p);
9881 void alt(BSTR v);
9884 BSTR alt();
17144 void alt(BSTR v);
17147 BSTR alt();
[all...]

Completed in 152 milliseconds