Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dtableinit24.c34 uint32_t i, r, g, b, outValue; in rfbInitColourMapSingleTable24() local
57 outValue = ((((r * (1 + out->redMax)) >> shift) << out->redShift) | in rfbInitColourMapSingleTable24()
60 *(uint32_t*)&t[3*i] = outValue; in rfbInitColourMapSingleTable24()
78 int i,outValue; in rfbInitTrueColourSingleTable24() local
97 outValue = ((outRed << out->redShift) | in rfbInitTrueColourSingleTable24()
100 *(uint32_t*)&t[3*i] = outValue; in rfbInitTrueColourSingleTable24()
144 uint32_t outValue; in rfbInitOneRGBTable24() local
148 outValue = ((i * outMax + inMax / 2) / inMax) << outShift; in rfbInitOneRGBTable24()
149 *(uint32_t *)&table[3*i] = outValue; in rfbInitOneRGBTable24()
Dtabletrans24template.c102 uint32_t outValue,inValue; in rfbTranslateWithRGBTables24to24() local
110 outValue = (redTable[(inValue >> in->redShift) & in->redMax] | in rfbTranslateWithRGBTables24to24()
113 memcpy(op,&outValue,3); in rfbTranslateWithRGBTables24to24()
256 uint32_t outValue; in rfbTranslateWithRGBTablesINto24() local
262 outValue = (redTable[(*ip >> in->redShift) & in->redMax] | in rfbTranslateWithRGBTablesINto24()
265 memcpy(op,&outValue,3); in rfbTranslateWithRGBTablesINto24()
/external/deqp/executor/tools/
DxeTestLogCompare.cpp109 , outValue (OUTPUTVALUE_STATUS_CODE) in CommandLine()
115 OutputValue outValue; member
344 …dst << "," << (cmdLine.outValue == OUTPUTVALUE_STATUS_CODE ? getStatusCodeName(iter->statusCode) :… in runCompare()
386 cmdLine.outValue = opts.getOption<opt::OutValue>(); in parseCommandLine()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DOpenMapRealMatrix.java209 final double outValue = in multiply() local
211 if (outValue == 0.0) { in multiply()
214 out.entries.put(outKey, outValue); in multiply()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowResources.java233 public boolean resolveAttribute (int resid, TypedValue outValue, boolean resolveRefs) { in resolveAttribute() argument
236 outValue.setTo(foundValue); in resolveAttribute()
/external/deqp/modules/gles2/scripts/
Dgen-conversions.py194 def __init__(self, inValue, outValue): argument
196 outType = outValue.typeString()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1024 template< typename T > int QueryValueAttribute( const std::string& name, T* outValue ) const in QueryValueAttribute() argument
1031 sstream >> *outValue; in QueryValueAttribute()
1037 int QueryValueAttribute( const std::string& name, std::string* outValue ) const in QueryValueAttribute() argument
1042 *outValue = node->ValueStr(); in QueryValueAttribute()
/external/deqp/modules/gles3/scripts/
Dgen-conversions.py207 def __init__(self, inValue, outValue): argument
209 outType = outValue.typeString()
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp260 , outValue (outValue_) in BuiltinFuncInfo()
278 ValueType outValue; member
1241 …bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != … in init()
1242 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in init()
1254 …int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? … in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp340 , outValue (outValue_) in BuiltinFuncInfo()
377 , outValue (outValue_) in BuiltinFuncInfo()
397 ValueType outValue; member
1837 …const bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)… in init()
1838 …const bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) !=… in init()
1839 …const bool isUintOut = (funcInfo.outValue & (VALUE_UINT | VALUE_UINT_VEC | VALUE_UINT_GENTYPE)… in init()
1851 …const int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL… in init()
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m.result1603 NSDate *outValue = inValue;
1604 if (outValue == 0)
1605 outValue = [[NSDate alloc] init]; // no-warning
1607 if (outValue != inValue)
1608 [outValue autorelease];
1610 return outValue;
Dobjcmt-arc-cf-annotations.m1561 NSDate *outValue = inValue;
1562 if (outValue == 0)
1563 outValue = [[NSDate alloc] init]; // no-warning
1565 if (outValue != inValue)
1566 [outValue autorelease];
1568 return outValue;
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp446 , outValue (outValue_) in BuiltinFuncInfo()
472 , outValue (outValue_) in BuiltinFuncInfo()
492 ValueType outValue; member
1877 …bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != … in init()
1878 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in init()
1879 …bool isUintOut = (funcInfo.outValue & (VALUE_UINT | VALUE_UINT_VEC | VALUE_UINT_GENTYPE)) != … in init()
1891 …int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? … in init()
/external/deqp/framework/randomshaders/
DrsgExpression.cpp1385 ExecValueAccess outValue = m_value.getValue(m_outValueRange.getType()); in evaluate() local
1387 for (int outElemNdx = 0; outElemNdx < outValue.getType().getNumElements(); outElemNdx++) in evaluate()
1390 outValue.component(outElemNdx) = inValue.component(inElemNdx).value(); in evaluate()
/external/clang/test/Analysis/
Dretain-release.m1556 NSDate *outValue = inValue;
1557 if (outValue == 0)
1558 outValue = [[NSDate alloc] init]; // no-warning
1560 if (outValue != inValue)
1561 [outValue autorelease];
1563 return outValue;