Searched refs:__high (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-10.0-release/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_noninline.h74 ctype<char>::do_toupper(char* __low, const char* __high) const
76 while (__low < __high)
81 return __high;
89 ctype<char>::do_tolower(char* __low, const char* __high) const
91 while (__low < __high)
96 return __high;
/freebsd-10.0-release/contrib/libstdc++/config/os/irix/irix6.5/
H A Dctype_noninline.h75 ctype<char>::do_toupper(char* __low, const char* __high) const
77 while (__low < __high)
82 return __high;
90 ctype<char>::do_tolower(char* __low, const char* __high) const
92 while (__low < __high)
97 return __high;
/freebsd-10.0-release/contrib/libstdc++/config/os/mingw32/
H A Dctype_noninline.h77 ctype<char>::do_toupper(char* __low, const char* __high) const
79 while (__low < __high)
84 return __high;
92 ctype<char>::do_tolower(char* __low, const char* __high) const
94 while (__low < __high)
99 return __high;
/freebsd-10.0-release/contrib/libstdc++/config/os/newlib/
H A Dctype_noninline.h76 ctype<char>::do_toupper(char* __low, const char* __high) const
78 while (__low < __high)
83 return __high;
94 ctype<char>::do_tolower(char* __low, const char* __high) const
96 while (__low < __high)
101 return __high;
/freebsd-10.0-release/contrib/libstdc++/config/os/qnx/qnx6.1/
H A Dctype_noninline.h71 ctype<char>::do_toupper(char* __low, const char* __high) const
73 while (__low < __high)
78 return __high;
86 ctype<char>::do_tolower(char* __low, const char* __high) const
88 while (__low < __high)
93 return __high;
/freebsd-10.0-release/contrib/libstdc++/config/os/solaris/solaris2.5/
H A Dctype_noninline.h73 ctype<char>::do_toupper(char* __low, const char* __high) const
75 while (__low < __high)
80 return __high;
88 ctype<char>::do_tolower(char* __low, const char* __high) const
90 while (__low < __high)
95 return __high;
/freebsd-10.0-release/contrib/libstdc++/config/os/solaris/solaris2.6/
H A Dctype_noninline.h73 ctype<char>::do_toupper(char* __low, const char* __high) const
75 while (__low < __high)
80 return __high;
88 ctype<char>::do_tolower(char* __low, const char* __high) const
90 while (__low < __high)
95 return __high;
/freebsd-10.0-release/contrib/libstdc++/config/os/solaris/solaris2.7/
H A Dctype_noninline.h74 ctype<char>::do_toupper(char* __low, const char* __high) const
76 while (__low < __high)
81 return __high;
89 ctype<char>::do_tolower(char* __low, const char* __high) const
91 while (__low < __high)
96 return __high;
/freebsd-10.0-release/contrib/libstdc++/config/os/tpf/
H A Dctype_noninline.h85 ctype<char>::do_toupper(char* __low, const char* __high) const
87 while (__low < __high)
92 return __high;
100 ctype<char>::do_tolower(char* __low, const char* __high) const
102 while (__low < __high)
107 return __high;
/freebsd-10.0-release/contrib/libstdc++/config/os/uclibc/
H A Dctype_noninline.h74 ctype<char>::do_toupper(char* __low, const char* __high) const
76 while (__low < __high)
81 return __high;
89 ctype<char>::do_tolower(char* __low, const char* __high) const
91 while (__low < __high)
96 return __high;
/freebsd-10.0-release/contrib/libstdc++/config/os/vxworks/
H A Dctype_noninline.h74 ctype<char>::do_toupper(char* __low, const char* __high) const
76 while (__low < __high)
81 return __high;
89 ctype<char>::do_tolower(char* __low, const char* __high) const
91 while (__low < __high)
96 return __high;
/freebsd-10.0-release/contrib/libstdc++/config/os/windiss/
H A Dctype_noninline.h74 ctype<char>::do_toupper(char* __low, const char* __high) const
76 while (__low < __high)
81 return __high;
89 ctype<char>::do_tolower(char* __low, const char* __high) const
91 while (__low < __high)
96 return __high;
/freebsd-10.0-release/contrib/libstdc++/config/os/bsd/darwin/
H A Dctype_inline.h56 is(const char* __low, const char* __high, mask* __vec) const argument
59 while (__low < __high)
62 for (;__low < __high; ++__vec, ++__low)
84 return __high;
89 scan_is(mask __m, const char* __low, const char* __high) const
92 while (__low < __high
96 while (__low < __high && !this->is(__m, *__low))
103 scan_not(mask __m, const char* __low, const char* __high) const
106 while (__low < __high
110 while (__low < __high
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/os/bsd/freebsd/
H A Dctype_inline.h56 is(const char* __low, const char* __high, mask* __vec) const argument
59 while (__low < __high)
62 for (;__low < __high; ++__vec, ++__low)
84 return __high;
89 scan_is(mask __m, const char* __low, const char* __high) const
92 while (__low < __high
96 while (__low < __high && !this->is(__m, *__low))
103 scan_not(mask __m, const char* __low, const char* __high) const
106 while (__low < __high
110 while (__low < __high
[all...]
/freebsd-10.0-release/sys/mips/nlm/hal/
H A Dmips-extns.h168 uint32_t __high, __low; \
177 : "=r"(__high), "=r"(__low): "i"(reg), "i"(sel) \
179 ((uint64_t)__high << 32) | __low; \
184 uint32_t __high = value >> 32; \
196 :: "r"(__high), "r"(__low), "i"(reg), "i"(sel) \
H A Dcop2.h113 uint32_t __high, __low; \
122 : "=r"(__high), "=r"(__low) \
126 return ((uint64_t)__high << 32) | __low; \
131 uint32_t __high = val >> 32; \
143 : : "r"(__high), "r"(__low), "i"(reg), "i"(sel) \
/freebsd-10.0-release/sys/mips/rmi/
H A Drmi_mips_exts.h220 uint32_t __high, __low; \
229 : "=r"(__high), "=r"(__low): "i"(reg), "i"(sel) \
231 ((uint64_t)__high << 32) | __low; \
236 uint32_t __high = value >> 32; \
248 :: "r"(__high), "r"(__low), "i"(reg), "i"(sel) \
254 uint32_t __high, __low; \
263 : "=r"(__high), "=r"(__low): "i"(reg), "i"(sel) \
265 ((uint64_t)__high << 32) | __low; \
270 uint32_t __high = value >> 32; \
282 :: "r"(__high), "
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/os/gnu-linux/
H A Dctype_noninline.h141 ctype<char>::do_toupper(char* __low, const char* __high) const
143 while (__low < __high)
148 return __high;
156 ctype<char>::do_tolower(char* __low, const char* __high) const
158 while (__low < __high)
163 return __high;
/freebsd-10.0-release/sys/i386/xen/
H A Dclock.c133 unsigned long __upper, __low, __high, __mod, __base; \
135 __asm("":"=a" (__low), "=d" (__high):"A" (n)); \
136 __upper = __high; \
137 if (__high) { \
138 __upper = __high % (__base); \
139 __high = __high / (__base); \
142 __asm("":"=A" (n):"a" (__low),"d" (__high)); \

Completed in 82 milliseconds

12