Searched refs:__low (Results 26 - 42 of 42) sorted by relevance

12

/freebsd-12-stable/contrib/libstdc++/config/os/generic/
H A Dctype_noninline.h74 ctype<char>::do_toupper(char* __low, const char* __high) const argument
76 while (__low < __high)
78 *__low = ::toupper((int) *__low);
79 ++__low;
89 ctype<char>::do_tolower(char* __low, const char* __high) const argument
91 while (__low < __high)
93 *__low = ::tolower((int) *__low);
94 ++__low;
[all...]
/freebsd-12-stable/contrib/libstdc++/config/os/hpux/
H A Dctype_noninline.h74 ctype<char>::do_toupper(char* __low, const char* __high) const argument
76 while (__low < __high)
78 *__low = ::toupper((int) *__low);
79 ++__low;
89 ctype<char>::do_tolower(char* __low, const char* __high) const argument
91 while (__low < __high)
93 *__low = ::tolower((int) *__low);
94 ++__low;
[all...]
/freebsd-12-stable/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_noninline.h74 ctype<char>::do_toupper(char* __low, const char* __high) const argument
76 while (__low < __high)
78 *__low = do_toupper(*__low);
79 ++__low;
89 ctype<char>::do_tolower(char* __low, const char* __high) const argument
91 while (__low < __high)
93 *__low = do_tolower(*__low);
94 ++__low;
[all...]
/freebsd-12-stable/contrib/libstdc++/config/os/irix/irix6.5/
H A Dctype_noninline.h75 ctype<char>::do_toupper(char* __low, const char* __high) const argument
77 while (__low < __high)
79 *__low = do_toupper(*__low);
80 ++__low;
90 ctype<char>::do_tolower(char* __low, const char* __high) const argument
92 while (__low < __high)
94 *__low = do_tolower(*__low);
95 ++__low;
[all...]
/freebsd-12-stable/contrib/libstdc++/config/os/mingw32/
H A Dctype_noninline.h77 ctype<char>::do_toupper(char* __low, const char* __high) const argument
79 while (__low < __high)
81 *__low = this->do_toupper(*__low);
82 ++__low;
92 ctype<char>::do_tolower(char* __low, const char* __high) const argument
94 while (__low < __high)
96 *__low = this->do_tolower(*__low);
97 ++__low;
[all...]
/freebsd-12-stable/contrib/libstdc++/config/os/newlib/
H A Dctype_noninline.h76 ctype<char>::do_toupper(char* __low, const char* __high) const argument
78 while (__low < __high)
80 *__low = this->do_toupper(*__low);
81 ++__low;
94 ctype<char>::do_tolower(char* __low, const char* __high) const argument
96 while (__low < __high)
98 *__low = this->do_tolower(*__low);
99 ++__low;
[all...]
/freebsd-12-stable/contrib/libstdc++/config/os/qnx/qnx6.1/
H A Dctype_noninline.h71 ctype<char>::do_toupper(char* __low, const char* __high) const argument
73 while (__low < __high)
75 *__low = ::toupper((int) *__low);
76 ++__low;
86 ctype<char>::do_tolower(char* __low, const char* __high) const argument
88 while (__low < __high)
90 *__low = ::tolower((int) *__low);
91 ++__low;
[all...]
/freebsd-12-stable/contrib/libstdc++/config/os/solaris/solaris2.5/
H A Dctype_noninline.h73 ctype<char>::do_toupper(char* __low, const char* __high) const argument
75 while (__low < __high)
77 *__low = this->do_toupper(*__low);
78 ++__low;
88 ctype<char>::do_tolower(char* __low, const char* __high) const argument
90 while (__low < __high)
92 *__low = this->do_tolower(*__low);
93 ++__low;
[all...]
/freebsd-12-stable/contrib/libstdc++/config/os/solaris/solaris2.6/
H A Dctype_noninline.h73 ctype<char>::do_toupper(char* __low, const char* __high) const argument
75 while (__low < __high)
77 *__low = _M_toupper[static_cast<unsigned char>(*__low)];
78 ++__low;
88 ctype<char>::do_tolower(char* __low, const char* __high) const argument
90 while (__low < __high)
92 *__low = _M_tolower[static_cast<unsigned char>(*__low)];
93 ++__low;
[all...]
/freebsd-12-stable/contrib/libstdc++/config/os/solaris/solaris2.7/
H A Dctype_noninline.h74 ctype<char>::do_toupper(char* __low, const char* __high) const argument
76 while (__low < __high)
78 *__low = _M_toupper[static_cast<unsigned char>(*__low)];
79 ++__low;
89 ctype<char>::do_tolower(char* __low, const char* __high) const argument
91 while (__low < __high)
93 *__low = _M_tolower[static_cast<unsigned char>(*__low)];
94 ++__low;
[all...]
/freebsd-12-stable/contrib/libstdc++/config/os/tpf/
H A Dctype_noninline.h85 ctype<char>::do_toupper(char* __low, const char* __high) const argument
87 while (__low < __high)
89 *__low = _M_toupper[static_cast<unsigned char>(*__low)];
90 ++__low;
100 ctype<char>::do_tolower(char* __low, const char* __high) const argument
102 while (__low < __high)
104 *__low = _M_tolower[static_cast<unsigned char>(*__low)];
105 ++__low;
[all...]
/freebsd-12-stable/contrib/libstdc++/config/os/uclibc/
H A Dctype_noninline.h74 ctype<char>::do_toupper(char* __low, const char* __high) const argument
76 while (__low < __high)
78 *__low = _M_toupper[static_cast<unsigned char>(*__low)];
79 ++__low;
89 ctype<char>::do_tolower(char* __low, const char* __high) const argument
91 while (__low < __high)
93 *__low = _M_tolower[static_cast<unsigned char>(*__low)];
94 ++__low;
[all...]
/freebsd-12-stable/contrib/libstdc++/config/os/vxworks/
H A Dctype_noninline.h74 ctype<char>::do_toupper(char* __low, const char* __high) const argument
76 while (__low < __high)
78 *__low = __toupper(*__low);
79 ++__low;
89 ctype<char>::do_tolower(char* __low, const char* __high) const argument
91 while (__low < __high)
93 *__low = __tolower(*__low);
94 ++__low;
[all...]
/freebsd-12-stable/contrib/libstdc++/config/os/windiss/
H A Dctype_noninline.h74 ctype<char>::do_toupper(char* __low, const char* __high) const argument
76 while (__low < __high)
78 *__low = ::toupper((int) *__low);
79 ++__low;
89 ctype<char>::do_tolower(char* __low, const char* __high) const argument
91 while (__low < __high)
93 *__low = ::tolower((int) *__low);
94 ++__low;
[all...]
/freebsd-12-stable/contrib/libstdc++/config/os/gnu-linux/
H A Dctype_noninline.h141 ctype<char>::do_toupper(char* __low, const char* __high) const argument
143 while (__low < __high)
145 *__low = _M_toupper[static_cast<unsigned char>(*__low)];
146 ++__low;
156 ctype<char>::do_tolower(char* __low, const char* __high) const argument
158 while (__low < __high)
160 *__low = _M_tolower[static_cast<unsigned char>(*__low)];
161 ++__low;
[all...]
/freebsd-12-stable/sys/mips/nlm/hal/
H A Dmips-extns.h170 uint32_t __high, __low; \
179 : "=r"(__high), "=r"(__low): "i"(reg), "i"(sel) \
181 ((uint64_t)__high << 32) | __low; \
187 uint32_t __low = value & 0xffffffff; \
198 :: "r"(__high), "r"(__low), "i"(reg), "i"(sel) \
H A Dcop2.h115 uint32_t __high, __low; \
124 : "=r"(__high), "=r"(__low) \
128 return ((uint64_t)__high << 32) | __low; \
134 uint32_t __low = val & 0xffffffff; \
145 : : "r"(__high), "r"(__low), "i"(reg), "i"(sel) \

Completed in 520 milliseconds

12