Home
last modified time | relevance | path

Searched refs:oldEnd (Results 1 – 10 of 10) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdePoolString.cpp40 deUintptr oldEnd = size(); in append() local
44 std::copy(str, str+len, begin()+oldEnd); in append()
49 deUintptr oldEnd = size(); in append() local
52 std::copy(str.begin(), str.end(), begin()+oldEnd); in append()
57 deUintptr oldEnd = size(); in append() local
60 std::copy(str.begin(), str.end(), begin()+oldEnd); in append()
/external/deqp/framework/egl/
DegluConfigFilter.cpp95 size_t oldEnd = m_rules.size(); in operator <<() local
97 std::copy(other.m_rules.begin(), other.m_rules.end(), m_rules.begin()+oldEnd); in operator <<()
/external/protobuf/js/binary/
Dreader.js540 var oldEnd = this.decoder_.getEnd();
550 this.decoder_.setEnd(oldEnd);
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/sym/
DByteQuadsCanonicalizer.java1103 final int oldEnd = _spilloverEnd; in rehash() local
1130 for (int offset = 0, end = oldEnd; offset < end; offset += 4) { in rehash()
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DShadowDOM.js351 calcEditDistances: function(current, currentStart, currentEnd, old, oldStart, oldEnd) { argument
352 var rowCount = oldEnd - oldStart + 1;
414 calcSplices: function(current, currentStart, currentEnd, old, oldStart, oldEnd) { argument
417 var minLength = Math.min(currentEnd - currentStart, oldEnd - oldStart);
419 …if (currentEnd == current.length && oldEnd == old.length) suffixCount = this.sharedSuffix(current,…
423 oldEnd -= suffixCount;
424 if (currentEnd - currentStart == 0 && oldEnd - oldStart == 0) return [];
427 while (oldStart < oldEnd) splice.removed.push(old[oldStart++]);
429 … } else if (oldStart == oldEnd) return [ newSplice(currentStart, [], currentEnd - currentStart) ];
430 …romEditDistances(this.calcEditDistances(current, currentStart, currentEnd, old, oldStart, oldEnd));
Dwebcomponents.js396 calcEditDistances: function(current, currentStart, currentEnd, old, oldStart, oldEnd) { argument
397 var rowCount = oldEnd - oldStart + 1;
459 calcSplices: function(current, currentStart, currentEnd, old, oldStart, oldEnd) { argument
462 var minLength = Math.min(currentEnd - currentStart, oldEnd - oldStart);
464 …if (currentEnd == current.length && oldEnd == old.length) suffixCount = this.sharedSuffix(current,…
468 oldEnd -= suffixCount;
469 if (currentEnd - currentStart == 0 && oldEnd - oldStart == 0) return [];
472 while (oldStart < oldEnd) splice.removed.push(old[oldStart++]);
474 … } else if (oldStart == oldEnd) return [ newSplice(currentStart, [], currentEnd - currentStart) ];
475 …romEditDistances(this.calcEditDistances(current, currentStart, currentEnd, old, oldStart, oldEnd));
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp129 uint32_t oldEnd = oldRange.baseMipLevel + oldRange.levelCount - 1; in pipelineBarrier() local
130 if (std::max(newStart, oldStart) <= std::min(newEnd, oldEnd)) { in pipelineBarrier()
/external/eigen/Eigen/src/SparseCore/
DSparseMatrix.h1028 Index oldEnd = m_outerIndex[j]+m_innerNonZeros[j];
1029 for(Index k=m_outerIndex[j]; k<oldEnd; ++k)
/external/clang/lib/CodeGen/
DCGObjCMac.cpp4793 size_t oldEnd = IvarsInfo.size(); in visitField() local
4798 auto numEltEntries = IvarsInfo.size() - oldEnd; in visitField()
4805 auto firstEntry = IvarsInfo[oldEnd + i]; in visitField()
/external/llvm-project/clang/lib/CodeGen/
DCGObjCMac.cpp5396 size_t oldEnd = IvarsInfo.size(); in visitField() local
5401 auto numEltEntries = IvarsInfo.size() - oldEnd; in visitField()
5408 auto firstEntry = IvarsInfo[oldEnd + i]; in visitField()