Home
last modified time | relevance | path

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

/RevoEX-3.1/build/demos/mpdsdemo/src/
Dmpdssimple.c321 else if ( result == MP_RESULT_NO_DATA ) in DoMPCommunication()
Dmpdsmodel.c997 else if ( result == MP_RESULT_NO_DATA ) in DataSharingThreadFunc()
/RevoEX-3.1/build/libraries/mpds/src/
Dmpdssystem.c390 result = MP_RESULT_NO_DATA; in Step()
455 if ( isSync && result == MP_RESULT_NO_DATA ) in Step()
532 if ( isSync && result == MP_RESULT_NO_DATA ) in Step()
/RevoEX-3.1/include/revolution/
Dmp.h162 MP_RESULT_NO_DATA = ( MP_RESULT_MP_ERROR_FLAG | 0x16 ), // -234 enumerator
/RevoEX-3.1/build/demos/mpdldemo/src/
Dmpdlntr2rvl.c592 else if ( result == MP_RESULT_NO_DATA ) in DoPadSharing()