Home
last modified time | relevance | path

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

/third_party/python/Python/
Dhamt.c2301 (PyHamtNode *)(o->h_root), in _PyHamt_Assoc()
2307 if (new_root == o->h_root) { in _PyHamt_Assoc()
2319 new_o->h_root = new_root; /* borrow */ in _PyHamt_Assoc()
2336 (PyHamtNode *)(o->h_root), in _PyHamt_Without()
2357 new_o->h_root = new_root; /* borrow */ in _PyHamt_Without()
2379 return hamt_node_find(o->h_root, 0, key_hash, key, val); in hamt_find()
2418 hamt_iterator_init(&iter, v->h_root); in _PyHamt_Eq()
2462 o->h_root = NULL; in hamt_alloc()
2483 o->h_root = hamt_node_bitmap_new(0); in _PyHamt_New()
2484 if (o->h_root == NULL) { in _PyHamt_New()
[all …]
/third_party/python/Include/internal/
Dpycore_hamt.h23 PyHamtNode *h_root; member