Searched defs:SLI (Results 1 - 5 of 5) sorted by relevance
/external/mtpd/ |
H A D | pptp.c | 49 SLI = 15, enumerator in enum:pptp_message 55 "OCRQ", "OCRP", "ICRQ", "ICRP", "ICCN", "CCRQ", "CDN", "WEN", "SLI", 359 case SLI:
|
H A D | l2tp.c | 57 SLI = 16, enumerator in enum:l2tp_message 63 "OCRP", "OCCN", "ICRQ", "ICRP", "ICCN", NULL, "CDN", "WEN", "SLI", 480 case SLI:
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
H A D | InlineSpiller.cpp | 737 /// eliminateRedundantSpills - SLI:VNI is known to be on the stack. Remove any 738 /// redundant spills of this value in SLI.reg and sibling copies. 739 void InlineSpiller::eliminateRedundantSpills(LiveInterval &SLI, VNInfo *VNI) { argument 742 WorkList.push_back(std::make_pair(&SLI, VNI));
|
/external/llvm/lib/CodeGen/ |
H A D | InlineSpiller.cpp | 402 /// eliminateRedundantSpills - SLI:VNI is known to be on the stack. Remove any 403 /// redundant spills of this value in SLI.reg and sibling copies. 404 void InlineSpiller::eliminateRedundantSpills(LiveInterval &SLI, VNInfo *VNI) { argument 407 WorkList.push_back(std::make_pair(&SLI, VNI));
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
H A D | rtcp_utility.h | 232 RTCPPacketPSFBSLI SLI; member in union:webrtc::RTCPUtility::RTCPPacket 389 State_PSFB_SLIItem, // SLI FCI item
|
Completed in 3271 milliseconds