HomeSort by relevance Sort by last modified time
    Searched refs:IP (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/chromium/net/tools/flip_server/
constants.h 25 #define IPV4_PRINTABLE_FORMAT(IP) (((IP)>>0)&0xff), (((IP)>>8)&0xff), \
26 (((IP)>>16)&0xff), (((IP)>>24)&0xff)
  /external/clang/test/CodeGenCXX/
mangle-nullptr-arg.cpp 3 template<int *ip> struct IP {};
6 void test1(IP<nullptr>) {}
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 7 template<int *ip> struct IP { // expected-note 4 {{template parameter is declared here}}
8 IP<ip> *ip2;
17 IP<0> ip0; // expected-error{{null non-type template argument must be cast to template parameter type 'int *'}}
18 IP<(0)> ip1; // expected-error{{null non-type template argument must be cast to template parameter type 'int *'}}
19 IP<nullptr> ip2;
20 IP<get_nullptr()> ip3;
21 IP<(int*)0> ip4;
22 IP<np> ip5
    [all...]
  /external/llvm/lib/Analysis/
IntervalPartition.cpp 93 IntervalPartition::IntervalPartition(IntervalPartition &IP, bool)
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)
ScalarEvolutionExpander.cpp 27 /// ReuseOrCreateCast - Arrange for there to be a cast of V to Ty at IP,
33 BasicBlock::iterator IP) {
35 // point. It doesn't need to be the actual IP where the uses of the returned
36 // cast will be added, but it must dominate such IP.
54 // If the cast isn't where we want it, create a new cast at IP.
57 if (BasicBlock::iterator(CI) != IP || BIP == IP) {
61 Ret = CastInst::Create(Op, V, Ty, "", IP);
74 Ret = CastInst::Create(Op, V, Ty, V->getName(), IP);
76 // We assert at the end of the function since IP might point to a
    [all...]
  /external/iproute2/examples/
gaiconf 9 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
SYN-DoS.rate.limit 14 IP=$IPROUTE/ip/ip
35 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 1 fw \
  /external/webkit/Tools/iExploder/iexploder-1.3.2/tools/
lasthit.rb 44 "IP", "Test", "SubTest", "Total", "Agent")
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 79 MCInstPrinter *IP = TheTarget->createMCInstPrinter(AsmPrinterVariant,
81 if (!IP)
87 STI, MII, Ctx, DisAsm, IP);
155 MCInstPrinter *IP = DC->getIP();
171 IP->printInst(&Inst, OS, Comments);
196 MCInstPrinter *IP = DC->getIP();
197 IP->setUseMarkup(1);
202 MCInstPrinter *IP = DC->getIP();
203 IP->setPrintImmHex(1);
215 MCInstPrinter *IP = DC->getTarget()->createMCInstPrinter
    [all...]
Disassembler.h 75 llvm::OwningPtr<llvm::MCInstPrinter> IP;
90 MCInstPrinter *iP) : TripleName(tripleName),
100 IP.reset(iP);
115 MCInstPrinter *getIP() { return IP.get(); }
116 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); }
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv4.js 6 // Regular IP addresses in different bases.
11 // Non-IP addresses due to invalid characters.
29 // Too many components means not an IP address.
37 // Two dots in a row means not an IP address.
81 // If a long component is non-numeric, it's a hostname, *not* a broken IP.
ipv6.js 11 // Regular IP address is invalid without bounding '[' and ']'.
16 // Regular IP addresses.
59 // Non-IP addresses due to invalid characters.
62 // Too many components means not an IP address. Similarly with too few if using IPv4 compat or mapped addresses.
100 // Two dots in a row means not an IP address.
host.js 46 // Escaped numbers should be treated like IP addresses if they are.
51 // Something that isn't exactly an IP should get treated as a host and
54 // Fullwidth and escaped UTF-8 fullwidth should still be treated as IP.
57 // Broken IP addresses get marked as such.
  /external/llvm/unittests/ADT/
SparseSetTest.cpp 46 std::pair<USet::iterator, bool> IP = Set.insert(5);
47 EXPECT_TRUE(IP.second);
48 EXPECT_TRUE(IP.first == Set.begin());
62 IP = Set.insert(5);
63 EXPECT_FALSE(IP.second);
64 EXPECT_TRUE(IP.first == Set.begin());
106 std::pair<USet::iterator, bool> IP = Set.insert(3);
107 EXPECT_FALSE(IP.second);
108 EXPECT_TRUE(IP.first == Set.begin() + 1);
  /external/chromium/net/data/proxy_resolver_v8_unittest/
simple.js 1 // PAC script which uses isInNet on both IP addresses and hosts, and calls
  /external/iproute2/testsuite/lib/
generic.sh 59 $IP $@ 2> $TMP_ERR > $TMP_OUT
63 ts_err "command: $IP $@"
  /external/llvm/include/llvm/Analysis/
IntervalIterator.h 59 inline Interval *getSourceGraphNode(IntervalPartition *IP, BasicBlock *BB) {
60 return IP->getBlockInterval(BB);
108 IntervalIterator(IntervalPartition &IP, bool OwnMemory) : IOwnMem(OwnMemory) {
109 OrigContainer = &IP;
110 if (!ProcessInterval(IP.getRootInterval())) {
249 intervals_begin(IntervalPartition &IP, bool DeleteIntervals = true) {
250 return interval_part_interval_iterator(IP, DeleteIntervals);
253 inline interval_part_interval_iterator intervals_end(IntervalPartition &IP) {
  /external/ppp/pppd/plugins/radius/etc/
dictionary 49 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
dictionary.compat 17 VALUE Framed-Compression Van-Jacobsen-TCP-IP 1
18 VALUE Framed-Compression VJ-TCP-IP 1
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 390 BasicBlock::iterator IP = F.getEntryBlock().begin();
391 IRBuilder<> AtEntry(IP->getParent(), IP);
396 while (isa<AllocaInst>(IP)) ++IP;
397 AtEntry.SetInsertPoint(IP->getParent(), IP);
420 while (isa<StoreInst>(IP)) ++IP;
421 AtEntry.SetInsertPoint(IP->getParent(), IP)
    [all...]
IntrinsicLowering.cpp 165 /// instruction IP.
166 static Value *LowerBSWAP(LLVMContext &Context, Value *V, Instruction *IP) {
171 IRBuilder<> Builder(IP->getParent(), IP);
261 /// instruction IP.
262 static Value *LowerCTPOP(LLVMContext &Context, Value *V, Instruction *IP) {
271 IRBuilder<> Builder(IP->getParent(), IP);
301 /// instruction IP.
302 static Value *LowerCTLZ(LLVMContext &Context, Value *V, Instruction *IP) {
    [all...]
  /external/clang/test/FixIt/
fixit-cxx0x.cpp 91 int *ip; char *kp; member in namespace:TestMisplacedEllipsisRecovery
97 int e = me.e(&ip, &kp);
106 template<int *ip> struct IP { }; // expected-note{{declared here}}
107 IP<0> ip0; // expected-error{{null non-type template argument must be cast to template parameter type 'int *'}}
  /external/iproute2/testsuite/
Makefile 35 TC="$$i/tc/tc" IP="$$i/ip/ip" DEV="$(DEV)" IPVER="$@" SNAME="$$i" \
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 430 MCInstPrinter *IP = NULL;
432 IP =
445 IP, CE, MAB, ShowInst));
468 assert(IP && "Expected assembly output");
469 IP->setUseMarkup(1);
473 assert(IP && "Expected assembly output");
474 IP->setPrintImmHex(1);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 384 milliseconds

1 2 3 4 5