Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhamt.c735 PyObject *val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_assoc() local
741 assert(val_or_node != NULL); in hamt_node_bitmap_assoc()
744 (PyHamtNode *)val_or_node, in hamt_node_bitmap_assoc()
750 if (val_or_node == (PyObject *)sub_node) { in hamt_node_bitmap_assoc()
773 if (val == val_or_node) { in hamt_node_bitmap_assoc()
800 key_or_null, val_or_node, /* existing key/val */ in hamt_node_bitmap_assoc()
980 PyObject *val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_without() local
988 (PyHamtNode *)val_or_node, in hamt_node_bitmap_without()
1115 PyObject *val_or_node; in hamt_node_bitmap_find() local
1129 val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_find()
[all …]