Home
last modified time | relevance | path

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

/third_party/python/Python/
Dhamt.c345 PyObject *key, PyObject *val, int* added_leaf);
654 int added_leaf = 0; in hamt_node_new_bitmap_or_collision() local
661 n, shift, key1_hash, key1, val1, &added_leaf); in hamt_node_new_bitmap_or_collision()
667 n = hamt_node_assoc(n2, shift, key2_hash, key2, val2, &added_leaf); in hamt_node_new_bitmap_or_collision()
680 PyObject *key, PyObject *val, int* added_leaf) in hamt_node_bitmap_assoc() argument
727 shift + 5, hash, key, val, added_leaf); in hamt_node_bitmap_assoc()
798 *added_leaf = 1; in hamt_node_bitmap_assoc()
846 empty, shift + 5, hash, key, val, added_leaf); in hamt_node_bitmap_assoc()
877 added_leaf); in hamt_node_bitmap_assoc()
908 *added_leaf = 1; in hamt_node_bitmap_assoc()
[all …]