Searched defs:keep_top_bit (Results 1 - 1 of 1) sorted by relevance

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

Completed in 197 milliseconds