CHECK_DEL_STATUS   16 samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp     if (virtMatrix) {hppStatus delSts = hppiDeleteVirtualMatrices(accel, virtMatrix); CHECK_DEL_STATUS(delSts,"hppiDeleteVirtualMatrices");}\
CHECK_DEL_STATUS   17 samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp     if (accel)      {hppStatus delSts = hppDeleteInstance(accel); CHECK_DEL_STATUS(delSts, "hppDeleteInstance");}\
CHECK_DEL_STATUS  137 samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp         CHECK_DEL_STATUS(sts,"hppiFreeMatrix");
CHECK_DEL_STATUS  140 samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp         CHECK_DEL_STATUS(sts,"hppiFreeMatrix");
CHECK_DEL_STATUS  150 samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp         CHECK_DEL_STATUS(sts,"hppiDeleteVirtualMatrices");
CHECK_DEL_STATUS  156 samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp         CHECK_DEL_STATUS(sts, "hppDeleteInstance");