Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Daccu.c31 Py_ssize_t nsmall = PyList_GET_SIZE(acc->small); in flush_accumulator() local
32 if (nsmall) { in flush_accumulator()
43 if (PyList_SetSlice(acc->small, 0, nsmall, NULL)) { in flush_accumulator()
57 Py_ssize_t nsmall; in _PyAccu_Accumulate() local
62 nsmall = PyList_GET_SIZE(acc->small); in _PyAccu_Accumulate()
70 if (nsmall < 100000) in _PyAccu_Accumulate()

Completed in 1 milliseconds