Searched refs:nextAddr (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp270 SDValue nextAddr = Addr->getOperand(2);
295 if (nextAddr->getOpcode() == XCoreISD::PCRelativeWrapper &&
296 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) {
298 nextAddr->getOperand(0), Glue);
300 return CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp481 mach_vm_size_t nextAddr, nextLen; local
495 if (_task) getAddrLenForInd(nextAddr, nextLen, type, _ranges, rangeIdx);
498 nextAddr = getPhysicalSegment(offset, &physLen, kIOMemoryMapperNone);
504 pagerFlags = IODefaultCacheBits(nextAddr);
552 srcAddr = nextAddr;
554 nextAddr = 0;
559 getAddrLenForInd(nextAddr, nextLen, type, _ranges, rangeIdx);
560 if ((srcAddr + srcLen) != nextAddr) break;
629 srcAddr = nextAddr;
724 mach_vm_address_t srcAddr, nextAddr; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DEnvironmentConfig.java4074 ReplicationHostAddress nextAddr =
4077 dbenv.repmgr_add_remote_site(nextAddr.host, nextAddr.port,

Completed in 81 milliseconds