Home
last modified time | relevance | path

Searched refs:sr1 (Results 1 – 25 of 28) sorted by relevance

12

/external/syzkaller/pkg/compiler/testdata/
Derrors2.txt15 sr1 {
16 f1 sr1 ### recursive declaration: sr1.f1 -> sr1 (mark some pointers as opt)
64 sr1 sr1
/external/skqp/experimental/canvaskit/htmlcanvas/
Dradialgradient.js68 var sr1 = r1 * scaleFactor;
73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
/external/skia/modules/canvaskit/htmlcanvas/
Dradialgradient.js68 var sr1 = r1 * scaleFactor;
73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
/external/jemalloc/test/include/test/
DSFMT-alti.h70 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/
DSFMT-alti.h70 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/
D2009-09-18-carrybit.ll6 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/
Dedns0.uts53 #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…
Dlinux.uts67 x = sr1(IP(dst="www.google.com")/ICMP(),timeout=3)
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
D2009-09-18-carrybit.ll6 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/
Dsnmp.py16 from scapy.sendrecv import sr1
249 …r = sr1(IP(dst=dst)/UDP(sport=RandShort())/SNMP(community=community, PDU=SNMPnext(varbindlist=[SNM…
Ddns.py18 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,
Dinet.py26 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/
D2009-09-18-carrybit.ll6 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/
Dextending.rst19 from scapy.all import sr1,IP,ICMP
21 p=sr1(IP(dst=sys.argv[1])/ICMP())
Dtroubleshooting.rst22 >>> sr1(IP(dst="127.0.0.1")/ICMP())
Dusage.rst273 …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/
Datomic-type.cpp39 short &sr1 = ovl1(a); in test_overloading() local
Doverloaded-builtin-operators.cpp95 short& sr1 = (sr *= lr); in g() local
/external/scapy/
DREADME48 >>> r = sr1(p)
68 r = sr1(p)
DREADME.md48 >>> r = sr1(p)
68 r = sr1(p)
/external/libaom/libaom/av1/common/arm/
Dselfguided_neon.c528 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/
Dserial_mxc.c128 u32 sr1; member
/external/scapy/scapy/
Dsupersocket.py64 def sr1(self, *args, **kargs): member in SuperSocket
Dsendrecv.py370 def sr1(x, promisc=None, filter=None, iface=None, nofilter=0, *args,**kargs): function
/external/scapy/doc/notebooks/
DScapy in 15 minutes.ipynb337 …"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()"

12