Searched refs:__hi (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/config/locale/darwin/
H A Dctype_members.cc68 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const
70 while (__lo < __hi)
75 return __hi;
83 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const
85 while (__lo < __hi)
90 return __hi;
100 do_widen(const char* __lo, const char* __hi, wchar_t* __dest) const argument
102 while (__lo < __hi)
108 return __hi;
123 do_narrow(const wchar_t* __lo, const wchar_t* __hi, cha argument
[all...]
/freebsd-11-stable/contrib/libstdc++/config/locale/generic/
H A Dctype_members.cc104 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const
106 while (__lo < __hi)
111 return __hi;
119 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const
121 while (__lo < __hi)
126 return __hi;
149 do_is(const wchar_t* __lo, const wchar_t* __hi, mask* __vec) const argument
151 for (;__lo < __hi; ++__vec, ++__lo)
162 return __hi;
167 do_scan_is(mask __m, const wchar_t* __lo, const wchar_t* __hi) cons
190 do_widen(const char* __lo, const char* __hi, wchar_t* __dest) const argument
213 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, char* __dest) const argument
[all...]
/freebsd-11-stable/contrib/libstdc++/config/locale/gnu/
H A Dctype_members.cc108 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const
110 while (__lo < __hi)
115 return __hi;
123 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const
125 while (__lo < __hi)
130 return __hi;
167 do_is(const wchar_t* __lo, const wchar_t* __hi, mask* __vec) const argument
169 for (; __lo < __hi; ++__vec, ++__lo)
180 return __hi;
185 do_scan_is(mask __m, const wchar_t* __lo, const wchar_t* __hi) cons
208 do_widen(const char* __lo, const char* __hi, wchar_t* __dest) const argument
237 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, char* __dest) const argument
[all...]
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/darwin/
H A Dctype_inline.h125 do_is(const wchar_t* __lo, const wchar_t* __hi, mask* __vec) const argument
127 for (; __lo < __hi; ++__vec, ++__lo)
130 return __hi;
135 do_scan_is(mask __m, const wchar_t* __lo, const wchar_t* __hi) const
137 while (__lo < __hi && ! __istype (*__lo, __m))
144 do_scan_not(mask __m, const char_type* __lo, const char_type* __hi) const
146 while (__lo < __hi && __istype (*__lo, __m))
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/freebsd/
H A Dctype_inline.h125 do_is(const wchar_t* __lo, const wchar_t* __hi, mask* __vec) const argument
127 for (; __lo < __hi; ++__vec, ++__lo)
130 return __hi;
135 do_scan_is(mask __m, const wchar_t* __lo, const wchar_t* __hi) const
137 while (__lo < __hi && ! __istype (*__lo, __m))
144 do_scan_not(mask __m, const char_type* __lo, const char_type* __hi) const
146 while (__lo < __hi && __istype (*__lo, __m))
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h181 is(const char_type *__lo, const char_type *__hi, mask *__vec) const argument
182 { return this->do_is(__lo, __hi, __vec); }
197 scan_is(mask __m, const char_type* __lo, const char_type* __hi) const
198 { return this->do_scan_is(__m, __lo, __hi); }
213 scan_not(mask __m, const char_type* __lo, const char_type* __hi) const
214 { return this->do_scan_not(__m, __lo, __hi); }
242 toupper(char_type *__lo, const char_type* __hi) const
243 { return this->do_toupper(__lo, __hi); }
271 tolower(char_type* __lo, const char_type* __hi) const
272 { return this->do_tolower(__lo, __hi); }
307 widen(const char* __lo, const char* __hi, char_type* __to) const argument
348 narrow(const char_type* __lo, const char_type* __hi, char __dfault, char *__to) const argument
894 widen(const char* __lo, const char* __hi, char_type* __to) const argument
958 narrow(const char_type* __lo, const char_type* __hi, char __dfault, char *__to) const argument
1098 do_widen(const char* __lo, const char* __hi, char_type* __dest) const argument
1150 do_narrow(const char_type* __lo, const char_type* __hi, char, char* __dest) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Davxintrin.h4928 /// \param __hi
4937 _mm256_set_m128 (__m128 __hi, __m128 __lo) argument
4939 return (__m256) __builtin_shufflevector((__v4sf)__lo, (__v4sf)__hi, 0, 1, 2, 3, 4, 5, 6, 7);
4949 /// \param __hi
4958 _mm256_set_m128d (__m128d __hi, __m128d __lo) argument
4960 return (__m256d) __builtin_shufflevector((__v2df)__lo, (__v2df)__hi, 0, 1, 2, 3);
4970 /// \param __hi
4978 _mm256_set_m128i (__m128i __hi, __m128i __lo) argument
4980 return (__m256i) __builtin_shufflevector((__v2di)__lo, (__v2di)__hi, 0, 1, 2, 3);
4995 /// \param __hi
5001 _mm256_setr_m128(__m128 __lo, __m128 __hi) argument
5024 _mm256_setr_m128d(__m128d __lo, __m128d __hi) argument
5045 _mm256_setr_m128i(__m128i __lo, __m128i __hi) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp2756 uint32_t __hi; member in struct:libunwind::Registers_mips_o32::mips_o32_thread_state_t
2826 return _registers.__hi;
2859 _registers.__hi = value;
3078 uint64_t __hi; member in struct:libunwind::Registers_mips_newabi::mips_newabi_thread_state_t
3128 return _registers.__hi;
3149 _registers.__hi = value;

Completed in 708 milliseconds