Home
last modified time | relevance | path

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

12345

/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/llvm/include/llvm/Support/
DIntegersSubset.h181 IntType Low;
192 Low(RHS.Low), High(RHS.High), in IntRange()
195 Low(C), High(C), IsEmpty(false), IsSingleNumber(true) {} in IntRange()
197 IntRange(const IntType &L, const IntType &H) : Low(L), High(H), in IntRange()
198 IsEmpty(false), IsSingleNumber(Low == High) {} in IntRange()
205 return Low; in getLow()
215 if (Low == RHS.Low) {
220 if (Low < RHS.Low)
228 return Low == RHS.Low && High == RHS.High;
236 return (LHS.High - LHS.Low) < (RHS.High - RHS.Low); in LessBySize()
[all …]
DIntegersSubsetMapping.h318 const IntTy *Low = &OldItems.begin()->first.getLow(); in optimize() local
330 RangeEx R(*Low, *High, Weight); in optimize()
332 Low = &j->first.getLow(); in optimize()
338 RangeEx R(*Low, *High, Weight); in optimize()
351 void add(const IntTy &Low, const IntTy &High, SuccessorClass *S = 0) {
352 RangeTy R(Low, High);
/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()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp50 Constant* Low; member
55 Low(low), High(high), BB(bb) { } in CaseRange()
108 O << *B->Low << " -" << *B->High; in operator <<()
135 << cast<ConstantInt>(Pivot.Low)->getValue() << " -" in switchConvert()
151 Val, Pivot.Low, "Pivot"); in switchConvert()
174 if (Leaf.Low == Leaf.High) { in newLeafBlock()
177 Leaf.Low, "SwitchLeaf"); in newLeafBlock()
180 if (cast<ConstantInt>(Leaf.Low)->isMinValue(true /*isSigned*/)) { in newLeafBlock()
184 } else if (cast<ConstantInt>(Leaf.Low)->isZero()) { in newLeafBlock()
190 Constant* NegLo = ConstantExpr::getNeg(Leaf.Low); in newLeafBlock()
[all …]
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp251 std::set<ArgPromotion::IndicesVector>::iterator Low; in PrefixIn() local
252 Low = Set.upper_bound(Indices); in PrefixIn()
253 if (Low != Set.begin()) in PrefixIn()
254 Low--; in PrefixIn()
260 return Low != Set.end() && IsPrefix(*Low, Indices); in PrefixIn()
270 std::set<ArgPromotion::IndicesVector>::iterator Low; in MarkIndicesSafe() local
271 Low = Safe.upper_bound(ToMark); in MarkIndicesSafe()
273 if (Low != Safe.begin()) in MarkIndicesSafe()
274 Low--; in MarkIndicesSafe()
278 if (Low != Safe.end()) { in MarkIndicesSafe()
[all …]
/external/libvpx/libvpx/test/
Dregister_state_check.h26 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
/external/llvm/
DREADME.txt1 Low Level Virtual Machine (LLVM)
4 This directory and its subdirectories contain source code for the Low Level
/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/skia/src/sfnt/
DSkPanose.h94 ((Low, 4))
281 ((Low, 4))
353 ((Low, 3))
422 ((Low, 4))
/external/chromium_org/third_party/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/chromium_org/chrome_frame/
Dchrome_frame_elevation.rgs5 NoRemove 'Low Rights' {
/external/llvm/lib/IR/
DMetadata.cpp425 static bool tryMergeRange(SmallVectorImpl<Value *> &EndPoints, ConstantInt *Low, in tryMergeRange() argument
427 ConstantRange NewRange(Low->getValue(), High->getValue()); in tryMergeRange()
442 static void addRange(SmallVectorImpl<Value *> &EndPoints, ConstantInt *Low, in addRange() argument
445 if (tryMergeRange(EndPoints, Low, High)) in addRange()
448 EndPoints.push_back(Low); in addRange()
/external/openssl/crypto/bn/asm/x86/
Dmul.pl11 $Low="eax";
Dmul_add.pl11 $Low="eax";
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/
Dmul.pl11 $Low="eax";
Dmul_add.pl11 $Low="eax";
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h132 const Constant *Low; member
137 Case() : Low(0), High(0), BB(0), ExtraWeight(0) { } in Case()
139 uint32_t extraweight) : Low(low), High(high), BB(bb), in Case()
144 const APInt &rLow = cast<ConstantInt>(Low)->getValue(); in size()

12345