Lines Matching refs:Py_SIZE
558 return Py_SIZE(node) / 2; in hamt_node_bitmap_count()
569 clone = (PyHamtNode_Bitmap *)hamt_node_bitmap_new(Py_SIZE(node)); in hamt_node_bitmap_clone()
574 for (i = 0; i < Py_SIZE(node); i++) { in hamt_node_bitmap_clone()
590 Py_SIZE(o) - 2); in hamt_node_bitmap_clone_without()
605 assert(Py_SIZE(o) >= 0 && Py_SIZE(o) <= 32); in hamt_node_bitmap_clone_without()
606 for (i = val_idx + 1; i < (uint32_t)Py_SIZE(o); i++) { in hamt_node_bitmap_clone_without()
714 assert(val_idx < (size_t)Py_SIZE(self)); in hamt_node_bitmap_assoc()
933 assert(Py_SIZE(self) >= 0 && Py_SIZE(self) <= 32); in hamt_node_bitmap_assoc()
934 for (i = key_idx; i < (uint32_t)Py_SIZE(self); i++) { in hamt_node_bitmap_assoc()
1108 assert(val_idx < (size_t)Py_SIZE(self)); in hamt_node_bitmap_find()
1143 for (i = Py_SIZE(self); --i >= 0; ) { in hamt_node_bitmap_traverse()
1155 Py_ssize_t len = Py_SIZE(self); in hamt_node_bitmap_dealloc()
1188 Py_SIZE(node), Py_SIZE(node) / 2)) in hamt_node_bitmap_dump()
1208 for (i = 0; i < Py_SIZE(node); i += 2) { in hamt_node_bitmap_dump()
1289 for (i = 0; i < Py_SIZE(self); i += 2) { in hamt_node_collision_find_index()
1335 self->c_hash, Py_SIZE(self) + 2); in hamt_node_collision_assoc()
1340 for (i = 0; i < Py_SIZE(self); i++) { in hamt_node_collision_assoc()
1357 assert(key_idx < Py_SIZE(self)); in hamt_node_collision_assoc()
1369 self->c_hash, Py_SIZE(self)); in hamt_node_collision_assoc()
1375 for (i = 0; i < Py_SIZE(self); i++) { in hamt_node_collision_assoc()
1421 return Py_SIZE(node) / 2; in hamt_node_collision_count()
1446 assert(key_idx < Py_SIZE(self)); in hamt_node_collision_without()
1494 self->c_hash, Py_SIZE(self) - 2); in hamt_node_collision_without()
1505 for (i = key_idx + 2; i < Py_SIZE(self); i++) { in hamt_node_collision_without()
1535 assert(idx + 1 < Py_SIZE(self)); in hamt_node_collision_find()
1552 for (i = Py_SIZE(self); --i >= 0; ) { in hamt_node_collision_traverse()
1564 Py_ssize_t len = Py_SIZE(self); in hamt_node_collision_dealloc()
1594 Py_SIZE(node), node)) in hamt_node_collision_dump()
1599 for (i = 0; i < Py_SIZE(node); i += 2) { in hamt_node_collision_dump()
2167 if (pos + 1 >= Py_SIZE(node)) { in hamt_iterator_bitmap_next()
2204 if (pos + 1 >= Py_SIZE(node)) { in hamt_iterator_collision_next()