/external/lzma/CS/7zip/Compress/RangeCoder/ |
D | RangeCoder.cs | 11 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()
|
D | RangeCoderBit.cs | 37 encoder.Low += newBound; in Encode()
|
/external/llvm/include/llvm/Support/ |
D | IntegersSubset.h | 181 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 …]
|
D | IntegersSubsetMapping.h | 318 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/ |
D | RangeCoder.h | 21 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()
|
D | RangeCoderBit.h | 60 encoder->Low += newBound; in Encode()
|
/external/lzma/Java/SevenZip/Compression/RangeCoder/ |
D | Encoder.java | 14 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/ |
D | Ppmd7Enc.c | 11 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/ |
D | LowerSwitch.cpp | 50 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/ |
D | ArgumentPromotion.cpp | 251 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/ |
D | register_state_check.h | 26 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
|
/external/llvm/ |
D | README.txt | 1 Low Level Virtual Machine (LLVM) 4 This directory and its subdirectories contain source code for the Low Level
|
/external/clang/test/Index/ |
D | complete-type-factors.m | 8 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/ |
D | VariadicFunctionTest.cpp | 88 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/ |
D | SkPanose.h | 94 ((Low, 4)) 281 ((Low, 4)) 353 ((Low, 3)) 422 ((Low, 4))
|
/external/chromium_org/third_party/skia/src/sfnt/ |
D | SkPanose.h | 94 ((Low, 4)) 281 ((Low, 4)) 353 ((Low, 3)) 422 ((Low, 4))
|
/external/libmtp/ |
D | ChangeLog | 241 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 …]
|
D | AUTHORS | 3 Richard Low <richard@wentnet.com>
|
/external/chromium_org/chrome_frame/ |
D | chrome_frame_elevation.rgs | 5 NoRemove 'Low Rights' {
|
/external/llvm/lib/IR/ |
D | Metadata.cpp | 425 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/ |
D | mul.pl | 11 $Low="eax";
|
D | mul_add.pl | 11 $Low="eax";
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/ |
D | mul.pl | 11 $Low="eax";
|
D | mul_add.pl | 11 $Low="eax";
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 132 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()
|