Home
last modified time | relevance | path

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

/third_party/python/Python/
Dhamt.c432 hamt_bitpos(int32_t hash, uint32_t shift) in hamt_bitpos() function
691 uint32_t bit = hamt_bitpos(hash, shift); in hamt_node_bitmap_assoc()
951 uint32_t bit = hamt_bitpos(hash, shift); in hamt_node_bitmap_without()
1092 uint32_t bit = hamt_bitpos(hash, shift); in hamt_node_bitmap_find()
1407 new_node->b_bitmap = hamt_bitpos(self->c_hash, shift); in hamt_node_collision_assoc()
1484 node->b_bitmap = hamt_bitpos(hash, shift); in hamt_node_collision_without()