Lines Matching refs:val_or_node
717 PyObject *val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_assoc() local
723 assert(val_or_node != NULL); in hamt_node_bitmap_assoc()
726 (PyHamtNode *)val_or_node, in hamt_node_bitmap_assoc()
732 if (val_or_node == (PyObject *)sub_node) { in hamt_node_bitmap_assoc()
755 if (val == val_or_node) { in hamt_node_bitmap_assoc()
782 key_or_null, val_or_node, /* existing key/val */ in hamt_node_bitmap_assoc()
962 PyObject *val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_without() local
970 (PyHamtNode *)val_or_node, in hamt_node_bitmap_without()
1097 PyObject *val_or_node; in hamt_node_bitmap_find() local
1111 val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_find()
1116 assert(val_or_node != NULL); in hamt_node_bitmap_find()
1117 return hamt_node_find((PyHamtNode *)val_or_node, in hamt_node_bitmap_find()
1129 *val = val_or_node; in hamt_node_bitmap_find()
1210 PyObject *val_or_node = node->b_array[i + 1]; in hamt_node_bitmap_dump() local
1221 if (hamt_node_dump((PyHamtNode *)val_or_node, in hamt_node_bitmap_dump()
1229 val_or_node)) in hamt_node_bitmap_dump()