Home | History | Annotate | Download | only in _io

Lines Matching refs:accu

4 #include "accu.h"
34 _PyAccu accu;
128 PyObject *intermediate = _PyAccu_Finish(&self->accu);
132 if (_PyAccu_Init(&self->accu) ||
133 _PyAccu_Accumulate(&self->accu, intermediate)) {
152 intermediate = _PyAccu_Finish(&self->accu);
220 if (_PyAccu_Accumulate(&self->accu, decoded))
618 _PyAccu_Destroy(&self->accu);
648 _PyAccu_Destroy(&self->accu);
733 _PyAccu_Destroy(&self->accu);
788 if (_PyAccu_Init(&self->accu))