Searched refs:done (Results 1 – 6 of 6) sorted by relevance
57 int done; in GetFileNames() local63 if( (done = GetFileName( inputPrompt, inputFile )) == IO_QUIT ) in GetFileNames()68 if( (done = GetFileName( outputPrompt, outputFile )) == IO_QUIT ) in GetFileNames()93 int done; in GetFileName() local105 done = CheckYN(fileName); in GetFileName()107 if(done == IO_QUIT) in GetFileName()111 else if(done == IO_DONE) in GetFileName()129 int done = IO_NOT_DONE; in CheckYN() local
84 unsigned int done = IO_NOT_DONE; in main() local95 if( (done = GetFileNames( srcTxtFile, dstTplFile )) == IO_QUIT ) in main()
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.
35 echo Successfully done. Set the country code for the disc to Europe.45 echo Successfully done. Set the country code for the disc to US.55 echo Successfully done. Set the country code for the disc to Japan.
131 s32 done; member274 strm.done++; in getDataL()317 if (strm.done) in callbackAudioFrame()415 strm.done = 0; in startStreamPcm16()437 strm.done++; in startStreamPcm16()523 strm.done = 0; in startStreamPcm8()545 strm.done++; in startStreamPcm8()634 strm.done = 0; in startStreamAdpcm()656 strm.done++; in startStreamAdpcm()
23 u8 done; variable