Home
last modified time | relevance | path

Searched defs:upper_bound (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dupper_bound.h52 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp)… in upper_bound() function
60 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in upper_bound() function
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dupper_bound.h54 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp)… in upper_bound() function
63 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in upper_bound() function
/freebsd/lib/libc/gen/
H A Darc4random_uniform.c17 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform()
/freebsd/contrib/unbound/compat/
H A Darc4random_uniform.c34 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform()
/freebsd/sys/libkern/
H A Darc4random_uniform.c33 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform()
/freebsd/contrib/libfido2/fuzz/
H A Duniform_random.c34 uniform_random(uint32_t upper_bound) in uniform_random()
/freebsd/crypto/openssh/openbsd-compat/
H A Darc4random_uniform.c38 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform()
/freebsd/sys/contrib/libsodium/test/default/
H A Drandombytes.c124 randombytes_uniform_impl(const uint32_t upper_bound) in randombytes_uniform_impl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.cpp42 uint64_t upper_bound = 0; in ParseChildArrayInfo() local
H A DAppleDWARFIndex.cpp166 dw_offset_t upper_bound = non_skeleton_cu.GetNextUnitOffset(); in GetGlobalVariables() local
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/
H A Drandombytes.c125 randombytes_uniform(const uint32_t upper_bound) in randombytes_uniform()
/freebsd/contrib/llvm-project/libcxx/include/__flat_set/
H A Dflat_multiset.h545 _LIBCPP_HIDE_FROM_ABI iterator upper_bound(const key_type& __x) { in upper_bound() function
550 _LIBCPP_HIDE_FROM_ABI const_iterator upper_bound(const key_type& __x) const { in upper_bound() function
556 _LIBCPP_HIDE_FROM_ABI iterator upper_bound(const _Kp& __x) { in upper_bound() function
563 _LIBCPP_HIDE_FROM_ABI const_iterator upper_bound(const _Kp& __x) const { in upper_bound() function
H A Dflat_set.h605 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 iterator upper_bound(const key_type& __x) { in upper_bound() function
610 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 const_iterator upper_bound(const key_type& __x… in upper_bound() function
616 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 iterator upper_bound(const _Kp& __x) { in upper_bound() function
623 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 const_iterator upper_bound(const _Kp& __x) con… in upper_bound() function
/freebsd/contrib/llvm-project/libcxx/include/__flat_map/
H A Dflat_multimap.h677 …_LIBCPP_HIDE_FROM_ABI iterator upper_bound(const key_type& __x) { return __upper_bound<iterator>(*… in upper_bound() function
679 _LIBCPP_HIDE_FROM_ABI const_iterator upper_bound(const key_type& __x) const { in upper_bound() function
685 _LIBCPP_HIDE_FROM_ABI iterator upper_bound(const _Kp& __x) { in upper_bound() function
691 _LIBCPP_HIDE_FROM_ABI const_iterator upper_bound(const _Kp& __x) const { in upper_bound() function
H A Dflat_map.h830 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 iterator upper_bound(const key_type& __x) { in upper_bound() function
834 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 const_iterator upper_bound(const key_type& __x… in upper_bound() function
840 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 iterator upper_bound(const _Kp& __x) { in upper_bound() function
846 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 const_iterator upper_bound(const _Kp& __x) con… in upper_bound() function
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Deeprom.h38 int upper_bound; /* J */ member
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStopPointSiteList.h185 bool FindInRange(lldb::addr_t lower_bound, lldb::addr_t upper_bound, in FindInRange()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSiteList.cpp
/freebsd/krb5/lib/gssapi/
H A Derrmap.h83 size_t upper_bound; in mecherrmap__pairarray_max_size() local
/freebsd/contrib/ntp/sntp/libevent/
H A Darc4random.c513 arc4random_uniform(unsigned int upper_bound) in arc4random_uniform()
/freebsd/contrib/libevent/
H A Darc4random.c513 arc4random_uniform(unsigned int upper_bound) in arc4random_uniform()
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc231 const int upper_bound = cardinality().ConservativeUpperBound(); in CheckActionCountIfNotDone() local
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_ioctl.c731 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h451 B upper_bound; member
/freebsd/sys/ofed/include/rdma/
H A Duverbs_ioctl.h924 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const()

12