Home
last modified time | relevance | path

Searched refs:done (Results 1 – 6 of 6) sorted by relevance

/RvlSDK-3.1.4/build/tools/TexConv/src/
Dinput.cpp57 int done; in GetFileNames() local
63 if( (done = GetFileName( inputPrompt, inputFile )) == IO_QUIT ) in GetFileNames()
68 if( (done = GetFileName( outputPrompt, outputFile )) == IO_QUIT ) in GetFileNames()
93 int done; in GetFileName() local
105 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
Dmain.cpp84 unsigned int done = IO_NOT_DONE; in main() local
95 if( (done = GetFileNames( srcTxtFile, dstTplFile )) == IO_QUIT ) in main()
/RvlSDK-3.1.4/X86/bin/
Dsetsmem2size.bat50 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.
Dsetcountrycode.bat35 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.
/RvlSDK-3.1.4/build/demos/axdemo/src/
Daxstream.c131 s32 done; member
274 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()
/RvlSDK-3.1.4/build/demos/gxdemo/src/TexGen/
Dtg-basic.c23 u8 done; variable