Searched refs:Num (Results 1 – 2 of 2) sorted by relevance
21 ErrorKind::Num(ref e) => Some(e), in cause()32 ErrorKind::Num(ref e) => e.fmt(f), in fmt()42 Num(num::ParseIntError), enumerator55 kind: ErrorKind::Num(e), in from_num()
1898 // Num. bytes written into the circular buffer, including chunk headers.1901 // Num. bytes overwritten before they have been read (i.e. loss of data).1920 // Num. bytes that were allocated as padding between chunks in the circular1924 // Num. of padding bytes that were removed from the circular buffer when1932 // Num. chunks (!= packets) written into the buffer.1935 // Num. chunks (!= packets) rewritten into the buffer. This means we rewrote1939 // Num. chunks overwritten before they have been read (i.e. loss of data).1942 // Num. chunks discarded (i.e. loss of data). Can be > 0 only when a buffer1946 // Num. chunks (!= packets) that were fully read from the circular buffer by1951 // Num. chunks that were committed out of order.[all …]