HomeSort by relevance Sort by last modified time
    Searched defs:CONSTANT (Results 1 - 13 of 13) sorted by null

  /external/clang/test/Analysis/
unreachable-code-path.c 68 // Compile-time constant false positives
69 #define CONSTANT 0
72 if (CONSTANT)
  /external/chromium/testing/gmock/scripts/generator/cpp/
tokenize.py 55 CONSTANT = 'CONSTANT'
159 token_type = CONSTANT
162 token_type = CONSTANT
186 token_type = CONSTANT
196 token_type = CONSTANT
212 token_type = CONSTANT
215 token_type = CONSTANT
  /frameworks/base/graphics/java/android/renderscript/
Program.java 60 CONSTANT (2),
82 * Program object can have zero or more constant allocations
84 * @return number of constant input types
91 * Returns the type of the constant buffer used in the program
93 * an allocation to store constant data.
94 * @param slot index of the constant input type to return
95 * @return constant input type
138 * Binds a constant buffer to be used as uniform inputs to the
142 * @param slot index within the program's list of constant
286 * Queries the index of the last added constant buffer typ
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 27 import com.android.dx.rop.cst.Constant;
36 * A small variant of Wegman and Zadeck's Sparse Conditional Constant
42 private static final int CONSTANT = 1;
50 /** For those registers that are constant, this is the constant value */
51 private Constant[] latticeConstants;
73 this.latticeConstants = new Constant[this.regCount];
87 * Performs sparse conditional constant propagation on a method.
129 * @param cst Constant value (may be null)
132 private boolean setLatticeValueTo(int reg, int value, Constant cst)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java 27 import com.android.dx.rop.cst.Constant;
37 * A small variant of Wegman and Zadeck's Sparse Conditional Constant
43 private static final int CONSTANT = 1;
51 /** For those registers that are constant, this is the constant value */
52 private Constant[] latticeConstants;
74 this.latticeConstants = new Constant[this.regCount];
88 * Performs sparse conditional constant propagation on a method.
130 * @param cst Constant value (may be null)
133 private boolean setLatticeValueTo(int reg, int value, Constant cst)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 115 CONSTANT = 2,