Lines Matching refs:hamt_find_t
288 typedef enum {F_ERROR, F_NOT_FOUND, F_FOUND} hamt_find_t; typedef
353 static hamt_find_t
1085 static hamt_find_t
1279 static hamt_find_t
1319 hamt_find_t found; in hamt_node_collision_assoc()
1435 hamt_find_t found = hamt_node_collision_find_index(self, key, &key_idx); in hamt_node_collision_without()
1518 static hamt_find_t
1527 hamt_find_t res; in hamt_node_collision_find()
1909 static hamt_find_t
2072 static hamt_find_t
2367 static hamt_find_t
2386 hamt_find_t res = hamt_find(o, key, val); in _PyHamt_Find()
2413 hamt_find_t find_res; in _PyHamt_Eq()
2759 hamt_find_t res = hamt_find(self, key, &val); in hamt_tp_subscript()
2810 hamt_find_t res = hamt_find(self, key, &val); in hamt_py_get()