Searched defs:Xr (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_packet.h426 class Xr : public RtcpPacket { class in namespace:webrtc::rtcp
429 Xr() : RtcpPacket() { function in class:webrtc::rtcp::Xr
433 virtual ~Xr() {}
439 // Max 50 items of each of {Rrtr, Dlrr, VoipMetric} allowed per Xr.
473 RTC_DISALLOW_COPY_AND_ASSIGN(Xr);
/external/openssh/openbsd-compat/
H A Dblowfish.c77 u_int32_t Xr; local
82 Xr = *xr;
85 BLFRND(s, p, Xr, Xl, 1); BLFRND(s, p, Xl, Xr, 2);
86 BLFRND(s, p, Xr, Xl, 3); BLFRND(s, p, Xl, Xr, 4);
87 BLFRND(s, p, Xr, Xl, 5); BLFRND(s, p, Xl, Xr, 6);
88 BLFRND(s, p, Xr, Xl, 7); BLFRND(s, p, Xl, Xr,
102 u_int32_t Xr; local
[all...]
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp508 APInt Xr = Xtop; // though they're just going to be overwritten local
509 APInt::sdivrem(Xtop, Xbot, Xq, Xr);
513 if (Xr != 0 || Yr != 0) {

Completed in 132 milliseconds