Lines Matching defs:platforms

290 } platforms[] = {
312 logger->log("Known platforms:\n");
313 for(i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) {
314 logger->log("\t%s\n", platforms[i]);
323 for(i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) {
324 if(strcmp(platform, platforms[i].name) == 0) {
387 } else { // there is a list of platforms
392 for(i = 0; i < (int32_t)(sizeof(platforms)/sizeof(platforms[0])); i++) {
393 if(strcmp(options[REFERENCE].value, platforms[i].name) == 0) {
398 if(i == sizeof(platforms)/sizeof(platforms[0])) {
496 strcpy(tailoringName, platforms[gPlatformIndexes[0]].name);
503 strcpy(tailoringDumpName, platforms[gPlatformIndexes[0]].name);
510 strcpy(diffName, platforms[gPlatformIndexes[0]].name);
518 strcpy(defaultName, platforms[gRefNum].name);
526 strcpy(defaultDumpName, platforms[gRefNum].name);
547 if(createDir(platforms[gPlatformIndexes[0]].name) == 0) {
557 if(createDir(platforms[gRefNum].name) == 0) {
567 if(createDir(platforms[gPlatformIndexes[0]].name) == 0) {
670 debug->log("\nGenerating order for platform: %s\n", platforms[gPlatformIndexes[0]].name);
671 gComparer = platforms[gPlatformIndexes[0]].comparer;
673 StrengthProbe probe(platforms[gPlatformIndexes[0]].comparer, platforms[gPlatformIndexes[0]].skgetter, 0x0030, probeChars[0][0], probeChars[0][1], probeChars[0][2], probeChars[0][3]);
713 tailoringBundle->log(lines.toOutput(outputFormat, myLoc, platforms[gPlatformIndexes[0]].name, NULL, true, true, hanAppears), true);
724 StrengthProbe RefProbe(platforms[gRefNum].comparer, platforms[gRefNum].skgetter);
728 referenceBundle->log(RefLines.toOutput(outputFormat, myLoc, platforms[gRefNum].name, NULL, true, true, false), true);
734 bundle->log(lines.toOutput(outputFormat, myLoc, platforms[gPlatformIndexes[0]].name, platforms[gRefNum].name, true, true, hanAppears), true);
738 StrengthProbe RefProbe(platforms[gRefNum].comparer, platforms[gRefNum].skgetter);
743 referenceBundle->log(RefLines.toOutput(outputFormat, myLoc, platforms[gRefNum].name, NULL, true, true, false), true);
759 tailoringBundle->log(han.toOutput(outputFormat, myLoc, platforms[gPlatformIndexes[0]].name, NULL, true, false, false), true);
760 bundle->log(han.toOutput(outputFormat, myLoc, platforms[gPlatformIndexes[0]].name, NULL, true, false, false), true);
776 platforms[gPlatformIndexes[0]].name, platforms[gRefNum].name);
780 platforms[gPlatformIndexes[0]].name, platforms[gRefNum].name);
884 bundle->log(tailoring.toOutput(outputFormat, gLocale, platforms[gPlatformIndexes[0]].name, platforms[gRefNum].name, true, true, false), true);