Searched refs:IP (Results 101 - 125 of 135) sorted by relevance

123456

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdflong.asm165 ;; FORMAT IP:CS
H A Dxdfprotect.asm138 ;; FORMAT IP:CS
/external/clang/lib/Parse/
H A DParseStmtAsm.cpp505 std::unique_ptr<llvm::MCInstPrinter> IP(
528 MII.get(), IP.get(), Callback))
/external/libpcap/
H A Dgrammar.y275 %token ARP RARP IP SCTP TCP UDP ICMP IGMP IGRP PIM VRRP CARP
459 | IP { $$ = Q_IP; }
H A Dgrammar.c362 IP = 273, enumerator in enum:yytokentype
483 #define IP 273 macro
1029 "CBYTE", "ARP", "RARP", "IP", "SCTP", "TCP", "UDP", "ICMP", "IGMP",
H A Dscanner.l197 ip return IP;
/external/mesa3d/docs/
H A DMESA_drm_image.spec39 IP Status
H A DMESA_multithread_makecurrent.spec48 IP Status
H A DMESA_texture_array.spec13 IP Status
15 No known IP issues.
/external/valgrind/main/coregrind/
H A Dm_errormgr.c1471 The matching between an IP and a suppression pattern is done either
1472 with the IP function name or with the IP object name.
1473 First time the fun or obj name is needed for an IP member
1507 /* foComplete returns the function name or object name for IP.
1508 If needFun, returns the function name for IP
1509 else returns the object name for IP.
1512 IP must be equal to focompl->ipc[ixIP]. */
1514 Addr IP, Int ixIP, Bool needFun)
1517 vg_assert (IP
1513 foComplete(IPtoFunOrObjCompleter* ip2fo, Addr IP, Int ixIP, Bool needFun) argument
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/des/
H A Ddes.c359 IP(r, l);
484 IP(l, r);
504 IP(l, r);
/external/llvm/lib/IR/
H A DConstantsContext.h544 std::pair<typename MapTy::iterator, bool> IP = Map.insert(InsertVal); local
545 Exists = !IP.second;
546 return IP.first;
H A DLegacyPassManager.cpp671 if (ImmutablePass *IP = P->getAsImmutablePass()) {
678 addImmutablePass(IP);
679 DM->recordAvailableAnalysis(IP);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb260 over an IP socket.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c155 struct instruction_state * insts = &s->Instructions[inst->IP];
/external/libunwind/doc/
H A Dlibunwind-ia64.tex83 (IP), this means there are three frame registers:
85 \item[\Const{UNW\_IA64\_IP}:] Contains the instruction pointer (IP, or
/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp918 MachineFunction::iterator IP = PBB; IP++; local
920 if (IP != MF.end())
921 PredNextBB = IP;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c155 struct instruction_state * insts = &s->Instructions[inst->IP];
/external/openssl/crypto/des/
H A Ddes_locl.h363 /* IP and FP
394 Thanks for hints from Richard Outerbridge - he told me IP&FP
404 #define IP(l,r) \ macro
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_custom_call.cc124 void PrintCallInformation(const char* IP,
292 // Get the IP address to use from call.
1100 return TypedInput("Enter destination IP.")
1175 void PrintCallInformation(const char* IP, const char* video_capture_device_name, argument
1189 std::cout << "\tIP: " << IP << std::endl;
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_array.spec13 IP Status
15 No known IP issues.
/external/libvorbis/doc/
H A D05-comment.tex127 License. see http://www.eff.org/IP/Open_licenses/eff_oal.html for
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp1328 MCInstPrinter *IP, MCCodeEmitter *CE,
1330 return new MCAsmStreamer(Context, OS, isVerboseAsm, useDwarfDirectory, IP, CE,
/external/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst491 * Code that does direct TCP/IP or UDP networking. For security reasons
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devsel.c579 perf_evsel__set_sample_bit(evsel, IP);
1862 bit_name(IP), bit_name(TID), bit_name(TIME), bit_name(ADDR),

Completed in 6218 milliseconds

123456