Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
Dtextio.c691 double b2cratio; member
1137 self->b2cratio = 0.0; in _io_TextIOWrapper___init___impl()
1392 self->b2cratio = 0; in _io_TextIOWrapper_reconfigure_impl()
1858 size_hint = (Py_ssize_t)(Py_MAX(self->b2cratio, 1.0) * size_hint); in textiowrapper_read_chunk()
1890 self->b2cratio = (double) nbytes / nchars; in textiowrapper_read_chunk()
1892 self->b2cratio = 0.0; in textiowrapper_read_chunk()
2763 skip_bytes = (Py_ssize_t) (self->b2cratio * chars_to_skip); in _io_TextIOWrapper_tell_impl()