Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DParseProperties.cpp10 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) in ParsePropValue() argument
16 resValue = prop.ulVal; in ParsePropValue()
27 resValue = (UInt32)v; in ParsePropValue()
81 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) in ParsePropDictionaryValue() argument
90 resValue = (UInt32)1 << logDicSize; in ParsePropDictionaryValue()
94 return ParsePropDictionaryValue(prop.bstrVal, resValue); in ParsePropDictionaryValue()
97 return ParsePropDictionaryValue(name, resValue); in ParsePropDictionaryValue()
DParseProperties.h9 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
11 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp847 const deUint32 resValue = outValues[readNdx*numInvocations + invocationNdx]; in iterate() local
849 if (refValue != resValue) in iterate()
853 << tcu::toHex(refValue) << ", got " << tcu::toHex(resValue) in iterate()
1097 const deUint32 resValue = outValues[opNdx*numInvocations + invocationNdx]; in iterate() local
1098 const bool rangeOk = de::inBounds(resValue, 0u, (deUint32)counterMasks[counterNdx].size()); in iterate()
1099 const bool notSeen = rangeOk && !counterMasks[counterNdx][resValue]; in iterate()
1106 << resValue in iterate()
1115 counterMasks[counterNdx][resValue] = true; in iterate()
Des31fComputeShaderBuiltinVarTests.cpp261 const UVec3 resValue = readResultVec(resPtr, numScalars); in iterate() local
263 if (!compareComps(refValue, resValue, numScalars)) in iterate()
268 << ", got " << LogComps(resValue, numScalars) in iterate()