HomeSort by relevance Sort by last modified time
    Searched defs:lower_bound (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algobase.h 943 lower_bound(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
stl_algo.h 2425 lower_bound(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
stl_tree.h 878 lower_bound(const key_type& __k) function in class:_Rb_tree
882 lower_bound(const key_type& __k) const function in class:_Rb_tree
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algobase.h 943 lower_bound(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
stl_algo.h 2425 lower_bound(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
stl_tree.h 878 lower_bound(const key_type& __k) function in class:_Rb_tree
882 lower_bound(const key_type& __k) const function in class:_Rb_tree
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algobase.h 990 lower_bound(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
stl_algo.h 2056 lower_bound(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 272 iterator lower_bound(const _KT& __x) function in class:set
273 { return _S_to_value_ite(_M_t.lower_bound(cast_traits::to_storage_type_crefT(__x))); }
275 const_iterator lower_bound(const _KT& __x) const function in class:set
276 { return _S_to_value_ite(_M_t.lower_bound(cast_traits::to_storage_type_crefT(__x))); }
527 iterator lower_bound(const _KT& __x) function in class:multiset
528 { return _S_to_value_ite(_M_t.lower_bound(cast_traits::to_storage_type_crefT(__x))); }
530 const_iterator lower_bound(const _KT& __x) const function in class:multiset
531 { return _S_to_value_ite(_M_t.lower_bound(cast_traits::to_storage_type_crefT(__x))); }
  /device/google/contexthub/firmware/src/drivers/window_orientation/
window_orientation.c 135 int lower_bound, upper_bound; local
145 lower_bound = rotation * 90 - 45
149 && (orientation_angle < lower_bound + 360)) {
153 if (orientation_angle < lower_bound) {
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 287 IntegerSet::const_iterator left = glyph_ids.lower_bound(range_begin);
288 IntegerSet::const_iterator right = glyph_ids.lower_bound(range_end);
397 int32_t lower_bound = b->first_glyph_index(); local
400 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound);
450 int32_t lower_bound = b->first_glyph_index(); local
453 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.h 601 iterator lower_bound(const _KT& __x) { return iterator(_M_lower_bound(__x)); } function in class:_Rb_tree
603 const_iterator lower_bound(const _KT& __x) const { return const_iterator(_M_lower_bound(__x)); } function in class:_Rb_tree
610 { return pair<iterator, iterator>(lower_bound(__x), upper_bound(__x)); }
613 { return pair<const_iterator, const_iterator>(lower_bound(__x), upper_bound(__x)); }
617 __p.second = lower_bound(__x);
630 __p.second = lower_bound(__x);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 259 point_iterator it = lower_bound(r_key);
278 point_iterator it = lower_bound(r_key);
291 lower_bound(key_const_reference r_key) function in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
307 lower_bound(key_const_reference r_key) const function in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
308 { return const_cast<PB_DS_CLASS_C_DEC& >(*this).lower_bound(r_key); }
313 iterator pot_it = lower_bound(r_key);
332 iterator pot_it = lower_bound(r_key);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 259 point_iterator it = lower_bound(r_key);
278 point_iterator it = lower_bound(r_key);
291 lower_bound(key_const_reference r_key) function in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
307 lower_bound(key_const_reference r_key) const function in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
308 { return const_cast<PB_DS_CLASS_C_DEC& >(*this).lower_bound(r_key); }
313 iterator pot_it = lower_bound(r_key);
332 iterator pot_it = lower_bound(r_key);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 259 point_iterator it = lower_bound(r_key);
278 point_iterator it = lower_bound(r_key);
291 lower_bound(key_const_reference r_key) function in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
307 lower_bound(key_const_reference r_key) const function in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
308 { return const_cast<PB_DS_CLASS_C_DEC& >(*this).lower_bound(r_key); }
313 iterator pot_it = lower_bound(r_key);
332 iterator pot_it = lower_bound(r_key);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 259 point_iterator it = lower_bound(r_key);
278 point_iterator it = lower_bound(r_key);
291 lower_bound(key_const_reference r_key) function in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
307 lower_bound(key_const_reference r_key) const function in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
308 { return const_cast<PB_DS_CLASS_C_DEC& >(*this).lower_bound(r_key); }
313 iterator pot_it = lower_bound(r_key);
332 iterator pot_it = lower_bound(r_key);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_tree.h 601 iterator lower_bound(const _KT& __x) { return iterator(_M_lower_bound(__x)); } function in class:_Rb_tree
603 const_iterator lower_bound(const _KT& __x) const { return const_iterator(_M_lower_bound(__x)); } function in class:_Rb_tree
610 { return pair<iterator, iterator>(lower_bound(__x), upper_bound(__x)); }
613 { return pair<const_iterator, const_iterator>(lower_bound(__x), upper_bound(__x)); }
617 __p.second = lower_bound(__x);
630 __p.second = lower_bound(__x);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 2425 lower_bound(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
stl_tree.h 878 lower_bound(const key_type& __k) function in class:_Rb_tree
882 lower_bound(const key_type& __k) const function in class:_Rb_tree
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 3004 FLAC__uint64 first_frame_offset = decoder->private_->first_frame_offset, lower_bound, upper_bound, lower_bound_sample, upper_bound_sample, this_frame_sample; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c 881 // Allow for a slack in the actual delay, defined by a |lower_bound| and an
885 const int lower_bound = 0; local
887 const int do_correction = delay <= lower_bound || delay > upper_bound;
    [all...]
  /art/compiler/optimizing/
code_generator_mips.cc 5133 int32_t lower_bound = switch_instr->GetStartValue(); local
    [all...]
code_generator_mips64.cc 4138 int32_t lower_bound = switch_instr->GetStartValue(); local
    [all...]
code_generator_x86.cc 7061 int32_t lower_bound = switch_instr->GetStartValue(); local
7086 int32_t lower_bound = switch_instr->GetStartValue(); local
    [all...]
code_generator_x86_64.cc 6479 int32_t lower_bound = switch_instr->GetStartValue(); local
    [all...]

Completed in 532 milliseconds

1 2 34 5