Searched refs:val_or_node (Results 1 – 1 of 1) sorted by relevance
699 PyObject *val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_assoc() local705 assert(val_or_node != NULL); in hamt_node_bitmap_assoc()708 (PyHamtNode *)val_or_node, in hamt_node_bitmap_assoc()714 if (val_or_node == (PyObject *)sub_node) { in hamt_node_bitmap_assoc()736 if (val == val_or_node) { in hamt_node_bitmap_assoc()761 key_or_null, val_or_node, /* existing key/val */ in hamt_node_bitmap_assoc()936 PyObject *val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_without() local944 (PyHamtNode *)val_or_node, in hamt_node_bitmap_without()1069 PyObject *val_or_node; in hamt_node_bitmap_find() local1083 val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_find()[all …]