Searched refs:__l (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A D__bsd_locale_fallbacks.h27 decltype(MB_CUR_MAX) __libcpp_mb_cur_max_l(locale_t __l) argument
29 __libcpp_locale_guard __current(__l);
34 wint_t __libcpp_btowc_l(int __c, locale_t __l) argument
36 __libcpp_locale_guard __current(__l);
41 int __libcpp_wctob_l(wint_t __c, locale_t __l) argument
43 __libcpp_locale_guard __current(__l);
49 size_t __len, mbstate_t *__ps, locale_t __l)
51 __libcpp_locale_guard __current(__l);
56 size_t __libcpp_wcrtomb_l(char *__s, wchar_t __wc, mbstate_t *__ps, locale_t __l) argument
58 __libcpp_locale_guard __current(__l);
48 __libcpp_wcsnrtombs_l(char *__dest, const wchar_t **__src, size_t __nwc, size_t __len, mbstate_t *__ps, locale_t __l) argument
63 __libcpp_mbsnrtowcs_l(wchar_t * __dest, const char **__src, size_t __nms, size_t __len, mbstate_t *__ps, locale_t __l) argument
71 __libcpp_mbrtowc_l(wchar_t *__pwc, const char *__s, size_t __n, mbstate_t *__ps, locale_t __l) argument
79 __libcpp_mbtowc_l(wchar_t *__pwc, const char *__pmb, size_t __max, locale_t __l) argument
86 __libcpp_mbrlen_l(const char *__s, size_t __n, mbstate_t *__ps, locale_t __l) argument
93 __libcpp_localeconv_l(locale_t __l) argument
100 __libcpp_mbsrtowcs_l(wchar_t *__dest, const char **__src, size_t __len, mbstate_t *__ps, locale_t __l) argument
108 __libcpp_snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) argument
118 __libcpp_asprintf_l(char **__s, locale_t __l, const char *__format, ...) argument
128 __libcpp_sscanf_l(const char *__s, locale_t __l, const char *__format, ...) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A Dvalarray-inst.cc68 __gslice_to_index(size_t __o, const valarray<size_t>& __l, argument
72 size_t __n = __l.size();
81 // in __l which describes the multidimensional sizes of the
101 if (__t[__k2] >= __l[__k2])
110 gslice::_Indexer::_Indexer(size_t __o, const valarray<size_t>& __l, argument
112 : _M_count(1), _M_start(__o), _M_size(__l), _M_stride(__s),
113 _M_index(__l.size() == 0 ? 0 : __valarray_product(__l))
114 { __gslice_to_index(__o, __l, __s, _M_index); }
H A Dlocale.cc274 for (size_t __l = 0; (__l < _S_categories_size
275 && __imp._M_names[__l]); ++__l)
277 const size_t __len = std::strlen(__imp._M_names[__l]) + 1;
278 _M_names[__l] = new char[__len];
279 std::memcpy(_M_names[__l], __imp._M_names[__l], __len);
328 for (size_t __l = _M_facets_size; __l < __new_siz
[all...]
/freebsd-11-stable/include/xlocale/
H A D_ctype.h93 _XLOCALE_INLINE int isw##fname##_l(int __c, locale_t __l)\
94 { return __istype_l(__c, cat, __l); }
118 _XLOCALE_INLINE int is##__fname##_l(int __c, locale_t __l)\
119 { return __sbistype_l(__c, __cat, __l); }
147 _XLOCALE_INLINE int towlower_l(int __c, locale_t __l) argument
150 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);
151 return (__c < 0 || __c >= _CACHED_RUNES) ? ___tolower_l(__c, __l) :
154 _XLOCALE_INLINE int towupper_l(int __c, locale_t __l) argument
157 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);
158 return (__c < 0 || __c >= _CACHED_RUNES) ? ___toupper_l(__c, __l)
162 __wcwidth_l(__ct_rune_t _c, locale_t __l) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dhash_map.h95 hash_map(_InputIterator __f, _InputIterator __l) argument
96 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l) { }
99 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) argument
100 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n) { }
103 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, argument
105 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf) { }
108 hash_map(_InputIterator __f, _InputIterator __l, size_typ argument
[all...]
H A Dhash_multimap.h94 hash_multimap(_InputIterator __f, _InputIterator __l) argument
95 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l) { }
98 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n) argument
99 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n) { }
102 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, argument
104 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf) { }
107 hash_multimap(_InputIterator __f, _InputIterator __l, size_typ argument
[all...]
H A Dhash_multiset.h93 hash_multiset(_InputIterator __f, _InputIterator __l) argument
94 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l)
98 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n) argument
99 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n)
103 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, argument
105 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf)
109 hash_multiset(_InputIterator __f, _InputIterator __l, size_typ argument
[all...]
H A Dhash_set.h92 hash_set(_InputIterator __f, _InputIterator __l) argument
93 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l) { }
96 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) argument
97 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n) { }
100 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, argument
102 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf) { }
105 hash_set(_InputIterator __f, _InputIterator __l, size_typ argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dgslice.h142 gslice::gslice(size_t __o, const valarray<size_t>& __l, argument
144 : _M_index(new gslice::_Indexer(__o, __l, __s)) {}
H A Dvalarray_array.h347 // Compute the sum of elements in range [__f, __l)
355 __valarray_sum(const _Tp* __restrict__ __f, const _Tp* __restrict__ __l) argument
358 while (__f != __l)
363 // Compute the product of all elements in range [__f, __l)
367 const _Tp* __restrict__ __l)
370 while (__f != __l)
366 __valarray_product(const _Tp* __restrict__ __f, const _Tp* __restrict__ __l) argument
H A Dstl_algo.h1849 const _Distance __l = __n - __k; local
1851 if (__k == __l)
1864 if (__k < __l)
1866 for (_Distance __j = 0; __j < __l / __d; __j++)
1868 if (__p > __first + __l)
1870 *__p = *(__p - __l);
1871 __p -= __l;
1887 *__p = * (__p - __l);
1888 __p -= __l;
/freebsd-11-stable/contrib/gcc/
H A Dlonglong.h294 struct {USItype __h, __l;} __i; \
299 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
304 struct {USItype __h, __l;} __i; \
306 __x.__i.__h = n1; __x.__i.__l = n0; \
310 (q) = __x.__i.__l; (r) = __x.__i.__h; \
360 struct {USItype __l, __h;} __i; \
366 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l;})
557 struct {USItype __h, __l;} __i; \
564 (wl) = __xx.__i.__l; \
568 struct {USItype __h, __l;} __
[all...]
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp667 __l(newlocale(LC_ALL_MASK, n, 0))
669 if (__l == 0)
676 __l(newlocale(LC_ALL_MASK, name.c_str(), 0))
678 if (__l == 0)
685 freelocale(__l);
694 int r = strcoll_l(lhs.c_str(), rhs.c_str(), __l);
706 string_type out(strxfrm_l(0, in.c_str(), 0, __l), char());
707 strxfrm_l(const_cast<char*>(out.c_str()), in.c_str(), out.size()+1, __l);
715 __l(newlocale(LC_ALL_MASK, n, 0))
717 if (__l
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dropeimpl.h383 _Rope_RopeLeaf<_CharT, _Alloc>* __l local
385 __l->template _Rope_RopeLeaf<_CharT, _Alloc>::~_Rope_RopeLeaf();
386 _L_deallocate(__l, 1);
767 _RopeLeaf* __l = (_RopeLeaf*)__base; local
776 const _CharT* __section = __l->_M_data + __start;
782 __result = __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__l->_M_data + __start,
957 _RopeLeaf* __l = (_RopeLeaf*)__r; local
958 return __c(__l->_M_data + __begin, __end - __begin);
1094 _RopeLeaf* __l = (_RopeLeaf*)__r; local
1095 return copy_n(__l
1350 _RopeLeaf* __l = (_RopeLeaf*)__r; local
1402 _RopeLeaf* __l = (_RopeLeaf*)__r; local
1442 _RopeLeaf* __l = (_RopeLeaf*) __left; local
[all...]
H A Dhashtable.h457 insert_unique(_InputIterator __f, _InputIterator __l) argument
458 { insert_unique(__f, __l, __iterator_category(__f)); }
462 insert_equal(_InputIterator __f, _InputIterator __l) argument
463 { insert_equal(__f, __l, __iterator_category(__f)); }
467 insert_unique(_InputIterator __f, _InputIterator __l, argument
470 for ( ; __f != __l; ++__f)
476 insert_equal(_InputIterator __f, _InputIterator __l, argument
479 for ( ; __f != __l; ++__f)
485 insert_unique(_ForwardIterator __f, _ForwardIterator __l, argument
488 size_type __n = distance(__f, __l);
496 insert_equal(_ForwardIterator __f, _ForwardIterator __l, forward_iterator_tag) argument
[all...]

Completed in 287 milliseconds