Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhamt.c430 hamt_bitpos(int32_t hash, uint32_t shift) in hamt_bitpos() function
709 uint32_t bit = hamt_bitpos(hash, shift); in hamt_node_bitmap_assoc()
969 uint32_t bit = hamt_bitpos(hash, shift); in hamt_node_bitmap_without()
1110 uint32_t bit = hamt_bitpos(hash, shift); in hamt_node_bitmap_find()
1425 new_node->b_bitmap = hamt_bitpos(self->c_hash, shift); in hamt_node_collision_assoc()
1502 node->b_bitmap = hamt_bitpos(hash, shift); in hamt_node_collision_without()