Home
last modified time | relevance | path

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

/RvlSDK-3.3/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.3/build/tools/sndconv/src/
Dsndconv.c342 if (soundPrintSound() != STATUS_SUCCESS) in parseEndStatement()
499 status = STATUS_SUCCESS; in nextLine()
531 while (status == STATUS_SUCCESS); in eatFile()
656 return STATUS_SUCCESS; in loadDlls()
807 if (init(inputPath) == STATUS_SUCCESS) in main()
Dsoundconv.h69 #define STATUS_SUCCESS 0 macro
Doutput.c292 return STATUS_SUCCESS; in soundOutputInit()
Dsound.c426 if (status == STATUS_SUCCESS) in soundPrintSound()