Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhamt.c431 hamt_bitpos(int32_t hash, uint32_t shift) in hamt_bitpos() function
710 uint32_t bit = hamt_bitpos(hash, shift); in hamt_node_bitmap_assoc()
970 uint32_t bit = hamt_bitpos(hash, shift); in hamt_node_bitmap_without()
1111 uint32_t bit = hamt_bitpos(hash, shift); in hamt_node_bitmap_find()
1426 new_node->b_bitmap = hamt_bitpos(self->c_hash, shift); in hamt_node_collision_assoc()
1503 node->b_bitmap = hamt_bitpos(hash, shift); in hamt_node_collision_without()