Lines Matching refs:ownStatus
265 IppStatus ownStatus = ippStsNoErr; in owncpFeaturesToIdx() local
318 …ownStatus = ippStsNotSupportedCpu; /* the lowest CPU supported by Int… in owncpFeaturesToIdx()
324 …ownStatus = ippStsNotSupportedCpu; /* the lowest CPU supported by Intel(R) IPP must at least suppo… in owncpFeaturesToIdx()
330 …ownStatus = ippStsNoErr; /* the lowest CPU supported by Intel(R) IPP must at least support Intel(R… in owncpFeaturesToIdx()
334 if(( mask != ( *cpuFeatures & mask ))&&( ownStatus == ippStsNoErr )) in owncpFeaturesToIdx()
335 … ownStatus = ippStsFeaturesCombination; /* warning if combination of features is incomplete */ in owncpFeaturesToIdx()
337 return ownStatus; in owncpFeaturesToIdx()
437 IppStatus status, ownStatus; variable
440 ownStatus = owncpSetCpuFeaturesAndIdx( cpuFeatures, &index );
463 return ownStatus;
500 IppStatus ownStatus; variable
506 ownStatus = owncpSetCpuFeaturesAndIdx( cpuFeatures, &index );
509 return ownStatus;