Searched refs:nValue (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_ArithIntDecoder.cpp | 21 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/ |
D | esextcGeometryShaderPrimitiveCounter.cpp | 480 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/ |
D | VoteResolver.java | 580 private T nValue; // next to optimal value field in VoteResolver 1206 nValue = null; in setBestNextAndSameVoteValues() 1227 nValue = value; in setBestNextAndSameVoteValues() 1310 return nValue; in getNValue()
|
/external/v8/benchmarks/ |
D | crypto.js | 1668 nValue="a5261939975948bb7a58dffe5ff54e65f0498f9175f5a09288810b8975871e99af3b5dd94057b0fc07535f5f974… 1685 RSA.setPublic(nValue, eValue); 1686 RSA.setPrivateEx(nValue, eValue, dValue, pValue, qValue, dmp1Value, dmq1Value, coeffValue); 1692 RSA.setPublic(nValue, eValue); 1693 RSA.setPrivateEx(nValue, eValue, dValue, pValue, qValue, dmp1Value, dmq1Value, coeffValue);
|