Home
last modified time | relevance | path

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

/third_party/python/Python/
Dhamt.c330 int32_t c_hash; member
1272 node->c_hash = hash; in hamt_node_collision_new()
1314 if (hash == self->c_hash) { in hamt_node_collision_assoc()
1335 self->c_hash, Py_SIZE(self) + 2); in hamt_node_collision_assoc()
1369 self->c_hash, Py_SIZE(self)); in hamt_node_collision_assoc()
1407 new_node->b_bitmap = hamt_bitpos(self->c_hash, shift); in hamt_node_collision_assoc()
1430 if (hash != self->c_hash) { in hamt_node_collision_without()
1494 self->c_hash, Py_SIZE(self) - 2); in hamt_node_collision_without()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc1533 std::hash<absl::optional<const int>> c_hash; in TEST() local
1535 EXPECT_EQ(hash(i), c_hash(i)); in TEST()
Dvariant_test.cc2110 std::hash<absl::variant<const int>> c_hash; in TEST() local
2112 EXPECT_EQ(hash(i), c_hash(i)); in TEST()
/third_party/mksh/
Dsh.h2457 int c_hash(const char **);
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h45537 struct hlist_bl_head *c_hash; member