Searched refs:Low (Results 1 - 25 of 50) sorted by relevance

12

/external/lzma/Java/SevenZip/Compression/RangeCoder/
H A DEncoder.java14 long Low; field in class:Encoder
34 Low = 0;
53 int LowHi = (int)(Low >>> 32);
54 if (LowHi != 0 || Low < 0xFF000000L)
64 _cache = (((int)Low) >>> 24);
67 Low = (Low & 0xFFFFFF) << 8;
76 Low += Range;
113 Low += (newBound & 0xFFFFFFFFL);
/external/lzma/CPP/7zip/Compress/
H A DRangeCoder.h21 UInt64 Low; member in class:NCompress::NRangeCoder::CEncoder
30 Low = 0;
38 // Low += 1;
49 Low += start * (Range /= total);
60 if ((UInt32)Low < (UInt32)0xFF000000 || (int)(Low >> 32) != 0)
65 Stream.WriteByte((Byte)(temp + (Byte)(Low >> 32)));
69 _cache = (Byte)((UInt32)Low >> 24);
72 Low = (UInt32)Low <<
[all...]
H A DRangeCoderBit.h60 encoder->Low += newBound;
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoder.cs11 public UInt64 Low; field in class:SevenZip.Compression.RangeCoder.Encoder
32 Low = 0;
56 Low += start * (Range /= total);
67 if ((uint)Low < (uint)0xFF000000 || (uint)(Low >> 32) == 1)
72 Stream.WriteByte((byte)(temp + (Low >> 32)));
76 _cache = (byte)(((uint)Low) >> 24);
79 Low = ((uint)Low) << 8;
88 Low
[all...]
H A DRangeCoderBit.cs37 encoder.Low += newBound;
/external/clang/test/Index/
H A 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/chromium_org/content/browser/power_profiler/
H A Dpower_data_provider.h27 Low enumerator in enum:content::PowerDataProvider::AccuracyLevel
H A Dpower_profiler_service.cc56 case PowerDataProvider::Low:
57 return "Low";
/external/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp54 Constant* Low; member in struct:__anon26356::LowerSwitch::CaseRange
60 Low(low), High(high), BB(bb) { }
83 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low);
127 O << *B->Low << " -" << *B->High;
151 if (Begin->Low == LowerBound && Begin->High == UpperBound) {
165 << cast<ConstantInt>(Pivot.Low)->getValue()
172 ConstantInt *NewLowerBound = cast<ConstantInt>(Pivot.Low);
216 Val, Pivot.Low, "Pivot");
239 if (Leaf.Low == Leaf.High) {
242 Leaf.Low, "SwitchLea
[all...]
/external/lzma/C/
H A DPpmd7Enc.c11 p->Low = 0;
19 if ((UInt32)p->Low < (UInt32)0xFF000000 || (unsigned)(p->Low >> 32) != 0)
24 p->Stream->Write(p->Stream, (Byte)(temp + (Byte)(p->Low >> 32)));
28 p->Cache = (Byte)((UInt32)p->Low >> 24);
31 p->Low = (UInt32)p->Low << 8;
36 p->Low += start * (p->Range /= total);
58 p->Low += newBound;
H A D7z.h90 UInt32 Low; member in struct:__anon26686
H A DPpmd7.h126 UInt64 Low; member in struct:__anon26725
/external/libvpx/libvpx/test/
H A Dregister_state_check.h27 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
/external/llvm/unittests/ADT/
H A DVariadicFunctionTest.cpp88 void CountInRangeImpl(int *NumInRange, int Low, int High, argument
92 if (Low <= *Args[i] && *Args[i] <= High)
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp260 std::set<ArgPromotion::IndicesVector>::iterator Low; local
261 Low = Set.upper_bound(Indices);
262 if (Low != Set.begin())
263 Low--;
264 // Low is now the last element smaller than or equal to Indices. This means
269 return Low != Set.end() && IsPrefix(*Low, Indices);
279 std::set<ArgPromotion::IndicesVector>::iterator Low; local
280 Low = Safe.upper_bound(ToMark);
282 if (Low !
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dregister_state_check.h41 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
/external/openssl/crypto/bn/asm/x86/
H A Dmul.pl11 $Low="eax";
H A Dmul_add.pl11 $Low="eax";
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h133 const Constant *Low; member in struct:llvm::SelectionDAGBuilder::Case
138 Case() : Low(nullptr), High(nullptr), BB(nullptr), ExtraWeight(0) { }
140 uint32_t extraweight) : Low(low), High(high), BB(bb),
145 const APInt &rLow = cast<ConstantInt>(Low)->getValue();
190 assert(isa<ConstantInt>(C1.Low) && isa<ConstantInt>(C2.High));
191 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low);
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkPanose.h94 ((Low, 4))
281 ((Low, 4))
353 ((Low, 3))
422 ((Low, 4))
/external/skia/src/sfnt/
H A DSkPanose.h94 ((Low, 4))
281 ((Low, 4))
353 ((Low, 3))
422 ((Low, 4))
/external/llvm/lib/IR/
H A DMetadata.cpp428 static bool tryMergeRange(SmallVectorImpl<Value *> &EndPoints, ConstantInt *Low, argument
430 ConstantRange NewRange(Low->getValue(), High->getValue());
445 static void addRange(SmallVectorImpl<Value *> &EndPoints, ConstantInt *Low, argument
448 if (tryMergeRange(EndPoints, Low, High))
451 EndPoints.push_back(Low);
/external/vixl/test/examples/
H A Dtest-examples.cc366 #define CHECKBOUNDS_DOTEST(Value, Low, High) \
370 simulator.set_xreg(1, Low); \
373 assert(regs.xreg(0) == ((Low <= Value) && (Value <= High))); \
/external/chromium_org/third_party/lzma_sdk/
H A D7z.h90 UInt32 Low; member in struct:__anon13417
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
H A Dbn-586.pl139 $Low="eax";
255 $Low="eax";

Completed in 533 milliseconds

12