Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhamt.c537 node->b_bitmap = 0; in hamt_node_bitmap_new()
567 clone->b_bitmap = node->b_bitmap; in hamt_node_bitmap_clone()
574 assert(bit & o->b_bitmap); in hamt_node_bitmap_clone_without()
583 uint32_t idx = hamt_bitindex(o->b_bitmap, bit); in hamt_node_bitmap_clone_without()
597 new->b_bitmap = o->b_bitmap & ~bit; in hamt_node_bitmap_clone_without()
674 uint32_t idx = hamt_bitindex(self->b_bitmap, bit); in hamt_node_bitmap_assoc()
690 if (self->b_bitmap & bit) { in hamt_node_bitmap_assoc()
783 uint32_t n = (uint32_t)_Py_popcount32(self->b_bitmap); in hamt_node_bitmap_assoc()
834 if (((self->b_bitmap >> i) & 1) != 0) { in hamt_node_bitmap_assoc()
913 new_node->b_bitmap = self->b_bitmap | bit; in hamt_node_bitmap_assoc()
[all …]
/external/python/cpython3/Include/internal/
Dpycore_hamt.h54 uint32_t b_bitmap; member
/external/python/cpython3/Doc/data/
Dpython3.13.abi19792 …<var-decl name='b_bitmap' type-id='type-id-326' visibility='default' filepath='./Include/internal/…