/external/syzkaller/pkg/compiler/testdata/ |
D | errors2.txt | 15 sr1 { 16 f1 sr1 ### recursive declaration: sr1.f1 -> sr1 (mark some pointers as opt) 64 sr1 sr1
|
/external/skqp/experimental/canvaskit/htmlcanvas/ |
D | radialgradient.js | 68 var sr1 = r1 * scaleFactor; 73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
|
/external/skia/modules/canvaskit/htmlcanvas/ |
D | radialgradient.js | 68 var sr1 = r1 * scaleFactor; 73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
|
/external/jemalloc/test/include/test/ |
D | SFMT-alti.h | 70 const vector unsigned int sr1 = ALTI_SR1; in vec_recursion() local 83 y = vec_sr(b, sr1); in vec_recursion()
|
/external/jemalloc_new/test/include/test/ |
D | SFMT-alti.h | 70 const vector unsigned int sr1 = ALTI_SR1; in vec_recursion() local 83 y = vec_sr(b, sr1); in vec_recursion()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | 2009-09-18-carrybit.ll | 6 define i64 @foo(i64 %r.0.ph, i64 %q.0.ph, i32 %sr1.1.ph) nounwind { 54 %exitcond = icmp eq i32 %indvar.next, %sr1.1.ph ; <i1> [#uses=1]
|
/external/scapy/test/ |
D | edns0.uts | 53 #r = sr1(IP(dst="85.17.219.217")/UDP()/DNS(qd=[DNSQR(qtype="A", qname="www.edns-ping.org.")], ar=[D… 67 r = sr1(IP(dst="l.root-servers.net")/UDP()/DNS(qd=[DNSQR(qtype="SOA", qname=".")], ar=[DNSRROPT(z=0…
|
D | linux.uts | 67 x = sr1(IP(dst="www.google.com")/ICMP(),timeout=3)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | 2009-09-18-carrybit.ll | 6 define i64 @foo(i64 %r.0.ph, i64 %q.0.ph, i32 %sr1.1.ph) nounwind { 54 %exitcond = icmp eq i32 %indvar.next, %sr1.1.ph ; <i1> [#uses=1]
|
/external/scapy/scapy/layers/ |
D | snmp.py | 16 from scapy.sendrecv import sr1 249 …r = sr1(IP(dst=dst)/UDP(sport=RandShort())/SNMP(community=community, PDU=SNMPnext(varbindlist=[SNM…
|
D | dns.py | 18 from scapy.sendrecv import sr1 763 r=sr1(IP(dst=nameserver)/UDP()/DNS(opcode=5, 785 r=sr1(IP(dst=nameserver)/UDP()/DNS(opcode=5,
|
D | inet.py | 26 from scapy.sendrecv import sr,sr1,srp1 1720 …p = sr1(IP(dst=target, options=b"\x00"*40, proto=200)/"XXXXYYYYYYYYYYYY",timeout=timeout,verbose=0)
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2009-09-18-carrybit.ll | 6 define i64 @foo(i64 %r.0.ph, i64 %q.0.ph, i32 %sr1.1.ph) nounwind { 54 %exitcond = icmp eq i32 %indvar.next, %sr1.1.ph ; <i1> [#uses=1]
|
/external/scapy/doc/scapy/ |
D | extending.rst | 19 from scapy.all import sr1,IP,ICMP 21 p=sr1(IP(dst=sys.argv[1])/ICMP())
|
D | troubleshooting.rst | 22 >>> sr1(IP(dst="127.0.0.1")/ICMP())
|
D | usage.rst | 273 …s a couple of packet and answers, and the unanswered packets. The function sr1() is a variant that… 277 >>> p = sr1(IP(dst="www.slashdot.org")/ICMP()/"XXXXXXXXXXX") 319 >>> sr1(IP(dst="192.168.5.1")/UDP()/DNS(rd=1,qd=DNSQR(qname="www.slashdot.org"))) 364 >>> sr1(IP(dst="72.14.207.99")/TCP(dport=80,flags="S")) 493 sr1 : Send packets at layer 3 and return only the first answer 1315 >>> sr1(IP(dst="172.16.1.232")/ICMP()) 1324 >>> sr1(IP(dst="172.16.1.1", options="\x02")/ICMP()) 1459 >>> sr1(IP(dst="72.14.207.99")/TCP(dport=80,flags="S",options=[('Timestamp',(0,0))]))
|
/external/clang/test/SemaCXX/ |
D | atomic-type.cpp | 39 short &sr1 = ovl1(a); in test_overloading() local
|
D | overloaded-builtin-operators.cpp | 95 short& sr1 = (sr *= lr); in g() local
|
/external/scapy/ |
D | README | 48 >>> r = sr1(p) 68 r = sr1(p)
|
D | README.md | 48 >>> r = sr1(p) 68 r = sr1(p)
|
/external/libaom/libaom/av1/common/arm/ |
D | selfguided_neon.c | 528 int32x4_t sr0, sr1, sr2, sr3, sr4, sr5, sr6, sr7; in calc_ab_internal_hbd() local 543 load_s32_4x4(src1, buf_stride, &sr0, &sr1, &sr2, &sr3); in calc_ab_internal_hbd() 548 s1 = vrshlq_u32(vreinterpretq_u32_s32(sr1), bd_min_1_vec); in calc_ab_internal_hbd() 590 int32x4_t sr0, sr1, sr2, sr3, sr4, sr5, sr6, sr7; in calc_ab_fast_internal_lbd() local 602 load_s32_4x4(src1, buf_stride, &sr0, &sr1, &sr2, &sr3); in calc_ab_fast_internal_lbd() 606 s1 = vreinterpretq_u32_s32(sr1); in calc_ab_fast_internal_lbd() 644 int32x4_t sr0, sr1, sr2, sr3, sr4, sr5, sr6, sr7; in calc_ab_fast_internal_hbd() local 656 load_s32_4x4(src1, buf_stride, &sr0, &sr1, &sr2, &sr3); in calc_ab_fast_internal_hbd() 660 s1 = vrshlq_u32(vreinterpretq_u32_s32(sr1), bd_min_1_vec); in calc_ab_fast_internal_hbd()
|
/external/u-boot/drivers/serial/ |
D | serial_mxc.c | 128 u32 sr1; member
|
/external/scapy/scapy/ |
D | supersocket.py | 64 def sr1(self, *args, **kargs): member in SuperSocket
|
D | sendrecv.py | 370 def sr1(x, promisc=None, filter=None, iface=None, nofilter=0, *args,**kargs): function
|
/external/scapy/doc/notebooks/ |
D | Scapy in 15 minutes.ipynb | 337 …"The `sr1()` function sends a packet and return the corresponding answer. `srp1()` does the same f… 369 "sr1(IP(dst=\"8.8.8.8\")/UDP()/DNS(qd=DNSQR()))\n", 377 …"Another alternative is the `sr()` function. Like `srp1()`, the `sr1()` function can be used for l… 592 "ssck.sr1(DNS(rd=1, qd=DNSQR(qname=\"www.example.com\")))" 1055 "ssck.sr1(DNSTCP(dns=DNS(rd=1, qd=DNSQR(qname=\"www.example.com\"))))" 1085 " print sr1(IPv6(dst=args.ipv6_address)/ICMPv6EchoRequest(), verbose=0).summary()"
|