Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhamt.c344 PyObject *key, PyObject *val, int* added_leaf);
672 int added_leaf = 0; in hamt_node_new_bitmap_or_collision() local
679 n, shift, key1_hash, key1, val1, &added_leaf); in hamt_node_new_bitmap_or_collision()
685 n = hamt_node_assoc(n2, shift, key2_hash, key2, val2, &added_leaf); in hamt_node_new_bitmap_or_collision()
698 PyObject *key, PyObject *val, int* added_leaf) in hamt_node_bitmap_assoc() argument
745 shift + 5, hash, key, val, added_leaf); in hamt_node_bitmap_assoc()
816 *added_leaf = 1; in hamt_node_bitmap_assoc()
864 empty, shift + 5, hash, key, val, added_leaf); in hamt_node_bitmap_assoc()
895 added_leaf); in hamt_node_bitmap_assoc()
926 *added_leaf = 1; in hamt_node_bitmap_assoc()
[all …]