Searched refs:__lo (Results 1 - 11 of 11) 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/bits/
H A Dlocale_facets.h173 * @param __lo Pointer to start of range.
179 is(const char_type *__lo, const char_type *__hi, mask *__vec) const argument
180 { return this->do_is(__lo, __hi, __vec); }
190 * @param __lo Pointer to start of range.
195 scan_is(mask __m, const char_type* __lo, const char_type* __hi) const argument
196 { return this->do_scan_is(__m, __lo, __hi); }
206 * @param __lo Pointer to first char in range.
211 scan_not(mask __m, const char_type* __lo, const char_type* __hi) const argument
212 { return this->do_scan_not(__m, __lo, __hi); }
235 * @param __lo Pointe
240 toupper(char_type *__lo, const char_type* __hi) const argument
269 tolower(char_type* __lo, const char_type* __hi) const argument
305 widen(const char* __lo, const char* __hi, char_type* __to) const argument
346 narrow(const char_type* __lo, const char_type* __hi, char __dfault, char* __to) const argument
812 toupper(char_type *__lo, const char_type* __hi) const argument
845 tolower(char_type* __lo, const char_type* __hi) const argument
892 widen(const char* __lo, const char* __hi, char_type* __to) const argument
956 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* __to) const argument
1150 do_narrow(const char_type* __lo, const char_type* __hi, char __dfault, char* __to) const argument
[all...]
H A Dlocale_classes.h656 * @param __lo Start of string.
661 transform(const _CharT* __lo, const _CharT* __hi) const argument
662 { return this->do_transform(__lo, __hi); }
670 * @param __lo Start of string.
675 hash(const _CharT* __lo, const _CharT* __hi) const argument
676 { return this->do_hash(__lo, __hi); }
713 * @param __lo Start.
718 do_transform(const _CharT* __lo, const _CharT* __hi) const;
726 * @param __lo Start of string.
731 do_hash(const _CharT* __lo, cons
[all...]
/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/bits/
H A Dlocale_facets.h180 is(const char_type *__lo, const char_type *__hi, mask *__vec) const argument
181 { return this->do_is(__lo, __hi, __vec); }
196 scan_is(mask __m, const char_type* __lo, const char_type* __hi) const argument
197 { return this->do_scan_is(__m, __lo, __hi); }
212 scan_not(mask __m, const char_type* __lo, const char_type* __hi) const argument
213 { return this->do_scan_not(__m, __lo, __hi); }
241 toupper(char_type *__lo, const char_type* __hi) const argument
242 { return this->do_toupper(__lo, __hi); }
270 tolower(char_type* __lo, const char_type* __hi) const argument
271 { return this->do_tolower(__lo, __h
306 widen(const char* __lo, const char* __hi, char_type* __to) const argument
347 narrow(const char_type* __lo, const char_type* __hi, char __dfault, char *__to) const argument
813 toupper(char_type *__lo, const char_type* __hi) const argument
846 tolower(char_type* __lo, const char_type* __hi) const argument
893 widen(const char* __lo, const char* __hi, char_type* __to) const argument
957 narrow(const char_type* __lo, const char_type* __hi, char __dfault, char *__to) const argument
1099 do_widen(const char* __lo, const char* __hi, char_type* __dest) const argument
1151 do_narrow(const char_type* __lo, const char_type* __hi, char, char* __dest) const argument
[all...]
H A Dlocale_classes.h695 transform(const _CharT* __lo, const _CharT* __hi) const argument
696 { return this->do_transform(__lo, __hi); }
709 hash(const _CharT* __lo, const _CharT* __hi) const argument
710 { return this->do_hash(__lo, __hi); }
754 do_transform(const _CharT* __lo, const _CharT* __hi) const;
767 do_hash(const _CharT* __lo, const _CharT* __hi) const;
/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/bits/
H A Dlocale_facets.h178 is(const char_type *__lo, const char_type *__hi, mask *__vec) const argument
179 { return this->do_is(__lo, __hi, __vec); }
194 scan_is(mask __m, const char_type* __lo, const char_type* __hi) const argument
195 { return this->do_scan_is(__m, __lo, __hi); }
210 scan_not(mask __m, const char_type* __lo, const char_type* __hi) const argument
211 { return this->do_scan_not(__m, __lo, __hi); }
239 toupper(char_type *__lo, const char_type* __hi) const argument
240 { return this->do_toupper(__lo, __hi); }
268 tolower(char_type* __lo, const char_type* __hi) const argument
269 { return this->do_tolower(__lo, __h
304 widen(const char* __lo, const char* __hi, char_type* __to) const argument
345 narrow(const char_type* __lo, const char_type* __hi, char __dfault, char *__to) const argument
811 toupper(char_type *__lo, const char_type* __hi) const argument
844 tolower(char_type* __lo, const char_type* __hi) const argument
891 widen(const char* __lo, const char* __hi, char_type* __to) const argument
955 narrow(const char_type* __lo, const char_type* __hi, char __dfault, char *__to) const argument
1097 do_widen(const char* __lo, const char* __hi, char_type* __dest) const argument
1149 do_narrow(const char_type* __lo, const char_type* __hi, char, char* __dest) const argument
[all...]
H A Dlocale_classes.h687 transform(const _CharT* __lo, const _CharT* __hi) const argument
688 { return this->do_transform(__lo, __hi); }
701 hash(const _CharT* __lo, const _CharT* __hi) const argument
702 { return this->do_hash(__lo, __hi); }
746 do_transform(const _CharT* __lo, const _CharT* __hi) const;
759 do_hash(const _CharT* __lo, const _CharT* __hi) const;
/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/bits/
H A Dlocale_facets.h178 is(const char_type *__lo, const char_type *__hi, mask *__vec) const argument
179 { return this->do_is(__lo, __hi, __vec); }
194 scan_is(mask __m, const char_type* __lo, const char_type* __hi) const argument
195 { return this->do_scan_is(__m, __lo, __hi); }
210 scan_not(mask __m, const char_type* __lo, const char_type* __hi) const argument
211 { return this->do_scan_not(__m, __lo, __hi); }
239 toupper(char_type *__lo, const char_type* __hi) const argument
240 { return this->do_toupper(__lo, __hi); }
268 tolower(char_type* __lo, const char_type* __hi) const argument
269 { return this->do_tolower(__lo, __h
304 widen(const char* __lo, const char* __hi, char_type* __to) const argument
345 narrow(const char_type* __lo, const char_type* __hi, char __dfault, char *__to) const argument
811 toupper(char_type *__lo, const char_type* __hi) const argument
844 tolower(char_type* __lo, const char_type* __hi) const argument
891 widen(const char* __lo, const char* __hi, char_type* __to) const argument
955 narrow(const char_type* __lo, const char_type* __hi, char __dfault, char *__to) const argument
1097 do_widen(const char* __lo, const char* __hi, char_type* __dest) const argument
1149 do_narrow(const char_type* __lo, const char_type* __hi, char, char* __dest) const argument
[all...]
H A Dlocale_classes.h687 transform(const _CharT* __lo, const _CharT* __hi) const argument
688 { return this->do_transform(__lo, __hi); }
701 hash(const _CharT* __lo, const _CharT* __hi) const argument
702 { return this->do_hash(__lo, __hi); }
746 do_transform(const _CharT* __lo, const _CharT* __hi) const;
759 do_hash(const _CharT* __lo, const _CharT* __hi) const;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/mpi/
H A Dlonglong.h1414 ({UWtype __hi, __lo; \
1415 umul_ppmm (__hi, __lo, u, v); \
1416 ((UDWtype) __hi << W_TYPE_SIZE) | __lo; })
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/mpi/
H A Dlonglong.h1414 ({UWtype __hi, __lo; \
1415 umul_ppmm (__hi, __lo, u, v); \
1416 ((UDWtype) __hi << W_TYPE_SIZE) | __lo; })
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/mpi/
H A Dlonglong.h1414 ({UWtype __hi, __lo; \
1415 umul_ppmm (__hi, __lo, u, v); \
1416 ((UDWtype) __hi << W_TYPE_SIZE) | __lo; })

Completed in 211 milliseconds