/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/ |
A D | strsep.c | 25 char *begin, *end; in strsep() local 27 begin = *stringp; in strsep() 28 if (begin == NULL) in strsep() 42 if (*begin == ch) in strsep() 43 end = begin; in strsep() 44 else if (*begin == '\0') in strsep() 47 end = strchr (begin + 1, ch); in strsep() 52 end = strpbrk (begin, delim); in strsep() 64 return begin; in strsep()
|
A D | memmem.c | 27 const char *begin; in memmem() local 41 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem() 42 if (begin[0] == ((const char *) needle)[0] && in memmem() 43 !memcmp ((const void *) &begin[1], in memmem() 46 return (void *) begin; in memmem()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | range_access.h | 48 begin(_Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY() 49 { return __cont.begin(); } in _GLIBCXX_VISIBILITY() 58 begin(const _Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY() 59 { return __cont.begin(); } in _GLIBCXX_VISIBILITY() 87 begin(_Tp (&__arr)[_Nm]) in _GLIBCXX_VISIBILITY() 104 template<typename _Tp> _Tp* begin(valarray<_Tp>&); in _GLIBCXX_VISIBILITY() 105 template<typename _Tp> const _Tp* begin(const valarray<_Tp>&); in _GLIBCXX_VISIBILITY() 116 cbegin(const _Container& __cont) noexcept(noexcept(std::begin(__cont))) in _GLIBCXX_VISIBILITY() 117 -> decltype(std::begin(__cont)) in _GLIBCXX_VISIBILITY() 118 { return std::begin(__cont); } in _GLIBCXX_VISIBILITY() [all …]
|
A D | list.tcc | 121 iterator __it = __tmp.begin(); in insert() 185 iterator __i = begin(); in resize() 200 iterator __i = begin(); in resize() 215 iterator __i = begin(); in resize() 233 iterator __first1 = begin(); in operator =() 253 iterator __i = begin(); in _M_fill_assign() 285 iterator __first = begin(); in remove() 313 iterator __first = begin(); in unique() 343 iterator __first1 = begin(); in merge() 438 __carry.splice(__carry.begin(), *this, begin()); in sort() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/ |
A D | range_access.h | 48 begin(_Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY() 49 { return __cont.begin(); } in _GLIBCXX_VISIBILITY() 58 begin(const _Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY() 59 { return __cont.begin(); } in _GLIBCXX_VISIBILITY() 87 begin(_Tp (&__arr)[_Nm]) in _GLIBCXX_VISIBILITY()
|
A D | list.tcc | 119 iterator __it = __tmp.begin(); in insert() 183 iterator __i = begin(); in resize() 198 iterator __i = begin(); in resize() 213 iterator __i = begin(); in resize() 231 iterator __first1 = begin(); in operator =() 251 iterator __i = begin(); in _M_fill_assign() 283 iterator __first = begin(); in remove() 311 iterator __first = begin(); in unique() 341 iterator __first1 = begin(); in merge() 409 __carry.splice(__carry.begin(), *this, begin()); in sort() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/pb_ds/detail/ov_tree_map_/ |
A D | split_join_fn_imps.hpp | 55 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin()))) in split() 80 new_this.copy_from_ordered_range(begin(), it); in split() 110 PB_DS_V2F(*other.begin())); in join() 113 PB_DS_V2F(*begin())); in join() 121 new_this.copy_from_ordered_range(begin(), end(), in join() 122 other.begin(), other.end()); in join() 124 new_this.copy_from_ordered_range(other.begin(), other.end(), in join() 125 begin(), end()); in join()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/pb_ds/detail/ov_tree_map_/ |
A D | split_join_fn_imps.hpp | 55 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin()))) in split() 80 new_this.copy_from_ordered_range(begin(), it); in split() 110 PB_DS_V2F(*other.begin())); in join() 113 PB_DS_V2F(*begin())); in join() 121 new_this.copy_from_ordered_range(begin(), end(), in join() 122 other.begin(), other.end()); in join() 124 new_this.copy_from_ordered_range(other.begin(), other.end(), in join() 125 begin(), end()); in join()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/pb_ds/detail/ov_tree_map_/ |
A D | split_join_fn_imps.hpp | 55 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin()))) in split() 80 new_this.copy_from_ordered_range(begin(), it); in split() 110 PB_DS_V2F(*other.begin())); in join() 113 PB_DS_V2F(*begin())); in join() 121 new_this.copy_from_ordered_range(begin(), end(), in join() 122 other.begin(), other.end()); in join() 124 new_this.copy_from_ordered_range(other.begin(), other.end(), in join() 125 begin(), end()); in join()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/pb_ds/detail/ov_tree_map_/ |
A D | split_join_fn_imps.hpp | 55 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin()))) in split() 80 new_this.copy_from_ordered_range(begin(), it); in split() 110 PB_DS_V2F(*other.begin())); in join() 113 PB_DS_V2F(*begin())); in join() 121 new_this.copy_from_ordered_range(begin(), end(), in join() 122 other.begin(), other.end()); in join() 124 new_this.copy_from_ordered_range(other.begin(), other.end(), in join() 125 begin(), end()); in join()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/pb_ds/detail/ov_tree_map_/ |
A D | split_join_fn_imps.hpp | 57 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin()))) in split() 82 new_this.copy_from_ordered_range(begin(), it); in split() 112 PB_DS_V2F(*other.begin())); in join() 115 PB_DS_V2F(*begin())); in join() 123 new_this.copy_from_ordered_range(begin(), end(), in join() 124 other.begin(), other.end()); in join() 126 new_this.copy_from_ordered_range(other.begin(), other.end(), in join() 127 begin(), end()); in join()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/pb_ds/detail/ov_tree_map_/ |
A D | split_join_fn_imps.hpp | 55 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin()))) in split() 80 new_this.copy_from_ordered_range(begin(), it); in split() 110 PB_DS_V2F(*other.begin())); in join() 113 PB_DS_V2F(*begin())); in join() 121 new_this.copy_from_ordered_range(begin(), end(), in join() 122 other.begin(), other.end()); in join() 124 new_this.copy_from_ordered_range(other.begin(), other.end(), in join() 125 begin(), end()); in join()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/pb_ds/detail/ov_tree_map_/ |
A D | split_join_fn_imps.hpp | 57 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin()))) in split() 82 new_this.copy_from_ordered_range(begin(), it); in split() 112 PB_DS_V2F(*other.begin())); in join() 115 PB_DS_V2F(*begin())); in join() 123 new_this.copy_from_ordered_range(begin(), end(), in join() 124 other.begin(), other.end()); in join() 126 new_this.copy_from_ordered_range(other.begin(), other.end(), in join() 127 begin(), end()); in join()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/pb_ds/detail/ov_tree_map_/ |
A D | split_join_fn_imps.hpp | 55 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin()))) in split() 80 new_this.copy_from_ordered_range(begin(), it); in split() 110 PB_DS_V2F(*other.begin())); in join() 113 PB_DS_V2F(*begin())); in join() 121 new_this.copy_from_ordered_range(begin(), end(), in join() 122 other.begin(), other.end()); in join() 124 new_this.copy_from_ordered_range(other.begin(), other.end(), in join() 125 begin(), end()); in join()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | range_access.h | 48 begin(_Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY() 49 { return __cont.begin(); } in _GLIBCXX_VISIBILITY() 58 begin(const _Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY() 59 { return __cont.begin(); } in _GLIBCXX_VISIBILITY() 87 begin(_Tp (&__arr)[_Nm]) in _GLIBCXX_VISIBILITY() 104 template<typename _Tp> _Tp* begin(valarray<_Tp>&); in _GLIBCXX_VISIBILITY() 105 template<typename _Tp> const _Tp* begin(const valarray<_Tp>&); in _GLIBCXX_VISIBILITY() 117 -> decltype(std::begin(__cont)) in _GLIBCXX_VISIBILITY() 118 { return std::begin(__cont); } in _GLIBCXX_VISIBILITY() 209 { return reverse_iterator<const _Tp*>(__il.begin()); } in _GLIBCXX_VISIBILITY() [all …]
|
A D | list.tcc | 122 iterator __it = __tmp.begin(); in insert() 139 iterator __it = __tmp.begin(); in insert() 184 __i = begin(); in _M_resize_pos() 295 iterator __i = begin(); in _M_fill_assign() 327 iterator __first = begin(); in remove() 355 iterator __first = begin(); in unique() 385 iterator __first1 = begin(); in merge() 387 iterator __first2 = __x.begin(); in merge() 432 iterator __first1 = begin(); in merge() 480 __carry.splice(__carry.begin(), *this, begin()); in sort() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | range_access.h | 48 begin(_Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY() 49 { return __cont.begin(); } in _GLIBCXX_VISIBILITY() 58 begin(const _Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY() 59 { return __cont.begin(); } in _GLIBCXX_VISIBILITY() 87 begin(_Tp (&__arr)[_Nm]) noexcept in _GLIBCXX_VISIBILITY() 104 template<typename _Tp> _Tp* begin(valarray<_Tp>&); in _GLIBCXX_VISIBILITY() 105 template<typename _Tp> const _Tp* begin(const valarray<_Tp>&); in _GLIBCXX_VISIBILITY() 117 -> decltype(std::begin(__cont)) in _GLIBCXX_VISIBILITY() 118 { return std::begin(__cont); } in _GLIBCXX_VISIBILITY() 209 { return reverse_iterator<const _Tp*>(__il.begin()); } in _GLIBCXX_VISIBILITY() [all …]
|
A D | list.tcc | 123 iterator __it = __tmp.begin(); in insert() 140 iterator __it = __tmp.begin(); in insert() 185 __i = begin(); in _M_resize_pos() 296 iterator __i = begin(); in _M_fill_assign() 335 iterator __first = begin(); in remove() 370 iterator __first = begin(); in unique() 405 iterator __first1 = begin(); in merge() 407 iterator __first2 = __x.begin(); in merge() 452 iterator __first1 = begin(); in merge() 501 __carry.splice(__carry.begin(), *this, begin()); in sort() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | range_access.h | 48 begin(_Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY() 49 { return __cont.begin(); } in _GLIBCXX_VISIBILITY() 58 begin(const _Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY() 59 { return __cont.begin(); } in _GLIBCXX_VISIBILITY() 87 begin(_Tp (&__arr)[_Nm]) in _GLIBCXX_VISIBILITY() 104 template<typename _Tp> _Tp* begin(valarray<_Tp>&); in _GLIBCXX_VISIBILITY() 105 template<typename _Tp> const _Tp* begin(const valarray<_Tp>&); in _GLIBCXX_VISIBILITY() 117 -> decltype(std::begin(__cont)) in _GLIBCXX_VISIBILITY() 118 { return std::begin(__cont); } in _GLIBCXX_VISIBILITY() 209 { return reverse_iterator<const _Tp*>(__il.begin()); } in _GLIBCXX_VISIBILITY() [all …]
|
A D | list.tcc | 123 iterator __it = __tmp.begin(); in insert() 140 iterator __it = __tmp.begin(); in insert() 185 __i = begin(); in _M_resize_pos() 296 iterator __i = begin(); in _M_fill_assign() 328 iterator __first = begin(); in remove() 356 iterator __first = begin(); in unique() 386 iterator __first1 = begin(); in merge() 388 iterator __first2 = __x.begin(); in merge() 433 iterator __first1 = begin(); in merge() 482 __carry.splice(__carry.begin(), *this, begin()); in sort() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | range_access.h | 48 begin(_Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY() 49 { return __cont.begin(); } in _GLIBCXX_VISIBILITY() 58 begin(const _Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY() 59 { return __cont.begin(); } in _GLIBCXX_VISIBILITY() 87 begin(_Tp (&__arr)[_Nm]) in _GLIBCXX_VISIBILITY() 104 template<typename _Tp> _Tp* begin(valarray<_Tp>&); in _GLIBCXX_VISIBILITY() 105 template<typename _Tp> const _Tp* begin(const valarray<_Tp>&); in _GLIBCXX_VISIBILITY() 117 -> decltype(std::begin(__cont)) in _GLIBCXX_VISIBILITY() 118 { return std::begin(__cont); } in _GLIBCXX_VISIBILITY() 209 { return reverse_iterator<const _Tp*>(__il.begin()); } in _GLIBCXX_VISIBILITY() [all …]
|
A D | list.tcc | 122 iterator __it = __tmp.begin(); in insert() 139 iterator __it = __tmp.begin(); in insert() 184 __i = begin(); in _M_resize_pos() 295 iterator __i = begin(); in _M_fill_assign() 327 iterator __first = begin(); in remove() 355 iterator __first = begin(); in unique() 385 iterator __first1 = begin(); in merge() 387 iterator __first2 = __x.begin(); in merge() 432 iterator __first1 = begin(); in merge() 481 __carry.splice(__carry.begin(), *this, begin()); in sort() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | range_access.h | 51 begin(_Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY() 52 { return __cont.begin(); } in _GLIBCXX_VISIBILITY() 61 begin(const _Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY() 62 { return __cont.begin(); } in _GLIBCXX_VISIBILITY() 90 begin(_Tp (&__arr)[_Nm]) noexcept in _GLIBCXX_VISIBILITY() 107 template<typename _Tp> _Tp* begin(valarray<_Tp>&); in _GLIBCXX_VISIBILITY() 108 template<typename _Tp> const _Tp* begin(const valarray<_Tp>&); in _GLIBCXX_VISIBILITY() 120 -> decltype(std::begin(__cont)) in _GLIBCXX_VISIBILITY() 121 { return std::begin(__cont); } in _GLIBCXX_VISIBILITY() 212 { return reverse_iterator<const _Tp*>(__il.begin()); } in _GLIBCXX_VISIBILITY() [all …]
|
A D | list.tcc | 123 iterator __it = __tmp.begin(); in insert() 140 iterator __it = __tmp.begin(); in insert() 185 __i = begin(); in _M_resize_pos() 296 iterator __i = begin(); in _M_fill_assign() 338 iterator __first = begin(); in remove() 370 iterator __first = begin(); in unique() 415 iterator __first1 = begin(); in merge() 462 iterator __first1 = begin(); in merge() 511 __carry.splice(__carry.begin(), *this, begin()); in sort() 550 iterator __first = begin(); in remove_if() [all …]
|
A D | stl_bvector.h | 664 _M_copy_aligned(__x.begin(), __x.end(), begin()); in _GLIBCXX_VISIBILITY() 683 _M_copy_aligned(__x.begin(), __x.end(), begin()); in _GLIBCXX_VISIBILITY() 699 _M_copy_aligned(__x.begin(), __x.end(), begin()); in _GLIBCXX_VISIBILITY() 761 begin()); in _GLIBCXX_VISIBILITY() 785 begin()); in _GLIBCXX_VISIBILITY() 899 - begin()); } in _GLIBCXX_VISIBILITY() 944 { return *begin(); } in _GLIBCXX_VISIBILITY() 948 { return *begin(); } in _GLIBCXX_VISIBILITY() 1009 return begin() + __n; in _GLIBCXX_VISIBILITY() 1043 return begin() + __offset; in _GLIBCXX_VISIBILITY() [all …]
|