Searched defs:childpos (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _heapqmodule.c | 77 Py_ssize_t startpos, endpos, childpos, rightpos, limit; in _siftup() local 418 Py_ssize_t startpos, endpos, childpos, rightpos, limit; in _siftupmax() local
|
/external/python/cpython3/Modules/ |
D | _heapqmodule.c | 55 Py_ssize_t startpos, endpos, childpos, limit; in siftup() local 409 Py_ssize_t startpos, endpos, childpos, limit; in siftup_max() local
|