HomeSort by relevance Sort by last modified time
    Searched refs:__c (Results 101 - 125 of 592) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets.h 163 is(mask __m, char_type __c) const
164 { return this->do_is(__m, __c); }
226 toupper(char_type __c) const
227 { return this->do_toupper(__c); }
255 tolower(char_type __c) const
256 { return this->do_tolower(__c); }
287 widen(char __c) const
288 { return this->do_widen(__c); }
325 narrow(char_type __c, char __dfault) const
326 { return this->do_narrow(__c, __dfault);
    [all...]
char_traits.h 124 to_char_type(const int_type& __c)
125 { return static_cast<char_type>(__c); }
128 to_int_type(const char_type& __c)
129 { return static_cast<int_type>(__c); }
140 not_eof(const int_type& __c)
141 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
280 to_char_type(const int_type& __c)
281 { return static_cast<char_type>(__c); }
286 to_int_type(const char_type& __c)
    [all...]
  /external/stlport/stlport/stl/
_ostream.h 89 void _M_put_char(_CharT __c);
96 _Self& put(char_type __c);
241 operator<<(basic_ostream<_CharT, _Traits>& __os, _CharT __c){
242 __os._M_put_char(__c);
257 operator<<(basic_ostream<char, char_traits<char> >& __os, char __c) {
258 __os._M_put_char(__c);
263 operator<<(basic_ostream<char, char_traits<char> >& __os, signed char __c) {
264 __os._M_put_char(__c);
269 operator<<(basic_ostream<char, char_traits<char> >& __os, unsigned char __c) {
270 __os._M_put_char(__c);
    [all...]
_complex.c 117 _CharT __c; local
119 __is >> __c; local
120 if (_Traits::eq(__c, __wpunct[0])) { // Left paren
121 __is >> __re >> __c; local
122 if (_Traits::eq(__c, __wpunct[1])) // Comma
123 __is >> __im >> __c; local
124 if (!_Traits::eq(__c, __wpunct[2])) // Right paren
128 __is.putback(__c);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 89 void _M_put_char(_CharT __c);
96 _Self& put(char_type __c);
241 operator<<(basic_ostream<_CharT, _Traits>& __os, _CharT __c){
242 __os._M_put_char(__c);
257 operator<<(basic_ostream<char, char_traits<char> >& __os, char __c) {
258 __os._M_put_char(__c);
263 operator<<(basic_ostream<char, char_traits<char> >& __os, signed char __c) {
264 __os._M_put_char(__c);
269 operator<<(basic_ostream<char, char_traits<char> >& __os, unsigned char __c) {
270 __os._M_put_char(__c);
    [all...]
_complex.c 117 _CharT __c; local
119 __is >> __c; local
120 if (_Traits::eq(__c, __wpunct[0])) { // Left paren
121 __is >> __re >> __c; local
122 if (_Traits::eq(__c, __wpunct[1])) // Comma
123 __is >> __im >> __c; local
124 if (!_Traits::eq(__c, __wpunct[2])) // Right paren
128 __is.putback(__c);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 89 void _M_put_char(_CharT __c);
96 _Self& put(char_type __c);
241 operator<<(basic_ostream<_CharT, _Traits>& __os, _CharT __c){
242 __os._M_put_char(__c);
257 operator<<(basic_ostream<char, char_traits<char> >& __os, char __c) {
258 __os._M_put_char(__c);
263 operator<<(basic_ostream<char, char_traits<char> >& __os, signed char __c) {
264 __os._M_put_char(__c);
269 operator<<(basic_ostream<char, char_traits<char> >& __os, unsigned char __c) {
270 __os._M_put_char(__c);
    [all...]
_complex.c 117 _CharT __c; local
119 __is >> __c; local
120 if (_Traits::eq(__c, __wpunct[0])) { // Left paren
121 __is >> __re >> __c; local
122 if (_Traits::eq(__c, __wpunct[1])) // Comma
123 __is >> __im >> __c; local
124 if (!_Traits::eq(__c, __wpunct[2])) // Right paren
128 __is.putback(__c);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 89 void _M_put_char(_CharT __c);
96 _Self& put(char_type __c);
241 operator<<(basic_ostream<_CharT, _Traits>& __os, _CharT __c){
242 __os._M_put_char(__c);
257 operator<<(basic_ostream<char, char_traits<char> >& __os, char __c) {
258 __os._M_put_char(__c);
263 operator<<(basic_ostream<char, char_traits<char> >& __os, signed char __c) {
264 __os._M_put_char(__c);
269 operator<<(basic_ostream<char, char_traits<char> >& __os, unsigned char __c) {
270 __os._M_put_char(__c);
    [all...]
_complex.c 117 _CharT __c; local
119 __is >> __c; local
120 if (_Traits::eq(__c, __wpunct[0])) { // Left paren
121 __is >> __re >> __c; local
122 if (_Traits::eq(__c, __wpunct[1])) // Comma
123 __is >> __im >> __c; local
124 if (!_Traits::eq(__c, __wpunct[2])) // Right paren
128 __is.putback(__c);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 89 void _M_put_char(_CharT __c);
96 _Self& put(char_type __c);
241 operator<<(basic_ostream<_CharT, _Traits>& __os, _CharT __c){
242 __os._M_put_char(__c);
257 operator<<(basic_ostream<char, char_traits<char> >& __os, char __c) {
258 __os._M_put_char(__c);
263 operator<<(basic_ostream<char, char_traits<char> >& __os, signed char __c) {
264 __os._M_put_char(__c);
269 operator<<(basic_ostream<char, char_traits<char> >& __os, unsigned char __c) {
270 __os._M_put_char(__c);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 89 void _M_put_char(_CharT __c);
96 _Self& put(char_type __c);
241 operator<<(basic_ostream<_CharT, _Traits>& __os, _CharT __c){
242 __os._M_put_char(__c);
257 operator<<(basic_ostream<char, char_traits<char> >& __os, char __c) {
258 __os._M_put_char(__c);
263 operator<<(basic_ostream<char, char_traits<char> >& __os, signed char __c) {
264 __os._M_put_char(__c);
269 operator<<(basic_ostream<char, char_traits<char> >& __os, unsigned char __c) {
270 __os._M_put_char(__c);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
char_traits.h 129 to_char_type(const int_type& __c)
130 { return static_cast<char_type>(__c); }
133 to_int_type(const char_type& __c)
134 { return static_cast<int_type>(__c); }
145 not_eof(const int_type& __c)
146 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
282 to_char_type(const int_type& __c)
283 { return static_cast<char_type>(__c); }
288 to_int_type(const char_type& __c)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
char_traits.h 124 to_char_type(const int_type& __c)
125 { return static_cast<char_type>(__c); }
128 to_int_type(const char_type& __c)
129 { return static_cast<int_type>(__c); }
140 not_eof(const int_type& __c)
141 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
280 to_char_type(const int_type& __c)
281 { return static_cast<char_type>(__c); }
286 to_int_type(const char_type& __c)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 129 to_char_type(const int_type& __c)
130 { return static_cast<char_type>(__c); }
133 to_int_type(const char_type& __c)
134 { return static_cast<int_type>(__c); }
145 not_eof(const int_type& __c)
146 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
282 to_char_type(const int_type& __c)
283 { return static_cast<char_type>(__c); }
288 to_int_type(const char_type& __c)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 129 to_char_type(const int_type& __c)
130 { return static_cast<char_type>(__c); }
133 to_int_type(const char_type& __c)
134 { return static_cast<int_type>(__c); }
145 not_eof(const int_type& __c)
146 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
282 to_char_type(const int_type& __c)
283 { return static_cast<char_type>(__c); }
288 to_int_type(const char_type& __c)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 129 to_char_type(const int_type& __c)
130 { return static_cast<char_type>(__c); }
133 to_int_type(const char_type& __c)
134 { return static_cast<int_type>(__c); }
145 not_eof(const int_type& __c)
146 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
282 to_char_type(const int_type& __c)
283 { return static_cast<char_type>(__c); }
288 to_int_type(const char_type& __c)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 129 to_char_type(const int_type& __c)
130 { return static_cast<char_type>(__c); }
133 to_int_type(const char_type& __c)
134 { return static_cast<int_type>(__c); }
145 not_eof(const int_type& __c)
146 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
282 to_char_type(const int_type& __c)
283 { return static_cast<char_type>(__c); }
288 to_int_type(const char_type& __c)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
arm_neon.h 1090 vmla_s8 (int8x8_t __a, int8x8_t __b, int8x8_t __c)
1092 return (int8x8_t)__builtin_neon_vmlav8qi (__a, __b, __c, 1);
1096 vmla_s16 (int16x4_t __a, int16x4_t __b, int16x4_t __c)
1098 return (int16x4_t)__builtin_neon_vmlav4hi (__a, __b, __c, 1);
1102 vmla_s32 (int32x2_t __a, int32x2_t __b, int32x2_t __c)
1104 return (int32x2_t)__builtin_neon_vmlav2si (__a, __b, __c, 1);
1108 vmla_f32 (float32x2_t __a, float32x2_t __b, float32x2_t __c)
1110 return (float32x2_t)__builtin_neon_vmlav2sf (__a, __b, __c, 3);
1114 vmla_u8 (uint8x8_t __a, uint8x8_t __b, uint8x8_t __c)
1116 return (uint8x8_t)__builtin_neon_vmlav8qi ((int8x8_t) __a, (int8x8_t) __b, (int8x8_t) __c, 0)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
arm_neon.h 1090 vmla_s8 (int8x8_t __a, int8x8_t __b, int8x8_t __c)
1092 return (int8x8_t)__builtin_neon_vmlav8qi (__a, __b, __c, 1);
1096 vmla_s16 (int16x4_t __a, int16x4_t __b, int16x4_t __c)
1098 return (int16x4_t)__builtin_neon_vmlav4hi (__a, __b, __c, 1);
1102 vmla_s32 (int32x2_t __a, int32x2_t __b, int32x2_t __c)
1104 return (int32x2_t)__builtin_neon_vmlav2si (__a, __b, __c, 1);
1108 vmla_f32 (float32x2_t __a, float32x2_t __b, float32x2_t __c)
1110 return (float32x2_t)__builtin_neon_vmlav2sf (__a, __b, __c, 3);
1114 vmla_u8 (uint8x8_t __a, uint8x8_t __b, uint8x8_t __c)
1116 return (uint8x8_t)__builtin_neon_vmlav8qi ((int8x8_t) __a, (int8x8_t) __b, (int8x8_t) __c, 0)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
arm_neon.h 1090 vmla_s8 (int8x8_t __a, int8x8_t __b, int8x8_t __c)
1092 return (int8x8_t)__builtin_neon_vmlav8qi (__a, __b, __c, 1);
1096 vmla_s16 (int16x4_t __a, int16x4_t __b, int16x4_t __c)
1098 return (int16x4_t)__builtin_neon_vmlav4hi (__a, __b, __c, 1);
1102 vmla_s32 (int32x2_t __a, int32x2_t __b, int32x2_t __c)
1104 return (int32x2_t)__builtin_neon_vmlav2si (__a, __b, __c, 1);
1108 vmla_f32 (float32x2_t __a, float32x2_t __b, float32x2_t __c)
1110 return (float32x2_t)__builtin_neon_vmlav2sf (__a, __b, __c, 3);
1114 vmla_u8 (uint8x8_t __a, uint8x8_t __b, uint8x8_t __c)
1116 return (uint8x8_t)__builtin_neon_vmlav8qi ((int8x8_t) __a, (int8x8_t) __b, (int8x8_t) __c, 0)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
arm_neon.h 1090 vmla_s8 (int8x8_t __a, int8x8_t __b, int8x8_t __c)
1092 return (int8x8_t)__builtin_neon_vmlav8qi (__a, __b, __c, 1);
1096 vmla_s16 (int16x4_t __a, int16x4_t __b, int16x4_t __c)
1098 return (int16x4_t)__builtin_neon_vmlav4hi (__a, __b, __c, 1);
1102 vmla_s32 (int32x2_t __a, int32x2_t __b, int32x2_t __c)
1104 return (int32x2_t)__builtin_neon_vmlav2si (__a, __b, __c, 1);
1108 vmla_f32 (float32x2_t __a, float32x2_t __b, float32x2_t __c)
1110 return (float32x2_t)__builtin_neon_vmlav2sf (__a, __b, __c, 3);
1114 vmla_u8 (uint8x8_t __a, uint8x8_t __b, uint8x8_t __c)
1116 return (uint8x8_t)__builtin_neon_vmlav8qi ((int8x8_t) __a, (int8x8_t) __b, (int8x8_t) __c, 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
strings.h 48 extern char *index (__const char *__s, int __c) __THROW __attribute_pure__;
51 extern char *rindex (__const char *__s, int __c) __THROW __attribute_pure__;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
strings.h 48 extern char *index (__const char *__s, int __c) __THROW __attribute_pure__;
51 extern char *rindex (__const char *__s, int __c) __THROW __attribute_pure__;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
strings.h 48 extern char *index (__const char *__s, int __c) __THROW __attribute_pure__;
51 extern char *rindex (__const char *__s, int __c) __THROW __attribute_pure__;

Completed in 3390 milliseconds

1 2 3 45 6 7 8 91011>>