HomeSort by relevance Sort by last modified time
    Searched full:rcid (Results 1 - 19 of 19) sorted by null

  /system/bt/stack/l2cap/
l2c_main.c 327 UINT16 rej_reason, rej_mtu, lcid, rcid, info_type; local
402 STREAM_TO_UINT16 (rcid, p);
405 L2CAP_TRACE_WARNING ("L2CAP - rej with CID invalid, LCID: 0x%04x RCID: 0x%04x", lcid, rcid);
409 && (p_ccb->remote_cid == rcid))
435 STREAM_TO_UINT16 (rcid, p);
439 l2cu_reject_connection (p_lcb, rcid, id, L2CAP_CONN_NO_PSM);
447 l2cu_reject_connection (p_lcb, rcid, id, L2CAP_CONN_NO_PSM);
454 l2cu_reject_connection (p_lcb, rcid, id, L2CAP_CONN_NO_RESOURCES);
459 p_ccb->remote_cid = rcid;
    [all...]
l2c_api.c 756 bool L2CA_GetIdentifiers(uint16_t lcid, uint16_t *rcid, uint16_t *handle) {
761 if (rcid)
762 *rcid = control_block->remote_cid;
    [all...]
  /external/llvm/include/llvm/CodeGen/
ResourcePriorityQueue.h 113 signed rawRegPressureDelta (SUnit *SU, unsigned RCId);
131 unsigned numberRCValPredInSU (SUnit *SU, unsigned RCId);
132 unsigned numberRCValSuccInSU (SUnit *SU, unsigned RCId);
  /external/llvm/lib/Target/R600/
SIRegisterInfo.h 59 bool isSGPRClassID(unsigned RCID) const {
60 if (static_cast<int>(RCID) == -1)
63 return isSGPRClass(getRegClass(RCID));
AMDGPUISelDAGToDAG.cpp 180 unsigned RCID = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue();
182 Subtarget->getRegisterInfo()->getRegClass(RCID);
    [all...]
SIInstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 70 ResourcePriorityQueue::numberRCValPredInSU(SUnit *SU, unsigned RCId) {
98 && (TLI->getRegClassFor(VT)->getID() == RCId)) {
108 unsigned RCId) {
136 && (TLI->getRegClassFor(VT)->getID() == RCId)) {
326 signed ResourcePriorityQueue::rawRegPressureDelta(SUnit *SU, unsigned RCId) {
337 && TLI->getRegClassFor(VT)->getID() == RCId)
338 RegBalance += numberRCValSuccInSU(SU, RCId);
348 && TLI->getRegClassFor(VT)->getID() == RCId)
349 RegBalance -= numberRCValPredInSU(SU, RCId);
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/Target/R600/MCTargetDesc/
SIMCCodeEmitter.cpp 204 int RCID = Desc.OpInfo[i].RegClass;
205 const MCRegisterClass &RC = MRI.getRegClass(RCID);
276 int RCID = Desc.OpInfo[OpNo].RegClass;
277 const MCRegisterClass &RC = MRI.getRegClass(RCID);
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp 306 int RCID = Desc.OpInfo[OpNo].RegClass;
307 if (RCID != -1) {
308 const MCRegisterClass &ImmRC = MRI.getRegClass(RCID);
  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.cpp 38 unsigned RCId = (RegNo >> 28);
39 switch (RCId) {
  /system/bt/stack/include/
l2c_api.h 528 // channel identifier, |rcid|, and the ACL link handle, |handle|. If |lcid| is not
530 // pointed at by |rcid| and |handle|. |rcid| and |handle| may be NULL.
531 bool L2CA_GetIdentifiers(uint16_t lcid, uint16_t *rcid, uint16_t *handle);
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 134 final long rcId = rawContactsToAccountsCursor.getLong(0);
137 rawContactIdsInSameAccount.add(rcId);
139 rawContactIdsInOtherAccount.add(rcId);
    [all...]
  /external/llvm/lib/Target/R600/AsmParser/
AMDGPUAsmParser.cpp 187 bool isRegClass(unsigned RCID) const {
188 return Reg.TRI->getRegClass(RCID).contains(getReg());
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
  /external/tcpdump/
print-bgp.c 160 { BGPTYPE_RCID_PATH, "RCID Path / Cluster ID"},
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c     [all...]

Completed in 580 milliseconds