Searched defs:alt (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
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 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 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 Dantlr.c1683 alt( toksrefd,rulesrefd );
1729 alt( toksrefd,rulesrefd );
1772 alt(set * toksrefd,set * rulesrefd) function
1774 alt(toksrefd,rulesrefd)
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 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 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...]
/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/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/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));

Completed in 94 milliseconds