Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
H A Dtextio.c681 double b2cratio; member
1120 self->b2cratio = 0.0; in _io_TextIOWrapper___init___impl()
1359 self->b2cratio = 0; in _io_TextIOWrapper_reconfigure_impl()
1825 size_hint = (Py_ssize_t)(Py_MAX(self->b2cratio, 1.0) * size_hint); in textiowrapper_read_chunk()
1857 self->b2cratio = (double) nbytes / nchars; in textiowrapper_read_chunk()
1859 self->b2cratio = 0.0; in textiowrapper_read_chunk()
2733 skip_bytes = (Py_ssize_t) (self->b2cratio * chars_to_skip); in _io_TextIOWrapper_tell_impl()

Completed in 4 milliseconds