Searched refs:__high (Results 1 - 22 of 22) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/arm-none-eabi/armv6-m/bits/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const argument
50 while (__low < __high)
52 return __high;
57 scan_is(mask __m, const char* __low, const char* __high) const
59 while (__low < __high && !this->is(__m, *__low))
66 scan_not(mask __m, const char* __low, const char* __high) const
68 while (__low < __high && this->is(__m, *__low) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/arm-none-eabi/bits/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const argument
50 while (__low < __high)
52 return __high;
57 scan_is(mask __m, const char* __low, const char* __high) const
59 while (__low < __high && !this->is(__m, *__low))
66 scan_not(mask __m, const char* __low, const char* __high) const
68 while (__low < __high && this->is(__m, *__low) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/arm-none-eabi/thumb/bits/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const argument
50 while (__low < __high)
52 return __high;
57 scan_is(mask __m, const char* __low, const char* __high) const
59 while (__low < __high && !this->is(__m, *__low))
66 scan_not(mask __m, const char* __low, const char* __high) const
68 while (__low < __high && this->is(__m, *__low) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/arm-none-eabi/thumb2/bits/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const argument
50 while (__low < __high)
52 return __high;
57 scan_is(mask __m, const char* __low, const char* __high) const
59 while (__low < __high && !this->is(__m, *__low))
66 scan_not(mask __m, const char* __low, const char* __high) const
68 while (__low < __high && this->is(__m, *__low) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/arm-none-eabi/armv6-m/bits/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const argument
50 while (__low < __high)
52 return __high;
57 scan_is(mask __m, const char* __low, const char* __high) const
59 while (__low < __high && !this->is(__m, *__low))
66 scan_not(mask __m, const char* __low, const char* __high) const
68 while (__low < __high && this->is(__m, *__low) != 0)
H A Dctype_noninline.h71 ctype<char>::do_toupper(char* __low, const char* __high) const
73 while (__low < __high)
78 return __high;
89 ctype<char>::do_tolower(char* __low, const char* __high) const
91 while (__low < __high)
96 return __high;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/arm-none-eabi/bits/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const argument
50 while (__low < __high)
52 return __high;
57 scan_is(mask __m, const char* __low, const char* __high) const
59 while (__low < __high && !this->is(__m, *__low))
66 scan_not(mask __m, const char* __low, const char* __high) const
68 while (__low < __high && this->is(__m, *__low) != 0)
H A Dctype_noninline.h71 ctype<char>::do_toupper(char* __low, const char* __high) const
73 while (__low < __high)
78 return __high;
89 ctype<char>::do_tolower(char* __low, const char* __high) const
91 while (__low < __high)
96 return __high;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/arm-none-eabi/thumb/bits/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const argument
50 while (__low < __high)
52 return __high;
57 scan_is(mask __m, const char* __low, const char* __high) const
59 while (__low < __high && !this->is(__m, *__low))
66 scan_not(mask __m, const char* __low, const char* __high) const
68 while (__low < __high && this->is(__m, *__low) != 0)
H A Dctype_noninline.h71 ctype<char>::do_toupper(char* __low, const char* __high) const
73 while (__low < __high)
78 return __high;
89 ctype<char>::do_tolower(char* __low, const char* __high) const
91 while (__low < __high)
96 return __high;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/arm-none-eabi/thumb2/bits/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const argument
50 while (__low < __high)
52 return __high;
57 scan_is(mask __m, const char* __low, const char* __high) const
59 while (__low < __high && !this->is(__m, *__low))
66 scan_not(mask __m, const char* __low, const char* __high) const
68 while (__low < __high && this->is(__m, *__low) != 0)
H A Dctype_noninline.h71 ctype<char>::do_toupper(char* __low, const char* __high) const
73 while (__low < __high)
78 return __high;
89 ctype<char>::do_tolower(char* __low, const char* __high) const
91 while (__low < __high)
96 return __high;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/arm-brcm-linux-uclibcgnueabi/bits/
H A Dctype_inline.h46 is(const char* __low, const char* __high, mask* __vec) const argument
48 while (__low < __high)
50 return __high;
55 scan_is(mask __m, const char* __low, const char* __high) const
57 while (__low < __high
65 scan_not(mask __m, const char* __low, const char* __high) const
67 while (__low < __high
H A Dctype_noninline.h69 ctype<char>::do_toupper(char* __low, const char* __high) const
71 while (__low < __high)
76 return __high;
84 ctype<char>::do_tolower(char* __low, const char* __high) const
86 while (__low < __high)
91 return __high;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/arm-brcm-linux-uclibcgnueabi/bits/
H A Dctype_inline.h46 is(const char* __low, const char* __high, mask* __vec) const argument
48 while (__low < __high)
50 return __high;
55 scan_is(mask __m, const char* __low, const char* __high) const
57 while (__low < __high
65 scan_not(mask __m, const char* __low, const char* __high) const
67 while (__low < __high
H A Dctype_noninline.h69 ctype<char>::do_toupper(char* __low, const char* __high) const
71 while (__low < __high)
76 return __high;
84 ctype<char>::do_tolower(char* __low, const char* __high) const
86 while (__low < __high)
91 return __high;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Ddiv64.h22 unsigned long __upper, __low, __high, __mod, __base; \
24 asm("":"=a" (__low), "=d" (__high) : "A" (n)); \
25 __upper = __high; \
26 if (__high) { \
27 __upper = __high % (__base); \
28 __high = __high / (__base); \
32 asm("":"=A" (n) : "a" (__low), "d" (__high)); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Ddiv64.h22 unsigned long __upper, __low, __high, __mod, __base; \
24 asm("":"=a" (__low), "=d" (__high) : "A" (n)); \
25 __upper = __high; \
26 if (__high) { \
27 __upper = __high % (__base); \
28 __high = __high / (__base); \
32 asm("":"=A" (n) : "a" (__low), "d" (__high)); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/
H A Ddiv64.h26 unsigned long __high, __low; \
29 __high = *__n >> 32; \
60 : "Jr" (base), "0" (__high), "1" (__low)); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/
H A Ddiv64.h26 unsigned long __high, __low; \
29 __high = *__n >> 32; \
60 : "Jr" (base), "0" (__high), "1" (__low)); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_linux.h179 unsigned long __upper, __low, __high, __mod; local
181 __upper = __high = c >> 32;
183 if (__high) {
184 __upper = __high % (b);
185 __high = __high / (b);
188 asm("":"=A" (c):"a" (__low),"d" (__high));
206 unsigned long __upper, __low, __high, __mod; local
208 __upper = __high = c >> 32;
210 if (__high) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_linux.h179 unsigned long __upper, __low, __high, __mod; local
181 __upper = __high = c >> 32;
183 if (__high) {
184 __upper = __high % (b);
185 __high = __high / (b);
188 asm("":"=A" (c):"a" (__low),"d" (__high));
206 unsigned long __upper, __low, __high, __mod; local
208 __upper = __high = c >> 32;
210 if (__high) {
[all...]

Completed in 281 milliseconds