Searched refs:done (Results 1 – 8 of 8) sorted by relevance
59 int done; in GetFileNames() local65 if( (done = GetFileName( inputPrompt, inputFile, SRC_TXT_FILE_SIZE )) == IO_QUIT ) in GetFileNames()70 if( (done = GetFileName( outputPrompt, outputFile, DST_TPL_FILE_SIZE )) == IO_QUIT ) in GetFileNames()95 int done; in GetFileName() local107 done = CheckYN(fileName); in GetFileName()109 if(done == IO_QUIT) in GetFileName()113 else if(done == IO_DONE) in GetFileName()131 int done = IO_NOT_DONE; in CheckYN() local
86 unsigned int done = IO_NOT_DONE; in main() local97 if( (done = GetFileNames( srcTxtFile, dstTplFile )) == IO_QUIT ) in main()
39 echo Successfully done. Set the country code for the disc to China.49 echo Successfully done. Set the country code for the disc to Korea.59 echo Successfully done. Set the country code for the disc to Europe.69 echo Successfully done. Set the country code for the disc to US.79 echo Successfully done. Set the country code for the disc to Japan.
50 echo Successfully done. Set 64MB as the console simulated mem size.56 echo Successfully done. Set 128MB as the console simulated mem size.62 echo Successfully done. Physical memory size is considered as the console simulated mem size.
18 echo Successfully done. Set the Game Code for the disc application to %1.
18 echo Successfully done. Set the company code for disc application to %1.
128 s32 done; member271 strm.done++; in getDataL()314 if (strm.done) in callbackAudioFrame()412 strm.done = 0; in startStreamPcm16()434 strm.done++; in startStreamPcm16()520 strm.done = 0; in startStreamPcm8()542 strm.done++; in startStreamPcm8()631 strm.done = 0; in startStreamAdpcm()653 strm.done++; in startStreamAdpcm()
23 u8 done; variable