Home
last modified time | relevance | path

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

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