HomeSort by relevance Sort by last modified time
    Searched defs:__c (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
nan.h 49 static union { unsigned char __c[4]; float __d; } __nan_union member in union:__anon62281
huge_val.h 43 typedef union { unsigned char __c[8]; double __d; } __huge_val_t; member in union:__anon62269
huge_valf.h 41 typedef union { unsigned char __c[4]; float __f; } __huge_valf_t; member in union:__anon62270
stdio2.h 364 int __c = _IO_getc_unlocked (__stream); local
365 if (__c == EOF)
367 *__cptr++ = __c;
string2.h 119 __uint8_t __c = (__uint8_t) (c); \
125 __u->__ui = __c * 0x01010101; \
128 __u->__ui = __c * 0x01010101; \
131 __u->__ui = __c * 0x01010101; \
134 __u->__usi = (unsigned short int) __c * 0x0101; \
136 __u->__uc = (unsigned char) __c; \
140 __u->__ui = __c * 0x01010101; \
143 __u->__ui = __c * 0x01010101; \
146 __u->__ui = __c * 0x01010101; \
149 __u->__usi = (unsigned short int) __c * 0x0101;
251 unsigned char __c; member in union:__anon62321
348 char __c; member in union:__anon62322
530 char __c; member in union:__anon62324
622 char __c; member in union:__anon62325
714 char __c; member in union:__anon62326
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
nan.h 49 static union { unsigned char __c[4]; float __d; } __nan_union member in union:__anon63148
huge_val.h 43 typedef union { unsigned char __c[8]; double __d; } __huge_val_t; member in union:__anon63139
huge_valf.h 41 typedef union { unsigned char __c[4]; float __f; } __huge_valf_t; member in union:__anon63140
stdio2.h 364 int __c = _IO_getc_unlocked (__stream); local
365 if (__c == EOF)
367 *__cptr++ = __c;
string2.h 119 __uint8_t __c = (__uint8_t) (c); \
125 __u->__ui = __c * 0x01010101; \
128 __u->__ui = __c * 0x01010101; \
131 __u->__ui = __c * 0x01010101; \
134 __u->__usi = (unsigned short int) __c * 0x0101; \
136 __u->__uc = (unsigned char) __c; \
140 __u->__ui = __c * 0x01010101; \
143 __u->__ui = __c * 0x01010101; \
146 __u->__ui = __c * 0x01010101; \
149 __u->__usi = (unsigned short int) __c * 0x0101;
251 unsigned char __c; member in union:__anon63188
348 char __c; member in union:__anon63189
530 char __c; member in union:__anon63191
622 char __c; member in union:__anon63192
714 char __c; member in union:__anon63193
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ostream_insert.h 62 const _CharT __c = __out.fill(); local
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c);
regex_grep_matcher.h 97 _CursorT __c = static_cast<_CursorT>(__pc); local
99 _M_results.at(__i).first = __c._M_pos();
101 _M_results.at(__i).second = __c._M_pos()+1;
streambuf_iterator.h 250 operator=(_CharT __c)
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
345 int_type __c = __sb->sgetc(); local
346 while (!traits_type::eq_int_type(__c, traits_type::eof()))
354 __c = __sb->underflow();
358 *__result++ = traits_type::to_char_type(__c);
359 __c = __sb->snextc();
381 int_type __c = __sb->sgetc(); local
382 while (!traits_type::eq_int_type(__c, traits_type::eof())
383 && !traits_type::eq_int_type(__c, __ival)
    [all...]
regex_nfa.h 134 _CharMatcher(char_type __c, const _TraitsT& __t = _TraitsT())
135 : _M_traits(__t), _M_c(_M_traits.translate(__c))
142 _CursorT __c = static_cast<_CursorT>(__pc); local
143 return _M_traits.translate(__c._M_current()) == _M_c;
166 _CursorT __c = static_cast<_CursorT>(__pc); local
171 _M_add_char(_CharT __c)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ostream_insert.h 62 const _CharT __c = __out.fill(); local
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c);
regex_grep_matcher.h 97 _CursorT __c = static_cast<_CursorT>(__pc); local
99 _M_results.at(__i).first = __c._M_pos();
101 _M_results.at(__i).second = __c._M_pos()+1;
streambuf_iterator.h 250 operator=(_CharT __c)
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
345 int_type __c = __sb->sgetc(); local
346 while (!traits_type::eq_int_type(__c, traits_type::eof()))
354 __c = __sb->underflow();
358 *__result++ = traits_type::to_char_type(__c);
359 __c = __sb->snextc();
381 int_type __c = __sb->sgetc(); local
382 while (!traits_type::eq_int_type(__c, traits_type::eof())
383 && !traits_type::eq_int_type(__c, __ival)
    [all...]
regex_nfa.h 134 _CharMatcher(char_type __c, const _TraitsT& __t = _TraitsT())
135 : _M_traits(__t), _M_c(_M_traits.translate(__c))
142 _CursorT __c = static_cast<_CursorT>(__pc); local
143 return _M_traits.translate(__c._M_current()) == _M_c;
166 _CursorT __c = static_cast<_CursorT>(__pc); local
171 _M_add_char(_CharT __c)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 95 syncungetc(int_type __c);
98 syncputc(int_type __c);
103 int_type __c = this->syncgetc(); local
104 return this->syncungetc(__c);
116 pbackfail(int_type __c = traits_type::eof())
122 if (traits_type::eq_int_type(__c, __eof)) // unget
130 __ret = this->syncungetc(__c);
141 overflow(int_type __c = traits_type::eof())
144 if (traits_type::eq_int_type(__c, traits_type::eof()))
149 __ret = traits_type::not_eof(__c);
248 int_type __c = this->syncgetc(); local
    [all...]
sso_string_base.h 113 _M_construct_aux_2(size_type __req, _CharT __c)
114 { _M_construct(__req, __c); }
138 _M_construct(size_type __req, _CharT __c);
189 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a);
372 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a)
374 { _M_construct(__n, __c); }
466 _M_construct(size_type __n, _CharT __c)
475 this->_S_assign(_M_data(), __n, __c); local
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 95 syncungetc(int_type __c);
98 syncputc(int_type __c);
103 int_type __c = this->syncgetc(); local
104 return this->syncungetc(__c);
116 pbackfail(int_type __c = traits_type::eof())
122 if (traits_type::eq_int_type(__c, __eof)) // unget
130 __ret = this->syncungetc(__c);
141 overflow(int_type __c = traits_type::eof())
144 if (traits_type::eq_int_type(__c, traits_type::eof()))
149 __ret = traits_type::not_eof(__c);
248 int_type __c = this->syncgetc(); local
    [all...]
sso_string_base.h 113 _M_construct_aux_2(size_type __req, _CharT __c)
114 { _M_construct(__req, __c); }
138 _M_construct(size_type __req, _CharT __c);
189 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a);
372 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a)
374 { _M_construct(__n, __c); }
466 _M_construct(size_type __n, _CharT __c)
475 this->_S_assign(_M_data(), __n, __c); local
  /frameworks/native/services/vr/performanced/
stdio_filebuf.h 63 virtual int_type pbackfail(int_type __c = traits_type::eof()) override;
130 int __c = getc(__file_); local
131 if (__c == EOF)
133 __extbuf[__i] = static_cast<char>(__c);
154 int __c = getc(__file_); local
155 if (__c == EOF)
157 __extbuf[__nread] = static_cast<char>(__c);
181 int_type __c) {
182 if (traits_type::eq_int_type(__c, traits_type::eof())) {
184 __c = __last_consumed_
    [all...]
  /external/syslinux/memdisk/
memdisk.h 92 size_t __c; local
94 asm("repne;scasb":"=D"(__D), "=c"(__c)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 422 unsigned short int __c; /* Additive const. in congruential formula. */ member in struct:drand48_data
    [all...]

Completed in 1141 milliseconds

1 2 3 4 5 6