Searched refs:done (Results 1 – 9 of 9) 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()
41 echo Successfully done. Set the country code for the disc to China.51 echo Successfully done. Set the country code for the disc to Korea.61 echo Successfully done. Set the country code for the disc to Europe.71 echo Successfully done. Set the country code for the disc to US.81 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.
22 echo Successfully done. Set the pcode for disc application to %1.
132 s32 done; member273 strm.done++; in getDataL()316 if (strm.done) in callbackAudioFrame()414 strm.done = 0; in startStreamPcm16()436 strm.done++; in startStreamPcm16()522 strm.done = 0; in startStreamPcm8()544 strm.done++; in startStreamPcm8()633 strm.done = 0; in startStreamAdpcm()655 strm.done++; in startStreamAdpcm()
23 u8 done; variable