Home
last modified time | relevance | path

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

/external/epid-sdk/ext/ipp/sources/ippcp/
Dcpinit.c265 IppStatus ownStatus = ippStsNoErr; in owncpFeaturesToIdx() local
318ownStatus = ippStsNotSupportedCpu; /* the lowest CPU supported by Int… in owncpFeaturesToIdx()
324ownStatus = ippStsNotSupportedCpu; /* the lowest CPU supported by Intel(R) IPP must at least suppo… in owncpFeaturesToIdx()
330ownStatus = 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()
335ownStatus = 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;
[all …]