Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhamt.c456 hamt_bitindex(uint32_t bitmap, uint32_t bit) in hamt_bitindex() function
613 uint32_t idx = hamt_bitindex(o->b_bitmap, bit); in hamt_node_bitmap_clone_without()
710 uint32_t idx = hamt_bitindex(self->b_bitmap, bit); in hamt_node_bitmap_assoc()
974 uint32_t idx = hamt_bitindex(self->b_bitmap, bit); in hamt_node_bitmap_without()
1122 idx = hamt_bitindex(self->b_bitmap, bit); in hamt_node_bitmap_find()