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
1009 case W_NEWNODE: { in hamt_node_bitmap_without()
1043 return W_NEWNODE; in hamt_node_bitmap_without()
1066 return W_NEWNODE; in hamt_node_bitmap_without()
1099 return W_NEWNODE; in hamt_node_bitmap_without()
1505 return W_NEWNODE; in hamt_node_collision_without()
1529 return W_NEWNODE; in hamt_node_collision_without()
1793 case W_NEWNODE: { in hamt_node_array_without()
1807 return W_NEWNODE; in hamt_node_array_without()
1837 return W_NEWNODE; in hamt_node_array_without()
[all …]