Home | History | Annotate | Download | only in emugen

Lines Matching full:islarge

24 /* Define this to 1 to enable support for the 'isLarge' variable flag
505 // We need to take care of 'isLarge' variable in a special way
506 // Anything before an isLarge variable can be packed into a single
507 isLarge variable is a pointer
538 if (evars[j].isLarge())
560 for (j = nvars; j < maxvars && !evars[j].isLarge(); j++) {
581 for (j = nvars; j < maxvars && !evars[j].isLarge(); j++) {
593 for ( ; j < maxvars && evars[j].isLarge(); j++) {