HomeSort by relevance Sort by last modified time
    Searched refs:XLen (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc 398 uint16_t XLen = *ptr++ << 8;
399 XLen += *ptr++; // in 32 bit words
400 XLen *= 4; // in octs
402 if (remain < (4 + XLen)) {
406 const uint8_t* ptrRTPDataExtensionEnd = ptr + XLen;
412 header.headerLength += XLen;
  /external/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 102 unsigned XLen = XCosts.getLength(),
111 for (unsigned k = 1; k < XLen; ++k) {

Completed in 203 milliseconds