Home
last modified time | relevance | path

Searched refs:seqStart (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
Ddbcs-codec.js456 seqStart = -this.prevBuf.length, // idx of the start of current parsed sequence.
474 …i = seqStart; // Try to parse again, after skipping first byte of the sequence ('i' will be increm…
478 …var curSeq = (seqStart >= 0) ? buf.slice(seqStart, i+1) : prevBuf.slice(seqStart + prevBufOffset, …
512 nodeIdx = 0; seqStart = i+1;
516 this.prevBuf = (seqStart >= 0) ? buf.slice(seqStart) : prevBuf.slice(seqStart + prevBufOffset);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp650 const deUint32 seqStart = 1611747605u; in iterateTransfer() local
655 std::iota(begin(srcValues), end(srcValues), seqStart); in iterateTransfer()