Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_heapqmodule.c261 keep_top_bit(Py_ssize_t n) in keep_top_bit() function
298 leftmost = keep_top_bit(m + 1) - 1; /* leftmost node in row of m */ in cache_friendly_heapify()