HomeSort by relevance Sort by last modified time
    Searched defs:lower_bound (Results 26 - 50 of 58) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
multimap.h 314 lower_bound(const key_type& __x) function in class:__profile::multimap
315 { return iterator(_Base::lower_bound(__x)); }
318 lower_bound(const key_type& __x) const function in class:__profile::multimap
319 { return const_iterator(_Base::lower_bound(__x)); }
multiset.h 299 lower_bound(const key_type& __x) function in class:__profile::multiset
300 { return iterator(_Base::lower_bound(__x)); }
305 lower_bound(const key_type& __x) const function in class:__profile::multiset
306 { return const_iterator(_Base::lower_bound(__x)); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_map.h 461 iterator __i = lower_bound(__k);
481 iterator __i = lower_bound(__k);
503 iterator __i = lower_bound(__k);
512 const_iterator __i = lower_bound(__k);
863 lower_bound(const key_type& __x) function in class:map
864 { return _M_t.lower_bound(__x); }
878 lower_bound(const key_type& __x) const function in class:map
879 { return _M_t.lower_bound(__x); }
    [all...]
stl_multimap.h 769 lower_bound(const key_type& __x) function in class:multimap
770 { return _M_t.lower_bound(__x); }
784 lower_bound(const key_type& __x) const function in class:multimap
785 { return _M_t.lower_bound(__x); }
815 * std::make_pair(c.lower_bound(val),
832 * std::make_pair(c.lower_bound(val),
    [all...]
stl_multiset.h 666 lower_bound(const key_type& __x) function in class:multiset
667 { return _M_t.lower_bound(__x); }
670 lower_bound(const key_type& __x) const function in class:multiset
671 { return _M_t.lower_bound(__x); }
699 * std::make_pair(c.lower_bound(val),
stl_set.h 683 lower_bound(const key_type& __x) function in class:set
684 { return _M_t.lower_bound(__x); }
687 lower_bound(const key_type& __x) const function in class:set
688 { return _M_t.lower_bound(__x); }
716 * std::make_pair(c.lower_bound(val),
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/debug/
map.h 391 lower_bound(const key_type& __x) function in class:__debug::map
392 { return iterator(_Base::lower_bound(__x), this); }
395 lower_bound(const key_type& __x) const function in class:__debug::map
396 { return const_iterator(_Base::lower_bound(__x), this); }
multimap.h 374 lower_bound(const key_type& __x) function in class:__debug::multimap
375 { return iterator(_Base::lower_bound(__x), this); }
378 lower_bound(const key_type& __x) const function in class:__debug::multimap
379 { return const_iterator(_Base::lower_bound(__x), this); }
multiset.h 361 lower_bound(const key_type& __x) function in class:__debug::multiset
362 { return iterator(_Base::lower_bound(__x), this); }
367 lower_bound(const key_type& __x) const function in class:__debug::multiset
368 { return const_iterator(_Base::lower_bound(__x), this); }
set.h 370 lower_bound(const key_type& __x) function in class:__debug::set
371 { return iterator(_Base::lower_bound(__x), this); }
376 lower_bound(const key_type& __x) const function in class:__debug::set
377 { return const_iterator(_Base::lower_bound(__x), this); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
map.h 429 lower_bound(const key_type& __x) function in class:__profile::map
432 return iterator(_Base::lower_bound(__x));
436 lower_bound(const key_type& __x) const function in class:__profile::map
439 return const_iterator(_Base::lower_bound(__x));
multimap.h 314 lower_bound(const key_type& __x) function in class:__profile::multimap
315 { return iterator(_Base::lower_bound(__x)); }
318 lower_bound(const key_type& __x) const function in class:__profile::multimap
319 { return const_iterator(_Base::lower_bound(__x)); }
multiset.h 299 lower_bound(const key_type& __x) function in class:__profile::multiset
300 { return iterator(_Base::lower_bound(__x)); }
305 lower_bound(const key_type& __x) const function in class:__profile::multiset
306 { return const_iterator(_Base::lower_bound(__x)); }
  /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...]
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 289 IntegerSet::const_iterator left = glyph_ids.lower_bound(range_begin);
290 IntegerSet::const_iterator right = glyph_ids.lower_bound(range_end);
399 int32_t lower_bound = b->first_glyph_index(); local
402 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound);
452 int32_t lower_bound = b->first_glyph_index(); local
455 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound);
  /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);
  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 168 int lower_bound, upper_bound; local
181 lower_bound = rotation * 90 - 45
185 && (orientation_angle < lower_bound + 360)) {
189 if (orientation_angle < lower_bound) {
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.cc 798 const size_t lower_bound = ret->NumElements() + ret->TotalBytes() - local
800 if (entry.size() < lower_bound) {
803 "; expected size is at least ", lower_bound);
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 2995 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...]

Completed in 780 milliseconds

12 3