Home
last modified time | relevance | path

Searched refs:num_moves (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A 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/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A 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...]
H A Dtracked.h71 size_t num_moves() { return *num_moves_; } in num_moves() function in absl::container_internal::Tracked
/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp1145 unsigned num_moves = 0xFF; in get_regs_for_copies() local
1155 /* second, check that we have at most k=num_moves elements in the window in get_regs_for_copies()
1165 if (reg_file.is_blocked(j) || k > num_moves) { in get_regs_for_copies()
1195 if (k > num_moves || (k == num_moves && n <= num_vars)) { in get_regs_for_copies()
1203 num_moves = k; in get_regs_for_copies()
1209 if (num_moves == 0xFF) in get_regs_for_copies()
1274 unsigned num_moves = 0xFF; in get_reg_impl() local
1282 * num_moves > size */ in get_reg_impl()
1290 /* second, check that we have at most k=num_moves element in get_reg_impl()
1728 unsigned num_moves = 0xFF; get_reg_create_vector() local
[all...]

Completed in 5 milliseconds