Searched refs:InternalLowerBound (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cc229 TEST(SanitizerCommon, InternalLowerBound) {
238 EXPECT_EQ(0u, InternalLowerBound(arr, 0, kSize, 0, UptrLess));
239 EXPECT_EQ(0u, InternalLowerBound(arr, 0, kSize, 1, UptrLess));
240 EXPECT_EQ(1u, InternalLowerBound(arr, 0, kSize, 2, UptrLess));
241 EXPECT_EQ(1u, InternalLowerBound(arr, 0, kSize, 3, UptrLess));
242 EXPECT_EQ(2u, InternalLowerBound(arr, 0, kSize, 4, UptrLess));
243 EXPECT_EQ(2u, InternalLowerBound(arr, 0, kSize, 5, UptrLess));
244 EXPECT_EQ(3u, InternalLowerBound(arr, 0, kSize, 6, UptrLess));
245 EXPECT_EQ(3u, InternalLowerBound(arr, 0, kSize, 7, UptrLess));
246 EXPECT_EQ(4u, InternalLowerBound(ar
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cc157 InternalLowerBound(map_, 0, map_.size(), pair, IdDescPair::IdComparator);
H A Dsanitizer_common.h619 uptr InternalLowerBound(const Container &v, uptr first, uptr last, function in namespace:__sanitizer
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepot.cc155 InternalLowerBound(map_, 0, map_.size(), pair, IdDescPair::IdComparator);
H A Dsanitizer_common.h615 uptr InternalLowerBound(const Container &v, uptr first, uptr last, function in namespace:__sanitizer
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common_fuchsia.cpp110 auto i = __sanitizer::InternalLowerBound(params->allocator_caches, begin);
H A Dlsan_common.cpp458 uptr idx = InternalLowerBound(suppressed, m.stack_trace_id());
617 uptr i = InternalLowerBound(suspended_threads, tctx->os_id);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common.cc534 uptr i = InternalLowerBound(suspended_threads, 0, suspended_threads.size(),
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common.cc532 uptr i = InternalLowerBound(suspended_threads, 0, suspended_threads.size(),
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h674 uptr InternalLowerBound(const Container &v, function in namespace:__sanitizer

Completed in 120 milliseconds