Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-openbsd/lib/libc/crypt/
H A Darc4random_uniform.c33 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform()
/aosp12/art/libartbase/base/
H A Dsafe_map.h83 template<typename Kv> iterator upper_bound(const Kv& k) { return map_.upper_bound(k); } in upper_bound() function
84 template<typename Kv> const_iterator upper_bound(const Kv& k) const { in upper_bound() function
H A Dbit_memory_region_test.cc46 uint32_t upper_bound = RoundUp(MinimumBitsToStore(value), kBitsPerByte) + kVarintBits; in TEST() local
/aosp12/art/runtime/native/
H A Djava_lang_StringFactory.cc180 int upper_bound = 0xbf; in StringFactory_newStringFromUtf8Bytes() local
/aosp12/system/bt/packet/tests/base/
H A Diterator_test.cc34 auto upper_bound = bounds.second; in GetTestPacket() local
/aosp12/art/compiler/optimizing/
H A Dreference_type_propagation.cc205 ReferenceTypeInfo upper_bound, in ShouldCreateBoundType()
H A Dbounds_check_elimination.cc428 ValueBound upper_bound = range->GetUpper(); in Narrow() local
H A Dnodes.cc3097 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound()