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

12345

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dcross-stdarg.h43 #define __ms_va_start(__v,__l) __builtin_ms_va_start(__v,__l)
44 #define __ms_va_arg(__v,__l) __builtin_va_arg(__v,__l)
48 #define __sysv_va_start(__v,__l) __builtin_sysv_va_start(__v,__l)
49 #define __sysv_va_arg(__v,__l) __builtin_va_arg(__v,__l)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcross-stdarg.h43 #define __ms_va_start(__v,__l) __builtin_ms_va_start(__v,__l)
44 #define __ms_va_arg(__v,__l) __builtin_va_arg(__v,__l)
48 #define __sysv_va_start(__v,__l) __builtin_sysv_va_start(__v,__l)
49 #define __sysv_va_arg(__v,__l) __builtin_va_arg(__v,__l)
/netbsd-current/external/apache2/llvm/dist/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...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dvalarray.cc48 // Compute the product of all elements in the non-empty range [__f, __l)
51 __valarray_product(const _Tp* __f, const _Tp* __l) argument
54 while (__f != __l)
70 __gslice_to_index(size_t __o, const valarray<size_t>& __l, argument
74 const size_t __n = __l.size();
78 valarray<size_t> __t(__l);
81 // in __l which describes the multidimensional sizes of the
97 __o -= __s[__k2] * __l[__k2];
98 __t[__k2] = __l[__k2];
106 gslice::_Indexer::_Indexer(size_t __o, const valarray<size_t>& __l, argument
[all...]
H A Dlocale.cc284 for (size_t __l = 0; (__l < _S_categories_size
285 && __imp._M_names[__l]); ++__l)
287 const size_t __len = std::strlen(__imp._M_names[__l]) + 1;
288 _M_names[__l] = new char[__len];
289 std::memcpy(_M_names[__l], __imp._M_names[__l], __len);
338 for (size_t __l = _M_facets_size; __l < __new_siz
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dvalarray.cc48 // Compute the product of all elements in the non-empty range [__f, __l)
51 __valarray_product(const _Tp* __f, const _Tp* __l) argument
54 while (__f != __l)
70 __gslice_to_index(size_t __o, const valarray<size_t>& __l, argument
74 const size_t __n = __l.size();
78 valarray<size_t> __t(__l);
81 // in __l which describes the multidimensional sizes of the
97 __o -= __s[__k2] * __l[__k2];
98 __t[__k2] = __l[__k2];
106 gslice::_Indexer::_Indexer(size_t __o, const valarray<size_t>& __l, argument
[all...]
H A Dlocale.cc284 for (size_t __l = 0; (__l < _S_categories_size
285 && __imp._M_names[__l]); ++__l)
287 const size_t __len = std::strlen(__imp._M_names[__l]) + 1;
288 _M_names[__l] = new char[__len];
289 std::memcpy(_M_names[__l], __imp._M_names[__l], __len);
338 for (size_t __l = _M_facets_size; __l < __new_siz
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/src/support/solaris/
H A Dxlocale.cpp18 int isxdigit_l(int __c, locale_t __l) { argument
22 int iswxdigit_l(wint_t __c, locale_t __l) { argument
27 #define vsnprintf_l(__s, __n, __l, __format, __va) \
30 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) argument
34 int __res = vsnprintf_l(__s, __n , __l, __format, __va);
39 int asprintf_l(char **__s, locale_t __l, const char *__format, ...) { argument
48 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...) { argument
62 struct lconv *localeconv_l(locale_t __l) { argument
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dxlocale_port.h5 MB_CUR_MAX_L(locale_t __l) { argument
6 locale_t __old = uselocale(__l);
14 size_t __nwc, size_t __len, mbstate_t * __restrict __st, locale_t __l)
16 locale_t __old = uselocale(__l);
24 size_t __nms, size_t __len, mbstate_t * __restrict __st, locale_t __l)
26 locale_t __old = uselocale(__l);
34 mbstate_t * __restrict __st, locale_t __l)
36 locale_t __old = uselocale(__l);
44 size_t __len, mbstate_t * __restrict __st, locale_t __l)
46 locale_t __old = uselocale(__l);
13 wcsnrtombs_l(char * __restrict __to, const wchar_t ** __restrict __from, size_t __nwc, size_t __len, mbstate_t * __restrict __st, locale_t __l) argument
23 mbsnrtowcs_l(wchar_t * __restrict __to, const char ** __restrict __from, size_t __nms, size_t __len, mbstate_t * __restrict __st, locale_t __l) argument
33 wcrtomb_l(char * __restrict __to, wchar_t __from, mbstate_t * __restrict __st, locale_t __l) argument
43 mbrtowc_l(wchar_t * __restrict __to, const char * __restrict __from, size_t __len, mbstate_t * __restrict __st, locale_t __l) argument
53 mbsrtowcs_l(wchar_t * __restrict __to, const char ** __restrict __from, size_t __len, mbstate_t * __restrict __st, locale_t __l) argument
63 wctob_l(wint_t __wc, locale_t __l) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dxlocale_port.h5 MB_CUR_MAX_L(locale_t __l) { argument
6 locale_t __old = uselocale(__l);
14 size_t __nwc, size_t __len, mbstate_t * __restrict __st, locale_t __l)
16 locale_t __old = uselocale(__l);
24 size_t __nms, size_t __len, mbstate_t * __restrict __st, locale_t __l)
26 locale_t __old = uselocale(__l);
34 mbstate_t * __restrict __st, locale_t __l)
36 locale_t __old = uselocale(__l);
44 size_t __len, mbstate_t * __restrict __st, locale_t __l)
46 locale_t __old = uselocale(__l);
13 wcsnrtombs_l(char * __restrict __to, const wchar_t ** __restrict __from, size_t __nwc, size_t __len, mbstate_t * __restrict __st, locale_t __l) argument
23 mbsnrtowcs_l(wchar_t * __restrict __to, const char ** __restrict __from, size_t __nms, size_t __len, mbstate_t * __restrict __st, locale_t __l) argument
33 wcrtomb_l(char * __restrict __to, wchar_t __from, mbstate_t * __restrict __st, locale_t __l) argument
43 mbrtowc_l(wchar_t * __restrict __to, const char * __restrict __from, size_t __len, mbstate_t * __restrict __st, locale_t __l) argument
53 mbsrtowcs_l(wchar_t * __restrict __to, const char ** __restrict __from, size_t __len, mbstate_t * __restrict __st, locale_t __l) argument
63 wctob_l(wint_t __wc, locale_t __l) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/solaris/
H A Dxlocale.h23 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...);
24 int asprintf_l(char **__s, locale_t __l, const char *__format, ...);
26 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...);
28 int toupper_l(int __c, locale_t __l);
29 int tolower_l(int __c, locale_t __l);
32 struct lconv *localeconv_l(locale_t __l);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dmax_size_type.h310 operator+(__max_size_type __l, const __max_size_type& __r) noexcept
312 __l += __r;
313 return __l;
317 operator-(__max_size_type __l, const __max_size_type& __r) noexcept
319 __l -= __r;
320 return __l;
324 operator*(__max_size_type __l, const __max_size_type& __r) noexcept
326 __l *= __r;
327 return __l;
331 operator/(__max_size_type __l, cons
[all...]
H A Dgslice.h77 * @param __l Array of dimension lengths.
80 gslice(size_t __o, const valarray<size_t>& __l,
153 gslice::gslice(size_t __o, const valarray<size_t>& __l, argument
155 : _M_index(new gslice::_Indexer(__o, __l, __s)) {}
H A Dspecfun.h267 assoc_legendref(unsigned int __l, unsigned int __m, float __x) argument
268 { return __detail::__assoc_legendre_p<float>(__l, __m, __x); }
276 assoc_legendrel(unsigned int __l, unsigned int __m, long double __x) argument
277 { return __detail::__assoc_legendre_p<long double>(__l, __m, __x); }
291 * @param __l The degree <tt>__l >= 0</tt>.
298 assoc_legendre(unsigned int __l, unsigned int __m, _Tp __x) argument
301 return __detail::__assoc_legendre_p<__type>(__l, __m, __x);
977 legendref(unsigned int __l, float __x) argument
978 { return __detail::__poly_legendre_p<float>(__l, __
987 legendrel(unsigned int __l, long double __x) argument
1007 legendre(unsigned int __l, _Tp __x) argument
1117 sph_legendref(unsigned int __l, unsigned int __m, float __theta) argument
1128 sph_legendrel(unsigned int __l, unsigned int __m, long double __theta) argument
1149 sph_legendre(unsigned int __l, unsigned int __m, _Tp __theta) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/win32/
H A Dlocale_win32.h103 locale_t(const locale_t &__l) argument
104 : __locale(__l.__locale), __locale_str(__l.__locale_str), __lc(nullptr) {}
110 locale_t &operator =(const locale_t &__l) { argument
111 __locale = __l.__locale;
112 __locale_str = __l.__locale_str;
212 decltype(MB_CUR_MAX) MB_CUR_MAX_L( locale_t __l ); variable
265 #define sscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ )
266 #define sprintf_l( __s, __l, __
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dmessages_members.cc74 const locale& __l) const
77 const __codecvt_t& __codecvt = use_facet<__codecvt_t>(__l);
81 return get_catalogs()._M_add(__s.c_str(), __l);
111 const locale& __l) const
114 const __codecvt_t& __codecvt = use_facet<__codecvt_t>(__l);
119 return get_catalogs()._M_add(__s.c_str(), __l);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dmessages_members.cc74 const locale& __l) const
77 const __codecvt_t& __codecvt = use_facet<__codecvt_t>(__l);
81 return get_catalogs()._M_add(__s.c_str(), __l);
111 const locale& __l) const
114 const __codecvt_t& __codecvt = use_facet<__codecvt_t>(__l);
119 return get_catalogs()._M_add(__s.c_str(), __l);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dgslice.h77 * @param __l Array of dimension lengths.
80 gslice(size_t __o, const valarray<size_t>& __l,
153 gslice::gslice(size_t __o, const valarray<size_t>& __l, argument
155 : _M_index(new gslice::_Indexer(__o, __l, __s)) {}
H A Dspecfun.h267 assoc_legendref(unsigned int __l, unsigned int __m, float __x) argument
268 { return __detail::__assoc_legendre_p<float>(__l, __m, __x); }
276 assoc_legendrel(unsigned int __l, unsigned int __m, long double __x) argument
277 { return __detail::__assoc_legendre_p<long double>(__l, __m, __x); }
291 * @param __l The degree <tt>__l >= 0</tt>.
298 assoc_legendre(unsigned int __l, unsigned int __m, _Tp __x) argument
301 return __detail::__assoc_legendre_p<__type>(__l, __m, __x);
977 legendref(unsigned int __l, float __x) argument
978 { return __detail::__poly_legendre_p<float>(__l, __
987 legendrel(unsigned int __l, long double __x) argument
1007 legendre(unsigned int __l, _Tp __x) argument
1117 sph_legendref(unsigned int __l, unsigned int __m, float __theta) argument
1128 sph_legendrel(unsigned int __l, unsigned int __m, long double __theta) argument
1149 sph_legendre(unsigned int __l, unsigned int __m, _Tp __theta) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dcdefs.h161 #define __glibc_safe_len_cond(__l, __s, __osz) ((__l) <= (__osz) / (__s))
162 #define __glibc_unsigned_or_positive(__l) \
163 ((__typeof (__l)) 0 < (__typeof (__l)) -1 \
164 || (__builtin_constant_p (__l) && (__l) > 0))
169 #define __glibc_safe_or_unknown_len(__l, __s, __osz) \
170 (__glibc_unsigned_or_positive (__l) \
171 && __builtin_constant_p (__glibc_safe_len_cond ((__SIZE_TYPE__) (__l), \
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dunordered_map.h76 __unordered_map(_InputIterator __f, _InputIterator __l, argument
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
128 __unordered_multimap(_InputIterator __f, _InputIterator __l, argument
133 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
201 unordered_map(_InputIterator __f, _InputIterator __l, argument
206 : _Base(__f, __l, __n, __hf, __eql, __a)
254 unordered_multimap(_InputIterator __f, _InputIterator __l, argument
259 : _Base(__f, __l, __n, __hf, __eql, __a)
H A Dunordered_set.h76 __unordered_set(_InputIterator __f, _InputIterator __l, argument
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
126 __unordered_multiset(_InputIterator __f, _InputIterator __l, argument
131 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
194 unordered_set(_InputIterator __f, _InputIterator __l, argument
199 : _Base(__f, __l, __n, __hf, __eql, __a)
244 unordered_multiset(_InputIterator __f, _InputIterator __l, argument
249 : _Base(__f, __l, __n, __hf, __eql, __a)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dunordered_set.h76 __unordered_set(_InputIterator __f, _InputIterator __l, argument
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
126 __unordered_multiset(_InputIterator __f, _InputIterator __l, argument
131 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
194 unordered_set(_InputIterator __f, _InputIterator __l, argument
199 : _Base(__f, __l, __n, __hf, __eql, __a)
244 unordered_multiset(_InputIterator __f, _InputIterator __l, argument
249 : _Base(__f, __l, __n, __hf, __eql, __a)
H A Dunordered_map.h76 __unordered_map(_InputIterator __f, _InputIterator __l, argument
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
128 __unordered_multimap(_InputIterator __f, _InputIterator __l, argument
133 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
201 unordered_map(_InputIterator __f, _InputIterator __l, argument
206 : _Base(__f, __l, __n, __hf, __eql, __a)
254 unordered_multimap(_InputIterator __f, _InputIterator __l, argument
259 : _Base(__f, __l, __n, __hf, __eql, __a)
/netbsd-current/external/lgpl3/gmp/dist/
H A Dlonglong.h613 struct {USItype __l, __h;} __i; \
618 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
621 struct {SItype __l, __h;} __i; \
626 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
639 struct {USItype __h, __l;} __i; \
643 (pl) = __x.__i.__l; \
648 struct {USItype __h, __l;} __i; \
652 (pl) = __x.__i.__l; \
693 struct {USItype __h, __l;} __i; \
697 (wl) = __x.__i.__l; \
[all...]

Completed in 332 milliseconds

12345