Searched refs:ownStatus (Results 1 – 1 of 1) sorted by relevance
265 IppStatus ownStatus = ippStsNoErr; in owncpFeaturesToIdx() local318 …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; variable440 ownStatus = owncpSetCpuFeaturesAndIdx( cpuFeatures, &index );463 return ownStatus;[all …]