Searched refs:IP (Results 1 - 25 of 78) sorted by relevance

1234

/external/chromium/net/tools/flip_server/
H A Dconstants.h25 #define IPV4_PRINTABLE_FORMAT(IP) (((IP)>>0)&0xff), (((IP)>>8)&0xff), \
26 (((IP)>>16)&0xff), (((IP)>>24)&0xff)
/external/llvm/lib/Analysis/
H A DIntervalPartition.cpp93 IntervalPartition::IntervalPartition(IntervalPartition &IP, bool) argument
95 assert(IP.getRootInterval() && "Cannot operate on empty IntervalPartitions!");
98 interval_part_interval_iterator I = intervals_begin(IP, false);
99 assert(I != intervals_end(IP) && "No intervals in interval partition!?!?!");
106 for (interval_part_interval_iterator E = intervals_end(IP); I != E; ++I)
H A DScalarEvolutionExpander.cpp26 /// ReuseOrCreateCast - Arrange for there to be a cast of V to Ty at IP,
32 BasicBlock::iterator IP) {
41 if (BasicBlock::iterator(CI) != IP) {
45 Instruction *NewCI = CastInst::Create(Op, V, Ty, "", IP);
58 Instruction *I = CastInst::Create(Op, V, Ty, V->getName(), IP);
103 BasicBlock::iterator IP = A->getParent()->getEntryBlock().begin(); local
104 while ((isa<BitCastInst>(IP) &&
105 isa<Argument>(cast<BitCastInst>(IP)->getOperand(0)) &&
106 cast<BitCastInst>(IP)->getOperand(0) != A) ||
107 isa<DbgInfoIntrinsic>(IP) ||
30 ReuseOrCreateCast(Value *V, Type *Ty, Instruction::CastOps Op, BasicBlock::iterator IP) argument
115 BasicBlock::iterator IP = I; ++IP; local
137 BasicBlock::iterator IP = Builder.GetInsertPoint(); local
507 BasicBlock::iterator IP = Builder.GetInsertPoint(); local
1367 BasicBlock::iterator IP = I; local
[all...]
/external/iproute2/examples/
H A Dgaiconf9 IP=ip
31 run ${IP} -6 addrlabel flush
34 run ${IP} -6 addrlabel add prefix $prefix label $label
41 ${IP} -6 addrlabel list | while read p pfx l lbl; do
H A DSYN-DoS.rate.limit14 IP=$IPROUTE/ip/ip
/external/webkit/Tools/iExploder/iexploder-1.3.2/tools/
H A Dlasthit.rb44 "IP", "Test", "SubTest", "Total", "Agent")
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h69 llvm::OwningPtr<llvm::MCInstPrinter> IP; member in class:llvm::LLVMDisasmContext
90 IP.reset(iP);
94 MCInstPrinter *getIP() { return IP.get(); }
H A DDisassembler.cpp75 MCInstPrinter *IP = TheTarget->createMCInstPrinter(AsmPrinterVariant, local
77 assert(IP && "Unable to create instruction printer!");
82 Ctx, DisAsm, IP);
142 MCInstPrinter *IP = DC->getIP(); local
158 IP->printInst(&Inst, OS, Comments);
/external/iproute2/testsuite/lib/
H A Dgeneric.sh59 $IP $@ 2> $TMP_ERR > $TMP_OUT
63 ts_err "command: $IP $@"
/external/llvm/include/llvm/Analysis/
H A DIntervalIterator.h59 inline Interval *getSourceGraphNode(IntervalPartition *IP, BasicBlock *BB) { argument
60 return IP->getBlockInterval(BB);
108 IntervalIterator(IntervalPartition &IP, bool OwnMemory) : IOwnMem(OwnMemory) { argument
109 OrigContainer = &IP;
110 if (!ProcessInterval(IP.getRootInterval())) {
249 intervals_begin(IntervalPartition &IP, bool DeleteIntervals = true) { argument
250 return interval_part_interval_iterator(IP, DeleteIntervals);
253 inline interval_part_interval_iterator intervals_end(IntervalPartition &IP) { argument
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary49 ATTRIBUTE NAS-IP-Address 4 ipaddr
53 ATTRIBUTE Framed-IP-Address 8 ipaddr
54 ATTRIBUTE Framed-IP-Netmask 9 ipaddr
59 ATTRIBUTE Login-IP-Host 14 ipaddr
102 ATTRIBUTE Add-Port-To-IP-Address 1037 integer
158 VALUE Framed-Compression Van-Jacobson-TCP-IP 1
235 VALUE Add-Port-To-IP-Address No 0
236 VALUE Add-Port-To-IP-Address Yes 1
H A Ddictionary.compat17 VALUE Framed-Compression Van-Jacobsen-TCP-IP 1
18 VALUE Framed-Compression VJ-TCP-IP 1
/external/llvm/lib/CodeGen/
H A DShadowStackGC.cpp391 BasicBlock::iterator IP = F.getEntryBlock().begin(); local
392 IRBuilder<> AtEntry(IP->getParent(), IP);
397 while (isa<AllocaInst>(IP)) ++IP;
398 AtEntry.SetInsertPoint(IP->getParent(), IP);
421 while (isa<StoreInst>(IP)) ++IP;
422 AtEntry.SetInsertPoint(IP
[all...]
H A DGCStrategy.cpp177 BasicBlock::iterator IP = F.getEntryBlock().begin(); local
178 while (isa<AllocaInst>(IP)) ++IP;
182 for (; !CouldBecomeSafePoint(IP); ++IP)
183 if (StoreInst *SI = dyn_cast<StoreInst>(IP))
H A DIntrinsicLowering.cpp165 /// instruction IP.
166 static Value *LowerBSWAP(LLVMContext &Context, Value *V, Instruction *IP) { argument
171 IRBuilder<> Builder(IP->getParent(), IP);
261 /// instruction IP.
262 static Value *LowerCTPOP(LLVMContext &Context, Value *V, Instruction *IP) { argument
271 IRBuilder<> Builder(IP->getParent(), IP);
301 /// instruction IP.
302 static Value *LowerCTLZ(LLVMContext &Context, Value *V, Instruction *IP) { argument
[all...]
H A DRegAllocLinearScan.cpp624 IntervalPtr &IP = active_.back(); local
625 unsigned reg = IP.first->reg;
626 DEBUG(dbgs() << "\tinterval " << *IP.first << " expired\n");
804 FindIntervalInVector(RALinScan::IntervalPtrs &IP, LiveInterval *LI) { argument
805 for (RALinScan::IntervalPtrs::iterator I = IP.begin(), E = IP.end();
808 return IP.end();
814 RALinScan::IntervalPtr &IP = V[i]; local
815 LiveInterval::iterator I = std::upper_bound(IP.first->begin(),
816 IP
1053 IntervalPtr &IP = fixed_[i]; local
1078 IntervalPtr &IP = fixed_[i]; local
1195 IntervalPtr &IP = fixed_[i]; local
[all...]
H A DVirtRegMap.cpp186 MI2VirtMapTy::iterator IP = MI2VirtMap.lower_bound(NewMI); local
189 MI2VirtMap.insert(IP, std::make_pair(NewMI, I->second));
194 MI2VirtMap.insert(IP, std::make_pair(NewMI, std::make_pair(VirtReg, MRInfo)));
198 MI2VirtMapTy::iterator IP = MI2VirtMap.lower_bound(MI); local
199 MI2VirtMap.insert(IP, std::make_pair(MI, std::make_pair(VirtReg, MRInfo)));
/external/mesa3d/docs/
H A DMESA_pack_invert.spec45 IP Status
H A DMESA_agp_offset.spec41 IP Status
/external/iproute2/testsuite/
H A DMakefile35 TC="$$i/tc/tc" IP="$$i/ip/ip" DEV="$(DEV)" IPVER="$@" SNAME="$$i" \
/external/freetype/src/truetype/
H A Dttinterp.h145 FT_Long IP; /* current instruction pointer */ member in struct:TT_ExecContextRec_
152 /* increment IP after ins. exec */
229 FT_Long IP );
/external/iproute2/examples/diffserv/
H A DEdge113 IP=$IPROUTE/ip/ip
/external/libpcap/
H A Dtokdefs.h47 IP = 273, enumerator in enum:yytokentype
151 #define IP 273 macro
/external/llvm/lib/Support/
H A DFoldingSet.cpp380 void *IP; local
381 if (Node *E = FindNodeOrInsertPos(ID, IP))
383 InsertNode(N, IP);
/external/llvm/tools/llvm-mc/
H A DDisassembler.cpp171 OwningPtr<MCInstPrinter> IP(T.createMCInstPrinter(AsmPrinterVariant,
173 if (!IP) {
190 ErrorOccurred |= PrintInsts(*DisAsm, *IP, ByteArray, SM, Out);

Completed in 761 milliseconds

1234