Searched refs:val_or_node (Results 1 – 1 of 1) sorted by relevance
735 PyObject *val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_assoc() local741 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() local988 (PyHamtNode *)val_or_node, in hamt_node_bitmap_without()1115 PyObject *val_or_node; in hamt_node_bitmap_find() local1129 val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_find()[all …]