/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_main.c | 321 UINT16 rej_reason, rej_mtu, lcid, rcid, info_type; local 372 STREAM_TO_UINT16 (rcid, p); 375 L2CAP_TRACE_WARNING2 ("L2CAP - rej with CID invalid, LCID: 0x%04x RCID: 0x%04x", lcid, rcid); 379 && (p_ccb->remote_cid == rcid)) 405 STREAM_TO_UINT16 (rcid, p); 409 l2cu_reject_connection (p_lcb, rcid, id, L2CAP_CONN_NO_PSM); 417 l2cu_reject_connection (p_lcb, rcid, id, L2CAP_CONN_NO_PSM); 424 l2cu_reject_connection (p_lcb, rcid, id, L2CAP_CONN_NO_RESOURCES); 429 p_ccb->remote_cid = rcid; [all...] |
/external/llvm/lib/CodeGen/ |
MachineLICM.cpp | 248 unsigned &RCId, unsigned &RCCost) const; 781 unsigned &RCId, unsigned &RCCost) const { 785 RCId = RC->getID(); 788 RCId = TLI->getRepRegClassFor(VT)->getID(); 822 unsigned RCId, RCCost; 823 getRegisterClassIDAndCost(MI, Reg, i, RCId, RCCost); 825 RegPressure[RCId] += RCCost; 830 RegPressure[RCId] += RCCost; 832 RegPressure[RCId] -= RCCost; 857 unsigned RCId, RCCost [all...] |
MachineInstr.cpp | [all...] |
/external/llvm/include/llvm/CodeGen/ |
ResourcePriorityQueue.h | 117 signed rawRegPressureDelta (SUnit *SU, unsigned RCId); 137 unsigned numberRCValPredInSU (SUnit *SU, unsigned RCId); 138 unsigned numberRCValSuccInSU (SUnit *SU, unsigned RCId);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ResourcePriorityQueue.cpp | 71 ResourcePriorityQueue::numberRCValPredInSU(SUnit *SU, unsigned RCId) { 99 && (TLI->getRegClassFor(VT)->getID() == RCId)) { 109 unsigned RCId) { 137 && (TLI->getRegClassFor(VT)->getID() == RCId)) { 327 signed ResourcePriorityQueue::rawRegPressureDelta(SUnit *SU, unsigned RCId) { 338 && TLI->getRegClassFor(VT)->getID() == RCId) 339 RegBalance += numberRCValSuccInSU(SU, RCId); 349 && TLI->getRegClassFor(VT)->getID() == RCId) 350 RegBalance -= numberRCValPredInSU(SU, RCId);
|
ScheduleDAGRRList.cpp | [all...] |
/external/llvm/lib/Target/NVPTX/InstPrinter/ |
NVPTXInstPrinter.cpp | 40 unsigned RCId = (RegNo >> 28); 41 switch (RCId) {
|
/external/llvm/lib/Target/Mips/ |
MipsSEISelDAGToDAG.cpp | 430 unsigned RCID = Subtarget.hasDSP() ? Mips::ACRegsDSPRegClassID : 432 SDValue RegClass = CurDAG->getTargetConstant(RCID, MVT::i32);
|
/external/tcpdump/ |
print-bgp.c | 165 { BGPTYPE_RCID_PATH, "RCID Path / Cluster ID"}, [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf.c | [all...] |