Home
last modified time | relevance | path

Searched defs:outValue (Results 1 – 23 of 23) sorted by relevance

/external/libvncserver/libvncserver/
Dtableinit24.c34 uint32_t i, r, g, b, outValue; in rfbInitColourMapSingleTable24() local
78 int i,outValue; in rfbInitTrueColourSingleTable24() local
144 uint32_t outValue; in rfbInitOneRGBTable24() local
Dtabletrans24template.c102 uint32_t outValue,inValue; in rfbTranslateWithRGBTables24to24() local
256 uint32_t outValue; in rfbTranslateWithRGBTablesINto24() local
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DArgument.java18 public Argument(Value outValue) { in Argument()
DInstruction.java24 protected Value outValue = null; field in Instruction
30 protected Instruction(Value outValue) { in Instruction()
34 protected Instruction(Value outValue, Value inValue) { in Instruction()
39 protected Instruction(Value outValue, List<? extends Value> inValues) { in Instruction()
59 public Value outValue() { in outValue() method in Instruction
DInvoke.java61 Invoke template, Value outValue, List<Value> inValues) { in createFromTemplate()
DIRCode.java170 Value outValue = instruction.outValue(); in consistentDefUseChains() local
DValue.java522 Value outValue = instruction.outValue(); in isDead() local
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DDeadCodeRemover.java115 Value outValue = current.outValue(); in removeDeadInstructions() local
DPeepholeOptimizer.java218 Value outValue = current.outValue(); in removeRedundantInstructions() local
DOutliner.java874 Value outValue = null; in buildInstruction() local
/external/libese/apps/weaver/card/src/com/android/weaver/core/
DCoreSlots.java61 byte[] outValue, short outOffset) { in read()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DOpenMapRealMatrix.java209 final double outValue = in multiply() local
/external/deqp/modules/gles2/scripts/
Dgen-conversions.py194 def __init__(self, inValue, outValue): argument
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowResources.java233 public boolean resolveAttribute (int resid, TypedValue outValue, boolean resolveRefs) { in resolveAttribute()
/external/deqp/modules/gles3/scripts/
Dgen-conversions.py207 def __init__(self, inValue, outValue): argument
/external/deqp/executor/tools/
DxeTestLogCompare.cpp115 OutputValue outValue; member
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1024 template< typename T > int QueryValueAttribute( const std::string& name, T* outValue ) const in QueryValueAttribute()
1037 int QueryValueAttribute( const std::string& name, std::string* outValue ) const in QueryValueAttribute()
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java536 Value outValue = instruction.outValue(); in removeSpillAndPhiMoves() local
/external/deqp/framework/randomshaders/
DrsgExpression.cpp1385 ExecValueAccess outValue = m_value.getValue(m_outValueRange.getType()); in evaluate() local
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp278 ValueType outValue; member
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp397 ValueType outValue; member
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp492 ValueType outValue; member
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c1601 UInt16 outValue; in CtlObj_GetBevelButtonMenuValue() local