Home
last modified time | relevance | path

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

/third_party/python/Python/
Dhamt.c324 PyObject *b_array[1]; member
537 node->b_array[i] = NULL; in hamt_node_bitmap_new()
575 Py_XINCREF(node->b_array[i]); in hamt_node_bitmap_clone()
576 clone->b_array[i] = node->b_array[i]; in hamt_node_bitmap_clone()
601 Py_XINCREF(o->b_array[i]); in hamt_node_bitmap_clone_without()
602 new->b_array[i] = o->b_array[i]; in hamt_node_bitmap_clone_without()
607 Py_XINCREF(o->b_array[i]); in hamt_node_bitmap_clone_without()
608 new->b_array[i - 2] = o->b_array[i]; in hamt_node_bitmap_clone_without()
716 PyObject *key_or_null = self->b_array[key_idx]; in hamt_node_bitmap_assoc()
717 PyObject *val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_assoc()
[all …]