OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XLen
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc
277
size_t
XLen
= ByteReader<uint16_t>::ReadBigEndian(ptr);
279
XLen
*= 4; // in bytes
281
if (static_cast<size_t>(remain) < (4 +
XLen
)) {
285
const uint8_t* ptrRTPDataExtensionEnd = ptr +
XLen
;
291
header->headerLength +=
XLen
;
/external/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h
103
unsigned
XLen
= XCosts.getLength(),
112
for (unsigned k = 1; k <
XLen
; ++k) {
Completed in 77 milliseconds