Searched refs:IP (Results 51 - 75 of 135) sorted by relevance

123456

/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_pixmap_colormap.spec42 IP Status
H A DMESA_set_3dfx_mode.spec36 IP Status
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_trace.spec47 IP Status
/external/freetype/src/truetype/
H A Dttinterp.h188 FT_Long IP; /* current instruction pointer */ member in struct:TT_ExecContextRec_
195 /* increment IP after ins. exec */
301 FT_Long IP );
/external/iproute2/examples/
H A Dcbqinit.eth14 IP=/home/root/ip
/external/iproute2/examples/diffserv/
H A DEdge214 IP=$IPROUTE/ip/ip
H A DEdge31-cb-chains15 IP=$IPROUTE/ip/ip
/external/mesa3d/docs/
H A DMESA_copy_sub_buffer.spec37 IP Status
H A DMESA_pixmap_colormap.spec42 IP Status
H A DMESA_set_3dfx_mode.spec36 IP Status
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec47 IP Status
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttinterp.h188 FT_Long IP; /* current instruction pointer */ member in struct:TT_ExecContextRec_
195 /* increment IP after ins. exec */
303 FT_Long IP );
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c190 fprintf(stderr,"%u (%d) [%u],", ptr->Instruction->IP, score,
249 DBG("%i is now ready\n", sinst->Instruction->IP);
428 DBG("%i: commit score = %d\n", sinst->Instruction->IP, sinst->Score);
462 DBG("%i: commit TEX reads\n", readytex->Instruction->IP);
482 DBG("%i: commit TEX writes\n", readytex->Instruction->IP);
1177 DBG("%i: read %i[%i] chan %i\n", s->Current->Instruction->IP, file, index, chan);
1217 DBG("%i: write %i[%i] chan %i\n", s->Current->Instruction->IP, file, index, chan);
1278 inst->IP = ip++;
1280 DBG("%i: Scanning\n", inst->IP);
1289 DBG("%i: Has %i dependencies\n", inst->IP,
[all...]
H A Dradeon_pair_regalloc.c181 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP;
606 if (endloop->IP > s->LoopEnd) {
607 s->LoopEnd = endloop->IP;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c190 fprintf(stderr,"%u (%d) [%u],", ptr->Instruction->IP, score,
249 DBG("%i is now ready\n", sinst->Instruction->IP);
428 DBG("%i: commit score = %d\n", sinst->Instruction->IP, sinst->Score);
462 DBG("%i: commit TEX reads\n", readytex->Instruction->IP);
482 DBG("%i: commit TEX writes\n", readytex->Instruction->IP);
1177 DBG("%i: read %i[%i] chan %i\n", s->Current->Instruction->IP, file, index, chan);
1217 DBG("%i: write %i[%i] chan %i\n", s->Current->Instruction->IP, file, index, chan);
1278 inst->IP = ip++;
1280 DBG("%i: Scanning\n", inst->IP);
1289 DBG("%i: Has %i dependencies\n", inst->IP,
[all...]
H A Dradeon_pair_regalloc.c181 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP;
606 if (endloop->IP > s->LoopEnd) {
607 s->LoopEnd = endloop->IP;
/external/iproute2/doc/
H A Dip-tunnels.tex2 \def\TITLE{Tunnels over IP}
5 \Large\bf Tunnels over IP in Linux-2.2
149 ipip & IP over IP & tunl0 \\
150 sit & IPv6 over IP & sit0 \\
151 gre & ANY over GRE over IP & gre0
173 \verb|remote <D>| sets remote endpoint of the tunnel to IP
259 either number or IP address-like dotted quad.
399 to resolve both IP and IPv6 addresses via ARP/NDISC, so that
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp197 MCInstPrinter *IP) {
227 IP->printInst(&(*i)->getInsts()->at(ii).Inst, OS, "");
346 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter(
348 if (!IP) {
366 IP->printInst(&II->Inst, outs(), "");
378 **FI, IP.get());
523 IP->printInst(&Inst, outs(), "");
196 emitDOTFile(const char *FileName, const MCFunction &f, MCInstPrinter *IP) argument
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1779 HoistInsertPosition(BasicBlock::iterator IP,
1782 AdjustInsertPositionForExpand(BasicBlock::iterator IP,
1789 BasicBlock::iterator IP,
4406 LSRInstance::HoistInsertPosition(BasicBlock::iterator IP, argument
4410 const Loop *IPLoop = LI.getLoopFor(IP->getParent());
4414 for (DomTreeNode *Rung = DT.getNode(IP->getParent()); ; ) {
4415 if (!Rung) return IP;
4417 if (!Rung) return IP;
4447 IP = BetterPos;
4449 IP
4502 BasicBlock::iterator IP = HoistInsertPosition(LowestIP, Inputs); local
4523 Expand(const LSRFixup &LF, const Formula &F, BasicBlock::iterator IP, SCEVExpander &Rewriter, SmallVectorImpl<WeakVH> &DeadInsts) const argument
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/des/
H A Dinternal.h126 /* IP and FP
157 Thanks for hints from Richard Outerbridge - he told me IP&FP
166 #define IP(l, r) \ macro
/external/iproute2/lib/
H A Dll_proto.c40 __PF(IP,ip)
/external/libunwind/doc/
H A Dunw_get_proc_info_by_ip.tex8 \begin{Name}{3}{unw\_get\_proc\_info\_by\_ip}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_info\_by\_ip}unw\_get\_proc\_info\_by\_ip -- get procedure info by IP
22 instruction-pointer (IP) instead of a cursor. This is more flexible
/external/llvm/include/llvm/IR/
H A DIRBuilder.h99 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { argument
101 InsertPt = IP;
163 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
165 return IP;
169 void restoreIP(InsertPoint IP) { argument
170 if (IP.isSet())
171 SetInsertPoint(IP.getBlock(), IP.getPoint());
459 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr) argument
460 : IRBuilderBase(IP
471 IRBuilder(BasicBlock *TheBB, BasicBlock::iterator IP, const T& F, MDNode *FPMathTag = nullptr) argument
477 IRBuilder(BasicBlock *TheBB, BasicBlock::iterator IP, MDNode *FPMathTag = nullptr) argument
[all...]
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h116 const MCInstPrinter *IP,
/external/tcpdump/
H A Dtelnet.h57 #define IP 244 /* interrupt process--permanently */ macro
72 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
222 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \

Completed in 684 milliseconds

123456