/external/llvm/lib/MC/ |
MCAssembler.cpp | 323 iterator IP; 325 IP = end(); 327 IP = MI->second; 333 getFragmentList().insert(IP, F); 337 return IP; [all...] |
/external/llvm/lib/Target/Mips/ |
MipsConstantIslandPass.cpp | 862 water_iterator IP = 865 WaterList.insert(IP, NewBB); 914 water_iterator IP = 917 MachineBasicBlock* WaterBB = *IP; 919 WaterList.insert(std::next(IP), NewBB); 921 WaterList.insert(IP, OrigBB); [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttinterp.h | 192 FT_Long IP; /* current instruction pointer */ 199 /* increment IP after ins. exec */ 302 FT_Long IP );
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
telnetlib.py | 62 IP = chr(244) # Interrupt process
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
telnetlib.py | 62 IP = chr(244) # Interrupt process
|
/bionic/libc/include/arpa/ |
telnet.h | 49 #define IP 244 /* interrupt process--permanently */ 64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 202 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/development/ndk/platforms/android-21/include/arpa/ |
telnet.h | 49 #define IP 244 /* interrupt process--permanently */ 64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 202 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/development/ndk/platforms/android-9/include/arpa/ |
telnet.h | 49 #define IP 244 /* interrupt process--permanently */ 64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 202 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/external/llvm/lib/Analysis/ |
ScalarEvolution.cpp | 320 void *IP = nullptr; 321 if (const SCEV *S = UniqueSCEVs.FindNodeOrInsertPos(ID, IP)) return S; 323 UniqueSCEVs.InsertNode(S, IP); [all...] |
ScalarEvolutionExpander.cpp | 32 /// ReuseOrCreateCast - Arrange for there to be a cast of V to Ty at IP, 38 BasicBlock::iterator IP) { 40 // point. It doesn't need to be the actual IP where the uses of the returned 41 // cast will be added, but it must dominate such IP. 57 // If the cast isn't where we want it, create a new cast at IP. 60 if (BasicBlock::iterator(CI) != IP || BIP == IP) { 64 Ret = CastInst::Create(Op, V, Ty, "", IP); 76 Ret = CastInst::Create(Op, V, Ty, V->getName(), IP); 78 // We assert at the end of the function since IP might point to a [all...] |
/external/llvm/lib/TableGen/ |
Record.cpp | 478 void *IP = nullptr; 479 if (BitsInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) 483 ThePool.InsertNode(I, IP); 644 void *IP = nullptr; 645 if (ListInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) 649 ThePool.InsertNode(I, IP); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMConstantIslandPass.cpp | [all...] |
/external/tcpdump/ |
telnet.h | 57 #define IP 244 /* interrupt process--permanently */ 72 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 222 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/external/valgrind/coregrind/ |
m_errormgr.c | 325 static void printSuppForIp_XML(UInt n, Addr ip, void* uu_opaque) 328 InlIPCursor* iipc = VG_(new_IIPC)(ip); 330 if ( VG_(get_fnname_no_cxx_demangle) (ip, &buf, iipc) ) { 333 if ( VG_(get_objname)(ip, &buf) ) { 342 static void printSuppForIp_nonXML(UInt n, Addr ip, void* textV) 346 InlIPCursor* iipc = VG_(new_IIPC)(ip); 348 if ( VG_(get_fnname_no_cxx_demangle) (ip, &buf, iipc) ) { 351 if ( VG_(get_objname)(ip, &buf) ) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/ |
telnet.h | 49 #define IP 244 /* interrupt process--permanently */ 64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 202 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/ |
telnet.h | 49 #define IP 244 /* interrupt process--permanently */ 64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 202 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/arpa/ |
telnet.h | 49 #define IP 244 /* interrupt process--permanently */ 64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 202 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/arpa/ |
telnet.h | 49 #define IP 244 /* interrupt process--permanently */ 64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 202 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/arpa/ |
telnet.h | 49 #define IP 244 /* interrupt process--permanently */ 64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 202 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/arpa/ |
telnet.h | 49 #define IP 244 /* interrupt process--permanently */ 64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 202 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/arpa/ |
telnet.h | 49 #define IP 244 /* interrupt process--permanently */ 64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 202 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/arpa/ |
telnet.h | 49 #define IP 244 /* interrupt process--permanently */ 64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 202 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/arpa/ |
telnet.h | 49 #define IP 244 /* interrupt process--permanently */ 64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 202 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/arpa/ |
telnet.h | 49 #define IP 244 /* interrupt process--permanently */ 64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 202 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/arpa/ |
telnet.h | 49 #define IP 244 /* interrupt process--permanently */ 64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 202 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|