HomeSort by relevance Sort by last modified time
    Searched defs:CONSTANT (Results 1 - 8 of 8) 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
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 109 CONSTANT = 2,
  /frameworks/base/graphics/java/android/renderscript/
Program.java 59 CONSTANT (2),
81 * Program object can have zero or more constant allocations
83 * @return number of constant input types
90 * Returns the type of the constant buffer used in the program
92 * an allocation to store constant data.
93 * @param slot index of the constant input type to return
94 * @return constant input type
137 * Binds a constant buffer to be used as uniform inputs to the
141 * @param slot index within the program's list of constant
285 * 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;
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/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/v8/src/
ast.h 55 // allocation and constant-time deallocation of the entire syntax
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 496 milliseconds