Lines Matching refs:res
296 int res;
300 res =
304 if ( res != MP_RESULT_OK )
306 MPDSiWarning("MPSendAsync failed during data-sharing. result=%x", res);
308 return res;
403 int res; in Step() local
411 res = in Step()
415 if (res != MP_RESULT_OK) in Step()
417 MPDSiWarning("MPSendAsync failed during data-sharing. result=%x", res); in Step()
419 return res; in Step()
551 int res; in Step() local
559 res = in Step()
565 if (res != MP_RESULT_OK) in Step()
567 MPDSiWarning("MPSendAsync failed during data-sharing. result=%x", res); in Step()
569 result = res; in Step()
877 s32 res; in SendDataSet() local
910 res = in SendDataSet()
914 if (res != MP_RESULT_OK) in SendDataSet()
916 MPDSiWarning("MPSendAsync failed during data-sharing. result=%x", res); in SendDataSet()