Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dnode_hash_map_test.cc51 ASSERT_EQ(0, t.num_moves()); in TEST()
55 ASSERT_EQ(0, t.num_moves()); in TEST()
60 ASSERT_EQ(0, t.num_moves()); in TEST()
65 ASSERT_EQ(0, t.num_moves()); in TEST()
69 ASSERT_EQ(0, t.num_moves()); in TEST()
73 ASSERT_EQ(0, t.num_moves()); in TEST()
77 ASSERT_EQ(0, t.num_moves()); in TEST()
80 ASSERT_EQ(0, t.num_moves()); in TEST()
84 ASSERT_EQ(0, t.num_moves()); in TEST()
87 ASSERT_EQ(0, t.num_moves()); in TEST()
[all …]
/third_party/abseil-cpp/absl/container/
Dnode_hash_map_test.cc51 ASSERT_EQ(0, t.num_moves()); in TEST()
55 ASSERT_EQ(0, t.num_moves()); in TEST()
60 ASSERT_EQ(0, t.num_moves()); in TEST()
65 ASSERT_EQ(0, t.num_moves()); in TEST()
69 ASSERT_EQ(0, t.num_moves()); in TEST()
73 ASSERT_EQ(0, t.num_moves()); in TEST()
77 ASSERT_EQ(0, t.num_moves()); in TEST()
80 ASSERT_EQ(0, t.num_moves()); in TEST()
84 ASSERT_EQ(0, t.num_moves()); in TEST()
87 ASSERT_EQ(0, t.num_moves()); in TEST()
[all …]
/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_allocator_test.cc199 EXPECT_EQ(0, it->num_moves()); in TEST_F()
206 EXPECT_EQ(0, it->num_moves()); in TEST_F()
211 EXPECT_EQ(0, it->num_moves()); in TEST_F()
217 EXPECT_EQ(0, it->num_moves()); in TEST_F()
221 EXPECT_EQ(1, it->num_moves()); in TEST_F()
229 EXPECT_EQ(0, it->num_moves()); in TEST_F()
238 EXPECT_EQ(0, it->num_moves()); in TEST_F()
246 EXPECT_EQ(0, it->num_moves()); in TEST_F()
254 EXPECT_EQ(0, it->num_moves()); in TEST_F()
264 EXPECT_EQ(0, it->num_moves()); in TEST_F()
[all …]
Dtracked.h71 size_t num_moves() { return *num_moves_; } in num_moves() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_allocator_test.cc199 EXPECT_EQ(0, it->num_moves()); in TEST_F()
206 EXPECT_EQ(0, it->num_moves()); in TEST_F()
211 EXPECT_EQ(0, it->num_moves()); in TEST_F()
217 EXPECT_EQ(0, it->num_moves()); in TEST_F()
221 EXPECT_EQ(1, it->num_moves()); in TEST_F()
229 EXPECT_EQ(0, it->num_moves()); in TEST_F()
238 EXPECT_EQ(0, it->num_moves()); in TEST_F()
246 EXPECT_EQ(0, it->num_moves()); in TEST_F()
254 EXPECT_EQ(0, it->num_moves()); in TEST_F()
264 EXPECT_EQ(0, it->num_moves()); in TEST_F()
[all …]
Dtracked.h71 size_t num_moves() { return *num_moves_; } in num_moves() function
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp1055 unsigned num_moves = 0xFF; in get_regs_for_copies() local
1075 if (reg_file.is_blocked(j) || k > num_moves) { in get_regs_for_copies()
1105 if (k > num_moves || (k == num_moves && n <= num_vars)) { in get_regs_for_copies()
1113 num_moves = k; in get_regs_for_copies()
1119 if (num_moves == 0xFF) in get_regs_for_copies()
1184 unsigned num_moves = 0xFF; in get_reg_impl() local
1245 if (!found || k > num_moves) in get_reg_impl()
1247 if (k == num_moves && n < num_vars) in get_reg_impl()
1249 if (!aligned && k == num_moves && n == num_vars) in get_reg_impl()
1254 num_moves = k; in get_reg_impl()
[all …]