Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhamt.c615 uint32_t val_idx = key_idx + 1; in hamt_node_bitmap_clone_without() local
624 for (i = val_idx + 1; i < (uint32_t)Py_SIZE(o); i++) { in hamt_node_bitmap_clone_without()
730 uint32_t val_idx = key_idx + 1; in hamt_node_bitmap_assoc() local
732 assert(val_idx < (size_t)Py_SIZE(self)); in hamt_node_bitmap_assoc()
735 PyObject *val_or_node = self->b_array[val_idx]; in hamt_node_bitmap_assoc()
760 Py_SETREF(ret->b_array[val_idx], (PyObject*)sub_node); in hamt_node_bitmap_assoc()
786 Py_SETREF(ret->b_array[val_idx], val); in hamt_node_bitmap_assoc()
814 Py_SETREF(ret->b_array[val_idx], (PyObject *)sub_node); in hamt_node_bitmap_assoc()
923 uint32_t val_idx = key_idx + 1; in hamt_node_bitmap_assoc() local
947 new_node->b_array[val_idx] = val; in hamt_node_bitmap_assoc()
[all …]