Searched refs:val_or_node (Results 1 – 1 of 1) sorted by relevance
737 PyObject *val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_assoc() local743 assert(val_or_node != NULL); in hamt_node_bitmap_assoc()746 (PyHamtNode *)val_or_node, in hamt_node_bitmap_assoc()752 if (val_or_node == (PyObject *)sub_node) { in hamt_node_bitmap_assoc()775 if (val == val_or_node) { in hamt_node_bitmap_assoc()802 key_or_null, val_or_node, /* existing key/val */ in hamt_node_bitmap_assoc()982 PyObject *val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_without() local990 (PyHamtNode *)val_or_node, in hamt_node_bitmap_without()1117 PyObject *val_or_node; in hamt_node_bitmap_find() local1131 val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_find()[all …]