/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | LengthStyleInterpolation.cpp | 53 const InterpolableNumber *subValue = toInterpolableNumber(list->get(position)); in constructCalcExpression() local 54 if (subValue->value()) { in constructCalcExpression() 57 …(previous, CSSCalcValue::createExpressionNode(CSSPrimitiveValue::create(subValue->value(), toUnitT… in constructCalcExpression() 59 …next = CSSCalcValue::createExpressionNode(CSSPrimitiveValue::create(subValue->value(), toUnitType(… in constructCalcExpression() 74 const InterpolableNumber* subValue = toInterpolableNumber(listValue->get(i)); in interpolableValueToLength() local 75 if (subValue->value()) { in interpolableValueToLength() 85 const InterpolableNumber* subValue = toInterpolableNumber(listValue->get(i)); in interpolableValueToLength() local 86 double value = subValue->value(); in interpolableValueToLength()
|
/external/lzma/Java/SevenZip/Compression/LZ/ |
D | InWindow.java | 124 public void ReduceOffsets(int subValue) in ReduceOffsets() argument 126 _bufferOffset += subValue; in ReduceOffsets() 127 _posLimit -= subValue; in ReduceOffsets() 128 _pos -= subValue; in ReduceOffsets() 129 _streamPos -= subValue; in ReduceOffsets()
|
D | BinTree.java | 344 void NormalizeLinks(int[] items, int numItems, int subValue) in NormalizeLinks() argument 349 if (value <= subValue) in NormalizeLinks() 352 value -= subValue; in NormalizeLinks() 359 int subValue = _pos - _cyclicBufferSize; in Normalize() local 360 NormalizeLinks(_son, _cyclicBufferSize * 2, subValue); in Normalize() 361 NormalizeLinks(_hash, _hashSizeSum, subValue); in Normalize() 362 ReduceOffsets(subValue); in Normalize()
|
/external/lzma/CS/7zip/Compress/LZ/ |
D | LzInWindow.cs | 124 public void ReduceOffsets(Int32 subValue) in ReduceOffsets() argument 126 _bufferOffset += (UInt32)subValue; in ReduceOffsets() 127 _posLimit -= (UInt32)subValue; in ReduceOffsets() 128 _pos -= (UInt32)subValue; in ReduceOffsets() 129 _streamPos -= (UInt32)subValue; in ReduceOffsets()
|
D | LzBinTree.cs | 344 void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue) in NormalizeLinks() argument 349 if (value <= subValue) in NormalizeLinks() 352 value -= subValue; in NormalizeLinks() 359 UInt32 subValue = _pos - _cyclicBufferSize; in Normalize() 360 NormalizeLinks(_son, _cyclicBufferSize * 2, subValue); in Normalize() 361 NormalizeLinks(_hash, _hashSizeSum, subValue); in Normalize() 362 ReduceOffsets((Int32)subValue); in Normalize()
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzFind.c | 51 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets() argument 53 p->posLimit -= subValue; in MatchFinder_ReduceOffsets() 54 p->pos -= subValue; in MatchFinder_ReduceOffsets() 55 p->streamPos -= subValue; in MatchFinder_ReduceOffsets() 291 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) in MatchFinder_Normalize3() argument 297 if (value <= subValue) in MatchFinder_Normalize3() 300 value -= subValue; in MatchFinder_Normalize3() 307 UInt32 subValue = MatchFinder_GetSubValue(p); in MatchFinder_Normalize() local 308 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize() 309 MatchFinder_ReduceOffsets(p, subValue); in MatchFinder_Normalize()
|
D | LzFind.h | 74 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems); 75 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
|
/external/lzma/C/ |
D | LzFind.c | 50 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets() argument 52 p->posLimit -= subValue; in MatchFinder_ReduceOffsets() 53 p->pos -= subValue; in MatchFinder_ReduceOffsets() 54 p->streamPos -= subValue; in MatchFinder_ReduceOffsets() 290 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) in MatchFinder_Normalize3() argument 296 if (value <= subValue) in MatchFinder_Normalize3() 299 value -= subValue; in MatchFinder_Normalize3() 306 UInt32 subValue = MatchFinder_GetSubValue(p); in MatchFinder_Normalize() local 307 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize() 308 MatchFinder_ReduceOffsets(p, subValue); in MatchFinder_Normalize()
|
D | LzFind.h | 73 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems); 74 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
|
D | LzFindMt.c | 191 UInt32 subValue = (mf->pos - mf->historySize - 1); in HashThreadFunc() local 192 MatchFinder_ReduceOffsets(mf, subValue); in HashThreadFunc() 193 MatchFinder_Normalize3(subValue, mf->hash + mf->fixedHashSize, mf->hashMask + 1); in HashThreadFunc() 393 UInt32 subValue = p->pos - p->cyclicBufferSize; in BtFillBlock() local 394 MatchFinder_Normalize3(subValue, p->son, p->cyclicBufferSize * 2); in BtFillBlock() 395 p->pos -= subValue; in BtFillBlock()
|
/external/chromium_org/third_party/lzma_sdk/ |
D | LzFind.c | 50 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets() argument 52 p->posLimit -= subValue; in MatchFinder_ReduceOffsets() 53 p->pos -= subValue; in MatchFinder_ReduceOffsets() 54 p->streamPos -= subValue; in MatchFinder_ReduceOffsets() 290 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) in MatchFinder_Normalize3() argument 296 if (value <= subValue) in MatchFinder_Normalize3() 299 value -= subValue; in MatchFinder_Normalize3() 306 UInt32 subValue = MatchFinder_GetSubValue(p); in MatchFinder_Normalize() local 307 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize() 308 MatchFinder_ReduceOffsets(p, subValue); in MatchFinder_Normalize()
|
D | LzFind.h | 73 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems); 74 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | XSSAuditor.cpp | 616 … String subValue = semicolonSeparatedValueContainingJavaScriptURL(String(attribute.value)); in eraseDangerousAttributesIfInjected() local 617 if (!subValue.isEmpty()) { in eraseDangerousAttributesIfInjected() 620 && isContainedInRequest(canonicalize(subValue, ScriptLikeAttributeTruncation)); in eraseDangerousAttributesIfInjected()
|
/external/chromium_org/third_party/brotli/src/ |
D | ots-lzma.patch | 2183 +void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) 2185 + p->posLimit -= subValue; 2186 + p->pos -= subValue; 2187 + p->streamPos -= subValue; 2423 +void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) 2429 + if (value <= subValue) 2432 + value -= subValue; 2439 + UInt32 subValue = MatchFinder_GetSubValue(p); 2440 + MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); 2441 + MatchFinder_ReduceOffsets(p, subValue); [all …]
|