Home
last modified time | relevance | path

Searched refs:orb (Results 1 – 25 of 105) sorted by relevance

12345

/external/llvm/test/CodeGen/SystemZ/
Drnsbg-01.ll10 %orb = or i32 %b, 96
11 %and = and i32 %a, %orb
20 %orb = or i64 %b, 96
21 %and = and i64 %a, %orb
30 %orb = or i32 %b, -61
31 %and = and i32 %a, %orb
40 %orb = or i64 %b, -61
41 %and = and i64 %a, %orb
99 %orb = or i32 %shlb, 127
100 %and = and i32 %a, %orb
[all …]
/external/scapy/scapy/modules/krack/
Dcrypto.py10 from scapy.compat import hex_bytes, orb
256 TSC1, WEPseed, TSC0, bitfield = (orb(x) for x in payload.read(4))
259 TSC2, TSC3, TSC4, TSC5 = (orb(x) for x in payload.read(4))
268 TA = [orb(e) for e in hex_bytes(pkt.addr2.replace(':', ''))]
289 TA = [orb(e) for e in hex_bytes(mac.replace(':', ''))]
291 TK = [orb(x) for x in tk]
299 TK = [orb(x) for x in tk]
/external/scapy/scapy/layers/
Ddns.py46 if orb(x[-1]) != 0:
52 if orb(s[0]) == 0:
55 l = orb(s[0])
60 p = ((l & ~0xc0) << 8) + orb(s[0]) - 12
106 l = orb(s[p]) # current value of the string at p
114 p = ((l & ~0xc0) << 8) + orb(s[p]) - 12
198 l = orb(s[0])
200 p = ((l & ~0xc0) << 8) + orb(s[1]) - 12
213 tmp_len = orb(tmp_s[0]) + 1
230 if orb(s[-1]):
[all …]
Dppp.py211 if _pkt and orb(_pkt[0]) == 0xff:
259 o = orb(_pkt[0])
327 o = orb(_pkt[0])
379 o = orb(_pkt[0])
426 o = orb(_pkt[0])
581 code = orb(_pkt[0])
654 code = orb(_pkt[0])
Ddhcp.py216 o = orb(x[0])
225 if len(x) < 2 or len(x) < orb(x[1])+2:
232 olen = orb(x[1])
236 olen = orb(x[1])
251 olen = orb(x[1])
Dclns.py30 from scapy.compat import orb
64 nlpid = orb(s[0])
Dvrrp.py45 ver_n_type = orb(_pkt[0])
81 ver_n_type = orb(_pkt[0])
Deap.py22 from scapy.compat import orb, chb
234 c = orb(_pkt[0])
236 t = orb(_pkt[4])
460 ptype = orb(_pkt[0])
/external/scapy/scapy/contrib/
Dbgp.py139 length = self.mask2iplen(orb(s[0])) + 1
143 mask = orb(m[0])
183 length = self.mask2iplen(orb(s[0])) + 1
187 mask = orb(m[0])
243 mask_length_in_bits = orb(remain[0])
438 message_type = orb(payload[18])
564 code = orb(payload[0])
753 orf_number = orb(remain[4])
870 param_len = orb(remain[1]) # Get param length
1068 flags = orb(remain[0])
[all …]
Digmpv3.py23 from scapy.compat import orb
104 if orb(_pkt[0]) in [0x12, 0x16, 0x17]:
106 elif orb(_pkt[0]) == 0x11 and len(_pkt) < 12:
Digmp.py26 from scapy.compat import chb, orb
84 if orb(_pkt[0]) in [0x22, 0x30, 0x31, 0x32]:
86 if orb(_pkt[0]) == 0x11 and len(_pkt) >= 12:
Dmpls.py23 from scapy.compat import orb
36 ip_version = (orb(payload[0]) >> 4) & 0xF
Dgtp.py23 from scapy.compat import chb, orb, plain_str
157 byte = orb(v)
232 if (orb(_pkt[0]) >> 5) & 0x7 == 2:
236 _gtp_type = orb(_pkt[1:2])
408 tmp_len = orb(tmp_s[0]) + 1
745 ietype = orb(s[0])
Dcdp.py30 from scapy.compat import orb
150 plen = orb(p[1])
324 return pkt[:-1] + b'\xff' + chb(orb(last_chr) - 1)
Dgtp_v2.py30 from scapy.compat import orb
142 ietype = orb(s[0])
473 option = orb(s[0])
625 proto_num = orb(s[0])*256+orb(s[1])
Dtacacs.py30 from scapy.compat import chb, orb
63 return b"".join(chb(orb(pad[i]) ^ orb(pay[i])) for i in range(len(pay)))
/external/scapy/scapy/asn1/
Dber.py74 l = orb(s[0])
83 ll |= orb(c)
100 c = orb(c)
126 x = orb(s[0])
140 tag = orb(s[0]) # first byte, as an int
297 if orb(s[0])&0x80: # negative int
301 x |= orb(c)
314 unused_bits = orb(s[0])
317 s = "".join(binrepr(orb(x)).zfill(8) for x in s[1:])
/external/llvm/test/CodeGen/X86/
Datomic8.ll94 ; X64: orb $3
96 ; X32: orb $3
98 ; X64: orb
101 ; X32: orb
106 ; X64: orb
108 ; X32: orb
Dbitreverse.ll262 ; CHECK-NEXT: orb %dl, %ah
266 ; CHECK-NEXT: orb %ah, %dl
270 ; CHECK-NEXT: orb %dl, %ah
274 ; CHECK-NEXT: orb %ah, %dl
278 ; CHECK-NEXT: orb %dl, %ah
280 ; CHECK-NEXT: orb %ah, %al
281 ; CHECK-NEXT: orb %cl, %al
301 ; CHECK-NEXT: orb %dl, %ah
304 ; CHECK-NEXT: orb %ah, %al
305 ; CHECK-NEXT: orb %cl, %al
Dor-branch.ll12 ; JUMP1: orb
35 ; CHECK: orb
/external/scapy/scapy/
Dutils6.py170 if ((orb(naddr[0]) & 0xE0) == 0x20):
174 elif orb(naddr[0]) == 0xff: # multicast
182 elif ((orb(naddr[0]) == 0xfe) and ((int(paddr[2], 16) & 0xC) == 0x8)):
231 l = ["%.02x" % orb(x) for x in list(oui + end)]
404 s1 = chb(orb(s1[0]) | 0x04) + s1[1:]
769 mbits = matching_bits(orb(tmpA[i]), orb(tmpB[i]))
Dutils.py49 j = orb(i)
59 j = orb(i)
101 s += "%02X" % orb(x[i+j])
136 s += "%02X" % orb(x[i])
159 s = ", ".join("%#04x" % orb(x) for x in x)
169 s.append(" ".join("%02x" % orb(b) for b in x))
176 return "".join("%02x" % orb(x) for x in s)
260 print(col("%02X" % orb(line[j])), end=' ')
311 c0 += orb(char)
385 return b"".join(map(lambda x,y:chb(orb(x)^orb(y)), s1, s2))
[all …]
Dcompat.py53 def orb(x): function
59 def orb(x): function
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dnarrow_op-1.ll1 ; RUN: llc < %s -march=x86-64 | grep orb | count 1
2 ; RUN: llc < %s -march=x86-64 | grep orb | grep 1
/external/syslinux/core/lzo/
Dlzo1f_d.ash41 orb %al,%al
46 orb %al,%al
134 orb %al,%al

12345