Home
last modified time | relevance | path

Searched refs:STATUS_SUCCESS (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-3.1/build/demos/nanddemo/src/
Dcancel.c38 #define STATUS_SUCCESS 0 macro
60 case STATUS_SUCCESS: in main()
204 return STATUS_SUCCESS; in updateFile()
/RvlSDK-3.1/build/tools/sndconv/src/
Dsndconv.c339 if (soundPrintSound() != STATUS_SUCCESS) in parseEndStatement()
496 status = STATUS_SUCCESS; in nextLine()
528 while (status == STATUS_SUCCESS); in eatFile()
653 return STATUS_SUCCESS; in loadDlls()
804 if (init(inputPath) == STATUS_SUCCESS) in main()
Dsoundconv.h66 #define STATUS_SUCCESS 0 macro
Doutput.c292 return STATUS_SUCCESS; in soundOutputInit()
Dsound.c426 if (status == STATUS_SUCCESS) in soundPrintSound()