Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_utility.cc277 size_t XLen = ByteReader<uint16_t>::ReadBigEndian(ptr); in Parse() local
279 XLen *= 4; // in bytes in Parse()
281 if (static_cast<size_t>(remain) < (4 + XLen)) { in Parse()
285 const uint8_t* ptrRTPDataExtensionEnd = ptr + XLen; in Parse()
291 header->headerLength += XLen; in Parse()
/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h103 unsigned XLen = XCosts.getLength(), in applyR2() local
112 for (unsigned k = 1; k < XLen; ++k) { in applyR2()