Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhamt.c299 typedef enum {W_ERROR, W_NOT_FOUND, W_EMPTY, W_NEWNODE} hamt_without_t; enumerator
1010 case W_NEWNODE: { in hamt_node_bitmap_without()
1044 return W_NEWNODE; in hamt_node_bitmap_without()
1067 return W_NEWNODE; in hamt_node_bitmap_without()
1100 return W_NEWNODE; in hamt_node_bitmap_without()
1506 return W_NEWNODE; in hamt_node_collision_without()
1530 return W_NEWNODE; in hamt_node_collision_without()
1794 case W_NEWNODE: { in hamt_node_array_without()
1808 return W_NEWNODE; in hamt_node_array_without()
1838 return W_NEWNODE; in hamt_node_array_without()
[all …]