Home
last modified time | relevance | path

Searched refs:scid (Results 1 – 9 of 9) sorted by relevance

/external/scapy/scapy/layers/
Dbluetooth.py164 return isinstance(other, L2CAP_ConnReq) and self.dcid == other.scid
185 return isinstance(other, L2CAP_ConfReq) and self.scid == other.dcid
198 return self.scid == other.scid
/external/swiftshader/third_party/LLVM/lib/VMCore/
DValue.cpp43 Value::Value(Type *ty, unsigned scid) in Value() argument
44 : SubclassID(scid), HasValueHandle(0), in Value()
/external/swiftshader/third_party/LLVM/include/llvm/
DValue.h94 Value(Type *Ty, unsigned scid);
/external/scapy/test/
Dbluetooth.uts70 a = HCI_Hdr()/HCI_ACL_Hdr()/L2CAP_Hdr()/L2CAP_CmdHdr()/L2CAP_ConnReq(scid=1)
/external/llvm/lib/IR/
DValue.cpp48 Value::Value(Type *ty, unsigned scid) in Value() argument
49 : VTy(checkType(ty)), UseList(nullptr), SubclassID(scid), in Value()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DValue.cpp54 Value::Value(Type *ty, unsigned scid) in Value() argument
55 : VTy(checkType(ty)), UseList(nullptr), SubclassID(scid), in Value()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h199 Value(Type *Ty, unsigned scid);
/external/llvm/include/llvm/IR/
DValue.h199 Value(Type *Ty, unsigned scid);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DValue.h205 Value(Type *Ty, unsigned scid);