Searched refs:Comm (Results 1 - 6 of 6) sorted by last modified time

/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp5448 if (const SCEVCommutativeExpr *Comm = dyn_cast<SCEVCommutativeExpr>(V)) {
5451 for (unsigned i = 0, e = Comm->getNumOperands(); i != e; ++i) {
5452 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L);
5453 if (OpAtScope != Comm->getOperand(i)) {
5456 SmallVector<const SCEV *, 8> NewOps(Comm->op_begin(),
5457 Comm->op_begin()+i);
5461 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L);
5464 if (isa<SCEVAddExpr>(Comm))
5466 if (isa<SCEVMulExpr>(Comm))
5468 if (isa<SCEVSMaxExpr>(Comm))
[all...]
/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2919 if (remote->Comm().IsConnected())
H A DRNBRemote.h233 RNBSocket& Comm() { return m_comm; } function in class:RNBRemote
H A Ddebugserver.cpp251 if (remote->Comm().IsConnected())
690 if (!remote->Comm().IsConnected())
694 if (remote->Comm().Listen(listen_host, listen_port, PortWasBoundCallback, unix_socket_name) != rnb_success)
1264 if (!remote->Comm().IsConnected())
1266 if (remote->Comm().ConnectToService () != rnb_success)
1279 remote->Comm().Write(applist_plist.c_str(), applist_plist.size());
1284 remote->Comm().Read(buf);
1286 remote->Comm().Disconnect(false);
1306 if (remote->Comm().OpenFile (str))
1419 if (remote->Comm()
[all...]
H A Dlibdebugserver.cpp367 if (g_remoteSP->Comm().useFD(fd) == rnb_success) {
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids4188 90d0 USB-to-Serial Comm. Port
11347 0d14 Array Comm, Inc.
13067 12fd AIN Comm. Technology Co., Ltd

Completed in 1537 milliseconds