Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/T0/
H A DCodeElementJump.cs29 uint jumpType; field in CodeElementJump
32 internal CodeElementJump(uint jumpType) in CodeElementJump() argument
34 this.jumpType = jumpType; in CodeElementJump()
54 int len = oneByteCode ? 1 : Encode7EUnsigned(jumpType, null); in GetLength()
87 len = EncodeOneByte(jumpType, bw); in Encode()
89 len = Encode7EUnsigned(jumpType, bw); in Encode()