Searched refs:b_l (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dtrie_policy_base.hpp128 e_const_iterator b_l = pref_range.first; local
131 const size_type range_length_l = std::distance(b_l, e_l);
136 std::swap(b_l, b_r);
141 while (b_l != e_l)
143 if (r_traits.e_pos(*b_l) != r_traits.e_pos(*b_r))
147 ++b_l;
181 less(e_const_iterator b_l, e_const_iterator e_l, argument
185 while (b_l != e_l)
190 size_type l_pos = r_traits.e_pos(*b_l);
195 ++b_l;
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dsynth_access_traits.hpp121 equal_prefixes(const_iterator b_l, const_iterator e_l, const_iterator b_r, argument
124 while (b_l != e_l)
128 if (base_type::e_pos(*b_l) != base_type::e_pos(*b_r))
130 ++b_l;
152 cmp_prefixes(const_iterator b_l, const_iterator e_l, const_iterator b_r, argument
155 while (b_l != e_l)
160 const typename base_type::size_type l_pos = base_type::e_pos(*b_l);
164 ++b_l;
H A Dinsert_join_fn_imps.hpp416 keys_diff_ind(typename access_traits::const_iterator b_l, argument
422 while (b_l != e_l)
426 if (access_traits::e_pos(*b_l) != access_traits::e_pos(*b_r))
428 ++b_l;
/haiku-buildtools/gcc/libgcc/config/arc/ieee-754/
H A Darc-ieee-754.h44 #define b_l b macro
H A Dadddf3.S280 b_l .Ladd
451 b_l .Lsub_done ; note: r6 is already set up.
522 b_l .Ladd_dbl1_gt

Completed in 46 milliseconds