Home
last modified time | relevance | path

Searched refs:GetMaxBitLength (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bearssl/T0/
H A DCodeElementUIntExpr.cs53 return len + (cx.GetMaxBitLength(off) + 6) / 7; in GetLength()
61 int len2 = (cx.GetMaxBitLength(off) + 6) / 7; in Encode()
H A DTPointerExpr.cs62 internal int GetMaxBitLength(int off) in GetMaxBitLength() method in TPointerExpr