Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhamt.c617 uint32_t val_idx = key_idx + 1; in hamt_node_bitmap_clone_without() local
626 for (i = val_idx + 1; i < (uint32_t)Py_SIZE(o); i++) { in hamt_node_bitmap_clone_without()
732 uint32_t val_idx = key_idx + 1; in hamt_node_bitmap_assoc() local
734 assert(val_idx < (size_t)Py_SIZE(self)); in hamt_node_bitmap_assoc()
737 PyObject *val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_assoc()
762 Py_SETREF(ret->b_array[val_idx], (PyObject*)sub_node); in hamt_node_bitmap_assoc()
788 Py_SETREF(ret->b_array[val_idx], val); in hamt_node_bitmap_assoc()
816 Py_SETREF(ret->b_array[val_idx], (PyObject *)sub_node); in hamt_node_bitmap_assoc()
925 uint32_t val_idx = key_idx + 1; in hamt_node_bitmap_assoc() local
949 new_node->b_array[val_idx] = val; in hamt_node_bitmap_assoc()
[all …]