Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_ArithIntDecoder.cpp21 int nValue; member
71 g_ArithIntDecodeData[nDecodeDataIndex].nValue; in Decode()
80 int nValue = safeValue.ValueOrDie(); in Decode() local
81 if (S == 1 && nValue > 0) in Decode()
82 nValue = -nValue; in Decode()
84 *nResult = nValue; in Decode()
85 return S != 1 || nValue != 0; in Decode()
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderPrimitiveCounter.cpp480 for (unsigned int nValue = (nEmittedValuesPerPrimitive * (nDrawnPrimitive)); in checkResult() local
481 nValue < (nEmittedValuesPerPrimitive * (nDrawnPrimitive + 1)); nValue++) in checkResult()
483 if ((unsigned int)data[nValue] != nDrawnPrimitive) in checkResult()
486 << "[" << nValue << "/" << (m_testConfiguration.m_numberOfDrawnPrimitives * in checkResult()
488 << "]: " << data[nValue] << " != " << nEmittedValuesPerPrimitive in checkResult()
/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java661 private T nValue; // next to optimal value field in VoteResolver
1303 nValue = null; in setBestNextAndSameVoteValues()
1324 nValue = value; in setBestNextAndSameVoteValues()
1419 return nValue; in getNValue()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp3083 for (deUint32 nValue = 0; nValue < m_nRayAttributeU32s; ++nValue) in verifyResultBuffer() local
3087 if (ahitValues[nValue] != 1 + nHit + nValue) in verifyResultBuffer()
3092 if (chitValues[nValue] != 1 + nHit + nValue) in verifyResultBuffer()
3099 if (ahitValues[nValue] != 0) in verifyResultBuffer()
3104 if (chitValues[nValue] != 0) in verifyResultBuffer()
7350 for (deUint32 nValue = 0; nValue < m_nRayPayloadU32s; ++nValue) in verifyResultBuffer() local
7352 if (resultItemDataPtr[nValue] != (1 + nValue)) in verifyResultBuffer()