Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_utility.cc398 uint16_t XLen = *ptr++ << 8; in Parse() local
399 XLen += *ptr++; // in 32 bit words in Parse()
400 XLen *= 4; // in octs in Parse()
402 if (remain < (4 + XLen)) { in Parse()
406 const uint8_t* ptrRTPDataExtensionEnd = ptr + XLen; in Parse()
412 header.headerLength += XLen; in Parse()
/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h102 unsigned XLen = XCosts.getLength(), in applyR2() local
111 for (unsigned k = 1; k < XLen; ++k) { in applyR2()