Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhamt.c330 int32_t c_hash; member
1292 node->c_hash = hash; in hamt_node_collision_new()
1334 if (hash == self->c_hash) { in hamt_node_collision_assoc()
1355 self->c_hash, Py_SIZE(self) + 2); in hamt_node_collision_assoc()
1389 self->c_hash, Py_SIZE(self)); in hamt_node_collision_assoc()
1427 new_node->b_bitmap = hamt_bitpos(self->c_hash, shift); in hamt_node_collision_assoc()
1450 if (hash != self->c_hash) { in hamt_node_collision_without()
1514 self->c_hash, Py_SIZE(self) - 2); in hamt_node_collision_without()
/external/mksh/src/
Dsh.h2376 int c_hash(const char **);