Home
last modified time | relevance | path

Searched refs:printLen (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DFileLink.cpp311 unsigned printLen = Get16(p + 6); in Parse() local
327 if ((printOffs & 1) != 0 || printOffs > len || len - printOffs < printLen) in Parse()
330 GetString(p + printOffs, printLen >> 1, PrintName); in Parse()
372 unsigned printLen = Get16(p + 6); in Parse() local
388 if ((printOffs & 1) != 0 || printOffs > len || len - printOffs < printLen) in Parse()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferTestUtil.cpp100 int printLen = de::min(len, maxSpanLen); in compareByteArrays() local
103 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n" in compareByteArrays()
104 << " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart+printLen)) in compareByteArrays()
120 int printLen = de::min(len, maxSpanLen); in compareByteArrays() local
123 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n" in compareByteArrays()
124 << " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart+printLen)) in compareByteArrays()
/third_party/vk-gl-cts/modules/glshared/
H A DglsBufferTestUtil.cpp98 int printLen = de::min(len, maxSpanLen); in compareByteArrays() local
101 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n" in compareByteArrays()
102 << " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart+printLen)) in compareByteArrays()
118 int printLen = de::min(len, maxSpanLen); in compareByteArrays() local
121 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n" in compareByteArrays()
122 << " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart+printLen)) in compareByteArrays()

Completed in 4 milliseconds