HomeSort by relevance Sort by last modified time
    Searched refs:constant (Results 126 - 150 of 438) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
timex.h 43 long constant; member in struct:timex
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
timex.h 43 long constant; member in struct:timex
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
timex.h 43 long constant; member in struct:timex
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
timex.h 43 long constant; member in struct:timex
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
timex.h 43 long constant; member in struct:timex
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
timex.h 43 long constant; member in struct:timex
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
timex.h 43 long constant; member in struct:timex
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 185 (** The opcodes for LLVM instructions and constant expressions. *)
639 (** [is_constant v] returns [true] if the value [v] is a constant, [false]
640 otherwise. Similar to [llvm::isa<Constant>]. *)
643 (** [const_null ty] returns the constant null (zero) of the type [ty].
644 See the method [llvm::Constant::getNullValue]. *)
647 (** [const_all_ones ty] returns the constant '-1' of the integer or vector type
648 [ty]. See the method [llvm::Constant::getAllOnesValue]. *)
651 (** [const_pointer_null ty] returns the constant null (zero) pointer of the type
660 See the method [llvm::Constant::isNullValue]. *)
711 (** [const_int ty i] returns the integer constant of type [ty] and value [i]
    [all...]
  /external/proguard/src/proguard/classfile/editor/
MemberReferenceFixer.java 28 import proguard.classfile.constant.*;
29 import proguard.classfile.constant.visitor.ConstantVisitor;
34 * This ClassVisitor fixes constant pool field and method references to fields
67 // Fix the constant pool entries.
70 Constant constant = programClass.constantPool[index]; local
71 if (constant != null)
76 constant.accept(programClass, this);
91 public void visitAnyConstant(Clazz clazz, Constant constant) {}
    [all...]
  /external/proguard/src/proguard/classfile/constant/
Utf8Constant.java 21 package proguard.classfile.constant;
24 import proguard.classfile.constant.visitor.ConstantVisitor;
29 * This Constant represents a UTF-8 constant in the constant pool.
33 public class Utf8Constant extends Constant
139 // Implementations for Constant.
  /external/proguard/src/proguard/optimize/info/
SideEffectInstructionChecker.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
  /external/emma/core/java12/com/vladium/jcd/cls/
Field_info.java 14 import com.vladium.jcd.cls.constant.CONSTANT_Utf8_info;
35 * The value of the name_index item must be a valid index into the constant pool
36 * table. The constant pool entry at that index must be a {@link CONSTANT_Utf8_info}
40 * The value of the descriptor_index item must be a valid index into the constant
41 * pool table. The constant pool entry at that index must be a
  /external/mesa3d/src/glsl/
opt_algebraic.cpp 57 ir_constant *constant,
112 * Reassociates a constant down a tree of adds or multiplies.
118 ir_constant *constant,
146 if (reassociate_constant(ir1, const_index, constant,
152 if (reassociate_constant(ir1, const_index, constant,
240 /* Reassociate addition of constants so that we can do constant
282 * constant folding.
  /external/proguard/src/proguard/optimize/evaluation/
LoadingInvocationUnit.java 24 import proguard.classfile.constant.RefConstant;
  /external/v8/test/mjsunit/
bitops-info.js 41 var x = non_int32(); // Not a constant.
42 var y = hidden_smi(); // Not a constant.
constant-folding.js 79 // Test comparison operations that involve one or two constant smis.
168 assertEquals(17, j, "switch with constant value");
196 // We generate different code for the case where the operand is a constant.
  /external/v8/test/mjsunit/regress/
regress-1132.js 32 // NOTE: stack size constant above has been empirically chosen.
33 // If the test starts to fail in Genesis, consider increasing this constant.
regress-386.js 31 // a constant function, in the first call to the constructor, leaves
32 // the object's map in the fast case and adds a constant function map
  /frameworks/base/libs/rs/
rsProgram.cpp 57 uint32_t constant = 0; local
65 mConstantTypes[constant].set(reinterpret_cast<Type *>(params[ct+1]));
66 mHal.state.constantTypes[constant++] = reinterpret_cast<Type *>(params[ct+1]);
  /external/v8/src/x64/
macro-assembler-x64.cc 519 // constant, we check that the actual number of arguments match the
527 // arguments passed in because it is constant. At some point we
547 // arguments passed in because it is constant. At some point we
578 // arguments passed in because it is constant. At some point we
596 // arguments passed in because it is constant. At some point we
913 int constant) {
915 addl(dst, Immediate(constant));
917 leal(dst, Operand(src, constant));
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGByteCodeParser.cpp 77 // Is this a constant?
79 unsigned constant = operand - FirstConstantRegisterIndex; local
80 ASSERT(constant < m_constants.size());
81 return getJSConstant(constant);
280 // Used in implementing get, above, where the operand is a constant.
281 NodeIndex getInt32Constant(int32_t value, unsigned constant)
283 NodeIndex index = m_constants[constant].asInt32;
286 NodeIndex resultIndex = addToGraph(Int32Constant, OpInfo(constant));
288 m_constants[constant].asInt32 = resultIndex;
291 NodeIndex getDoubleConstant(double value, unsigned constant)
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
OutputHLSL.cpp 1586 TIntermConstantUnion *constant = assign->getRight()->getAsConstantUnion(); local
1608 TIntermConstantUnion *constant = test->getRight()->getAsConstantUnion(); local
1630 TIntermConstantUnion *constant = binaryTerminal->getRight()->getAsConstantUnion(); local
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic32_64.cpp 535 int32_t constant; local
536 if (getOperandConstantImmediateInt(op1, op2, op, constant)) {
539 and32(Imm32(constant), regT0);
576 int32_t constant; local
577 if (getOperandConstantImmediateInt(op1, op2, op, constant)) {
580 or32(Imm32(constant), regT0);
617 int32_t constant; local
618 if (getOperandConstantImmediateInt(op1, op2, op, constant)) {
621 xor32(Imm32(constant), regT0);
813 int32_t constant; local
877 int32_t constant; local
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
IDLParser.pm 29 use constant MODE_UNDEF => 0; # Default mode.
31 use constant MODE_MODULE => 10; # 'module' section
32 use constant MODE_INTERFACE => 11; # 'interface' section
33 use constant MODE_EXCEPTION => 12; # 'exception' section
34 use constant MODE_ALIAS => 13; # 'alias' section
366 print " | |> Constant; TYPE \"$constType\" NAME \"$constName\" VALUE \"$constValue\"\n" unless $beQuiet;
  /external/proguard/lib/
proguard.jar 

Completed in 1017 milliseconds

1 2 3 4 56 7 8 91011>>