Home
last modified time | relevance | path

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

12345

/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp36 int64_t Low, High; member
49 return I != Ranges.end() && I->Low <= R.Low; in IsInRanges()
70 ConstantInt* Low; member
75 : Low(low), High(high), BB(bb) {} in CaseRange()
99 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low); in operator ()()
143 O << *B->Low << " -" << *B->High; in operator <<()
209 if (Begin->Low == LowerBound && Begin->High == UpperBound) { in switchConvert()
228 << Pivot.Low->getValue() in switchConvert()
235 ConstantInt *NewLowerBound = Pivot.Low; in switchConvert()
272 Val, Pivot.Low, "Pivot"); in switchConvert()
[all …]
/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoder.cs11 public UInt64 Low; field in SevenZip.Compression.RangeCoder.Encoder
32 Low = 0; in Init()
56 Low += start * (Range /= total); in Encode()
67 if ((uint)Low < (uint)0xFF000000 || (uint)(Low >> 32) == 1) in ShiftLow()
72 Stream.WriteByte((byte)(temp + (Low >> 32))); in ShiftLow()
76 _cache = (byte)(((uint)Low) >> 24); in ShiftLow()
79 Low = ((uint)Low) << 8; in ShiftLow()
88 Low += Range; in EncodeDirectBits()
104 Low += newBound; in EncodeBit()
DRangeCoderBit.cs37 encoder.Low += newBound; in Encode()
/external/lzma/CPP/7zip/Compress/
DRangeCoder.h21 UInt64 Low;
30 Low = 0; in Init()
49 Low += start * (Range /= total); in Encode()
60 if ((UInt32)Low < (UInt32)0xFF000000 || (int)(Low >> 32) != 0) in ShiftLow()
65 Stream.WriteByte((Byte)(temp + (Byte)(Low >> 32))); in ShiftLow()
69 _cache = (Byte)((UInt32)Low >> 24); in ShiftLow()
72 Low = (UInt32)Low << 8; in ShiftLow()
80 Low += Range & (0 - ((value >> numBits) & 1)); in EncodeDirectBits()
96 Low += newBound; in EncodeBit()
DRangeCoderBit.h60 encoder->Low += newBound; in Encode()
/external/lzma/Java/SevenZip/Compression/RangeCoder/
DEncoder.java14 long Low; field in Encoder
34 Low = 0; in Init()
53 int LowHi = (int)(Low >>> 32); in ShiftLow()
54 if (LowHi != 0 || Low < 0xFF000000L) in ShiftLow()
64 _cache = (((int)Low) >>> 24); in ShiftLow()
67 Low = (Low & 0xFFFFFF) << 8; in ShiftLow()
76 Low += Range; in EncodeDirectBits()
113 Low += (newBound & 0xFFFFFFFFL); in Encode()
/external/lzma/C/
DPpmd7Enc.c11 p->Low = 0; in Ppmd7z_RangeEnc_Init()
19 if ((UInt32)p->Low < (UInt32)0xFF000000 || (unsigned)(p->Low >> 32) != 0) in RangeEnc_ShiftLow()
24 p->Stream->Write(p->Stream, (Byte)(temp + (Byte)(p->Low >> 32))); in RangeEnc_ShiftLow()
28 p->Cache = (Byte)((UInt32)p->Low >> 24); in RangeEnc_ShiftLow()
31 p->Low = (UInt32)p->Low << 8; in RangeEnc_ShiftLow()
36 p->Low += start * (p->Range /= total); in RangeEnc_Encode()
58 p->Low += newBound; in RangeEnc_EncodeBit_1()
D7z.h90 UInt32 Low; member
DPpmd7.h126 UInt64 Low; member
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp346 std::set<ArgPromotion::IndicesVector>::iterator Low; in PrefixIn() local
347 Low = Set.upper_bound(Indices); in PrefixIn()
348 if (Low != Set.begin()) in PrefixIn()
349 Low--; in PrefixIn()
355 return Low != Set.end() && IsPrefix(*Low, Indices); in PrefixIn()
365 std::set<ArgPromotion::IndicesVector>::iterator Low; in MarkIndicesSafe() local
366 Low = Safe.upper_bound(ToMark); in MarkIndicesSafe()
368 if (Low != Safe.begin()) in MarkIndicesSafe()
369 Low--; in MarkIndicesSafe()
373 if (Low != Safe.end()) { in MarkIndicesSafe()
[all …]
/external/clang/test/Index/
Dcomplete-type-factors.m8 Low,
32 [A method:Red priority:Low];
44 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (32)
59 // CHECK-CC2: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
75 // CHECK-CC3: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (16)
91 // CHECK-CC4: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
109 // CHECK-CC6: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
123 // CHECK-CC7: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
135 // CHECK-CC8: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (16)
/external/llvm/unittests/ADT/
DVariadicFunctionTest.cpp88 void CountInRangeImpl(int *NumInRange, int Low, int High, in CountInRangeImpl() argument
92 if (Low <= *Args[i] && *Args[i] <= High) in CountInRangeImpl()
/external/boringssl/src/util/
Ddoc.config4 "Name": "Low-level infrastructure",
23 "Name": "Low-level crypto primitives",
/external/libvpx/libvpx/test/
Dregister_state_check.h41 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
/external/skia/src/sfnt/
DSkPanose.h94 ((Low, 4))
281 ((Low, 4))
353 ((Low, 3))
422 ((Low, 4))
/external/libmtp/
DChangeLog241 2009-05-03 Richard Low <richard@wentnet.com>
257 2009-05-02 Richard Low <richard@wentnet.com>
261 2009-04-18 Richard Low <richard@wentnet.com>
265 2009-04-11 Richard Low <richard@wentnet.com>
463 2008-09-26 Richard Low <richard@wentnet.com>
484 2008-09-23 Richard Low <richard@wentnet.com>
519 2008-09-07 Richard Low <richard@wentnet.com>
744 2008-05-18 Richard Low <richard@wentnet.com>
829 2008-02-24 Richard Low <richard@wentnet.com>
891 2008-01-21 Richard Low <richard@wentnet.com>
[all …]
DAUTHORS3 Richard Low <richard@wentnet.com>
/external/llvm/test/CodeGen/X86/
Dload-slice.ll14 ; Low High
16 ; Low slice starts at 0 (base) and is 8-bytes aligned.
88 ; Low High
90 ; Low slice starts at 0 (base) and is 8-bytes aligned.
/external/llvm/
DREADME.txt1 Low Level Virtual Machine (LLVM)
/external/e2fsprogs/
DTODO207 Difficulty: Low Priority: Low
213 Difficulty: Medium Priorty: Low
252 Difficulty: Low (once 5 is done) Priority: Low
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h140 const ConstantInt *Low; member
145 Case() : Low(nullptr), High(nullptr), BB(nullptr), ExtraWeight(0) { } in Case()
147 uint32_t extraweight) : Low(low), High(high), BB(bb), in Case()
152 const APInt &rLow = Low->getValue(); in size()
/external/vixl/test/examples/
Dtest-examples.cc495 #define CHECKBOUNDS_DOTEST(Value, Low, High) \ argument
499 simulator.set_xreg(1, Low); \
502 assert(regs.xreg(0) == ((Low <= Value) && (Value <= High))); \
/external/llvm/lib/IR/
DMetadata.cpp829 ConstantInt *Low, ConstantInt *High) { in tryMergeRange() argument
830 ConstantRange NewRange(Low->getValue(), High->getValue()); in tryMergeRange()
848 ConstantInt *Low, ConstantInt *High) { in addRange() argument
850 if (tryMergeRange(EndPoints, Low, High)) in addRange()
853 EndPoints.push_back(Low); in addRange()
/external/jmonkeyengine/engine/src/test/jme3test/network/
DTestSerialization.java68 Low; enumConstant
/external/llvm/include/llvm/Support/
DMathExtras.h253 inline uint64_t Make_64(uint32_t High, uint32_t Low) {
254 return ((uint64_t)High << 32) | (uint64_t)Low;

12345