Home
last modified time | relevance | path

Searched refs:shortlen (Results 1 – 3 of 3) sorted by relevance

/external/scapy/scapy/contrib/
Dmacsec.uts19 assert(m[MACsec].shortlen == 0)
35 assert(e[MACsec].shortlen == 0)
52 assert(d[MACsec].shortlen == 0)
79 assert(m[MACsec].shortlen == 0)
95 assert(e[MACsec].shortlen == 0)
113 assert(d[MACsec].shortlen == 0)
129 = MACsec - encap - shortlen 2
133 assert(m[MACsec].shortlen == 2)
134 assert(len(m) == m[MACsec].shortlen + 20 + (8 if sa.send_sci else 0))
136 = MACsec - encap - shortlen 10
[all …]
Dmacsec.py90 def shortlen(pkt): member in MACsecSA
107 shortlen=MACsecSA.shortlen(pkt),
/external/mesa3d/src/imgui/
Dimstb_truetype.h3427 float shortlen = (float) STBTT_sqrt(dx*dx+dy*dy); in stbtt__tesselate_cubic() local
3428 float flatness_squared = longlen*longlen-shortlen*shortlen; in stbtt__tesselate_cubic()