Home
last modified time | relevance | path

Searched defs:Low (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/content/browser/power_profiler/
Dpower_data_provider.h27 Low enumerator
/external/lzma/Java/SevenZip/Compression/RangeCoder/
DEncoder.java14 long Low; field in Encoder
/external/llvm/unittests/ADT/
DVariadicFunctionTest.cpp88 void CountInRangeImpl(int *NumInRange, int Low, int High, in CountInRangeImpl()
/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoder.cs11 public UInt64 Low; field in SevenZip.Compression.RangeCoder.Encoder
/external/llvm/lib/IR/
DMetadata.cpp428 static bool tryMergeRange(SmallVectorImpl<Value *> &EndPoints, ConstantInt *Low, in tryMergeRange()
445 static void addRange(SmallVectorImpl<Value *> &EndPoints, ConstantInt *Low, in addRange()
DVerifier.cpp1922 ConstantInt *Low = dyn_cast<ConstantInt>(Range->getOperand(2*i)); in visitLoadInst() local
/external/vixl/test/examples/
Dtest-examples.cc366 #define CHECKBOUNDS_DOTEST(Value, Low, High) \ argument
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp260 std::set<ArgPromotion::IndicesVector>::iterator Low; in PrefixIn() local
279 std::set<ArgPromotion::IndicesVector>::iterator Low; in MarkIndicesSafe() local
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp54 Constant* Low; member
/external/lzma/C/
D7z.h90 UInt32 Low; member
DPpmd7.h126 UInt64 Low; member
/external/chromium_org/third_party/lzma_sdk/
D7z.h90 UInt32 Low; member
/external/llvm/include/llvm/Support/
DMathExtras.h266 inline uint64_t Make_64(uint32_t High, uint32_t Low) { in Make_64()
/external/stressapptest/src/
Dworker.h208 Low, enumerator
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp400 SDValue Low = DAG.getLoad(getPointerTy(), DL, Chain, in lowerLoadWordFromAlignedBasePlusOffset() local
462 SDValue Low = DAG.getExtLoad(ISD::ZEXTLOAD, DL, MVT::i32, Chain, in LowerLOAD() local
522 SDValue Low = Value; in LowerSTORE() local
/external/clang/lib/Basic/
DDiagnostic.cpp499 unsigned Low = PluralNumber(Start, End); in TestPluralRange() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h133 const Constant *Low; member
DSelectionDAGBuilder.cpp1671 const APInt& Low = cast<ConstantInt>(CB.CmpLHS)->getValue(); in visitSwitchCase() local
2292 const APInt &Low = cast<ConstantInt>(I->Low)->getValue(); in handleJTSwitchCase() local
3070 unsigned Pos, unsigned Size, int Low) { in isSequentialInRange()
/external/clang/lib/CodeGen/
DCGExpr.cpp433 static llvm::Value *emitHash16Bytes(CGBuilderTy &Builder, llvm::Value *Low, in emitHash16Bytes()
550 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash); in EmitTypeCheck() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1412 uint64_t Low = uint64_t(1) << countTrailingZeros(Mask); in getTestUnderMaskCond() local
2146 unsigned High, Low; in lowerOR() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp859 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize); in FoldAndOfICmps() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2671 APInt Low; in ParseFunctionBody() local
/external/clang/lib/Sema/
DSemaChecking.cpp1965 int Low, int High) { in SemaBuiltinConstantArgRange()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp4002 ARMAsmParser::parsePKHImm(OperandVector &Operands, StringRef Op, int Low, in parsePKHImm()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3668 static bool isUndefOrInRange(int Val, int Low, int Hi) { in isUndefOrInRange()
3682 unsigned Pos, unsigned Size, int Low) { in isSequentialOrUndefInRange()