Home
last modified time | relevance | path

Searched refs:empty_after (Results 1 – 8 of 8) sorted by relevance

/external/openscreen/third_party/abseil/src/absl/container/internal/
Draw_hash_set.h1521 const auto empty_after = Group(it.inner_.ctrl_).MatchEmpty();
1528 empty_before && empty_after &&
1529 static_cast<size_t>(empty_after.TrailingZeros() +
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h1541 const auto empty_after = Group(it.inner_.ctrl_).MatchEmpty();
1548 empty_before && empty_after &&
1549 static_cast<size_t>(empty_after.TrailingZeros() +
/external/abseil-cpp/absl/container/internal/
Draw_hash_set.h1447 const auto empty_after = Group(it.inner_.ctrl_).MatchEmpty();
1454 empty_before && empty_after &&
1455 static_cast<size_t>(empty_after.TrailingZeros() +
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h1467 const auto empty_after = Group(it.inner_.ctrl_).MatchEmpty();
1474 empty_before && empty_after &&
1475 static_cast<size_t>(empty_after.TrailingZeros() +
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Draw_hash_set.h1467 const auto empty_after = Group(it.inner_.ctrl_).MatchEmpty();
1474 empty_before && empty_after &&
1475 static_cast<size_t>(empty_after.TrailingZeros() +
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h1447 const auto empty_after = Group(it.inner_.ctrl_).MatchEmpty();
1454 empty_before && empty_after &&
1455 static_cast<size_t>(empty_after.TrailingZeros() +
/external/rust/crates/hashbrown/src/raw/
Dmod.rs1448 let empty_after = Group::load(self.ctrl(index)).match_empty(); in erase() localVariable
1458 let ctrl = if empty_before.leading_zeros() + empty_after.trailing_zeros() >= Group::WIDTH { in erase()
/external/llvm-project/polly/lib/External/isl/
Disl_test.c1721 isl_bool empty_before, empty_after; in test_gist_empty_pair() local
1728 empty_after = isl_map_is_empty(m3); in test_gist_empty_pair()
1732 if (empty_before < 0 || empty_after < 0) in test_gist_empty_pair()
1737 if (empty_after) in test_gist_empty_pair()