Home
last modified time | relevance | path

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

/external/openscreen/third_party/abseil/src/absl/container/internal/
Draw_hash_set.h1522 const auto empty_before = Group(ctrl_ + index_before).MatchEmpty();
1528 empty_before && empty_after &&
1530 empty_before.LeadingZeros()) < Group::kWidth;
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h1542 const auto empty_before = Group(ctrl_ + index_before).MatchEmpty();
1548 empty_before && empty_after &&
1550 empty_before.LeadingZeros()) < Group::kWidth;
/external/abseil-cpp/absl/container/internal/
Draw_hash_set.h1448 const auto empty_before = Group(ctrl_ + index_before).MatchEmpty();
1454 empty_before && empty_after &&
1456 empty_before.LeadingZeros()) < Group::kWidth;
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h1468 const auto empty_before = Group(ctrl_ + index_before).MatchEmpty();
1474 empty_before && empty_after &&
1476 empty_before.LeadingZeros()) < Group::kWidth;
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Draw_hash_set.h1468 const auto empty_before = Group(ctrl_ + index_before).MatchEmpty();
1474 empty_before && empty_after &&
1476 empty_before.LeadingZeros()) < Group::kWidth;
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h1448 const auto empty_before = Group(ctrl_ + index_before).MatchEmpty();
1454 empty_before && empty_after &&
1456 empty_before.LeadingZeros()) < Group::kWidth;
/external/rust/crates/hashbrown/src/raw/
Dmod.rs1447 let empty_before = Group::load(self.ctrl(index_before)).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
1726 empty_before = isl_map_is_empty(m3); in test_gist_empty_pair()
1732 if (empty_before < 0 || empty_after < 0) in test_gist_empty_pair()
1734 if (empty_before) in test_gist_empty_pair()