Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dmbrtoc32.cpp78 char32_t lower_bound; in mbrtoc32() local
/aosp12/art/libartbase/base/
H A Dsafe_map.h78 template<typename Kv> iterator lower_bound(const Kv& k) { return map_.lower_bound(k); } in lower_bound() function
79 template<typename Kv> const_iterator lower_bound(const Kv& k) const { in lower_bound() function
/aosp12/art/runtime/native/
H A Djava_lang_StringFactory.cc179 int lower_bound = 0x80; in StringFactory_newStringFromUtf8Bytes() local
/aosp12/system/bt/packet/tests/base/
H A Diterator_test.cc33 auto lower_bound = bounds.first; in GetTestPacket() local
/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86.cc8557 int32_t lower_bound, in GenPackedSwitchWithCompares()
8605 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch() local
8630 int32_t lower_bound = switch_instr->GetStartValue(); in VisitX86PackedSwitch() local
H A Dcode_generator_arm64.cc6310 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch() local
H A Dcode_generator_x86_64.cc7639 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch() local
H A Dcode_generator_arm_vixl.cc9725 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch() local