Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/T0/
H A DT0Comp.cs197 int delayedChar; field in T0Comp
1039 int c = delayedChar; in NextChar()
1041 delayedChar = Int32.MinValue; in NextChar()
1043 delayedChar = -(c + 1); in NextChar()
1049 if (delayedChar >= 0) { in NextChar()
1050 c = delayedChar; in NextChar()
1051 delayedChar = Int32.MinValue; in NextChar()
1056 delayedChar = c; in NextChar()
1072 if (delayedChar < 0) { in Unread()
1073 if (delayedChar != Int32.MinValue) { in Unread()
[all …]