Searched refs:shortlen (Results 1 – 3 of 3) sorted by relevance
19 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 2133 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 …]
90 def shortlen(pkt): member in MACsecSA107 shortlen=MACsecSA.shortlen(pkt),
3427 float shortlen = (float) STBTT_sqrt(dx*dx+dy*dy); in stbtt__tesselate_cubic() local3428 float flatness_squared = longlen*longlen-shortlen*shortlen; in stbtt__tesselate_cubic()