Home
last modified time | relevance | path

Searched refs:__c (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dregex_scanner.tcc99 auto __c = *_M_current++; in _M_scan_normal() local
101 if (std::strchr(_M_spec_char, _M_ctype.narrow(__c, ' ')) == nullptr) in _M_scan_normal()
104 _M_value.assign(1, __c); in _M_scan_normal()
107 if (__c == '\\') in _M_scan_normal()
122 __c = *_M_current++; in _M_scan_normal()
124 if (__c == '(') in _M_scan_normal()
160 else if (__c == ')') in _M_scan_normal()
162 else if (__c == '[') in _M_scan_normal()
174 else if (__c == '{') in _M_scan_normal()
179 else if (__c != ']' && __c != '}') in _M_scan_normal()
[all …]
H A Dlocale_facets.h169 is(mask __m, char_type __c) const in _GLIBCXX_VISIBILITY()
170 { return this->do_is(__m, __c); } in _GLIBCXX_VISIBILITY()
232 toupper(char_type __c) const in _GLIBCXX_VISIBILITY()
233 { return this->do_toupper(__c); } in _GLIBCXX_VISIBILITY()
261 tolower(char_type __c) const in _GLIBCXX_VISIBILITY()
262 { return this->do_tolower(__c); } in _GLIBCXX_VISIBILITY()
293 widen(char __c) const in _GLIBCXX_VISIBILITY()
294 { return this->do_widen(__c); } in _GLIBCXX_VISIBILITY()
331 narrow(char_type __c, char __dfault) const in _GLIBCXX_VISIBILITY()
332 { return this->do_narrow(__c, __dfault); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dquoted_string.h98 for (const _CharT* __c = __str._M_string; *__c; ++__c) in _GLIBCXX_VISIBILITY()
100 if (*__c == __str._M_delim || *__c == __str._M_escape) in _GLIBCXX_VISIBILITY()
102 __ostr << *__c; in _GLIBCXX_VISIBILITY()
122 for (auto __c : __str._M_string) in _GLIBCXX_VISIBILITY()
124 if (__c == __str._M_delim || __c == __str._M_escape) in _GLIBCXX_VISIBILITY()
126 __ostr << __c; in _GLIBCXX_VISIBILITY()
143 _CharT __c; in _GLIBCXX_VISIBILITY()
144 __is >> __c; in _GLIBCXX_VISIBILITY()
147 if (__c != __str._M_delim) in _GLIBCXX_VISIBILITY()
158 __is >> __c; in _GLIBCXX_VISIBILITY()
[all …]
H A Distream.tcc59 __int_type __c = __sb->sgetc(); in sentry()
62 while (!traits_type::eq_int_type(__c, __eof) in sentry()
64 traits_type::to_char_type(__c))) in sentry()
65 __c = __sb->snextc(); in sentry()
70 if (traits_type::eq_int_type(__c, __eof)) in sentry()
247 int_type __c = __eof; in get() local
255 __c = this->rdbuf()->sbumpc(); in get()
257 if (!traits_type::eq_int_type(__c, __eof)) in get()
274 return __c; in get()
280 get(char_type& __c) in get() argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dregex_scanner.tcc99 auto __c = *_M_current++; in _M_scan_normal() local
101 if (std::strchr(_M_spec_char, _M_ctype.narrow(__c, ' ')) == nullptr) in _M_scan_normal()
104 _M_value.assign(1, __c); in _M_scan_normal()
107 if (__c == '\\') in _M_scan_normal()
122 __c = *_M_current++; in _M_scan_normal()
124 if (__c == '(') in _M_scan_normal()
160 else if (__c == ')') in _M_scan_normal()
162 else if (__c == '[') in _M_scan_normal()
174 else if (__c == '{') in _M_scan_normal()
179 else if (__c != ']' && __c != '}') in _M_scan_normal()
[all …]
H A Dlocale_facets.h169 is(mask __m, char_type __c) const in _GLIBCXX_VISIBILITY()
170 { return this->do_is(__m, __c); } in _GLIBCXX_VISIBILITY()
232 toupper(char_type __c) const in _GLIBCXX_VISIBILITY()
233 { return this->do_toupper(__c); } in _GLIBCXX_VISIBILITY()
261 tolower(char_type __c) const in _GLIBCXX_VISIBILITY()
262 { return this->do_tolower(__c); } in _GLIBCXX_VISIBILITY()
293 widen(char __c) const in _GLIBCXX_VISIBILITY()
294 { return this->do_widen(__c); } in _GLIBCXX_VISIBILITY()
331 narrow(char_type __c, char __dfault) const in _GLIBCXX_VISIBILITY()
332 { return this->do_narrow(__c, __dfault); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dquoted_string.h98 for (const _CharT* __c = __str._M_string; *__c; ++__c) in _GLIBCXX_VISIBILITY()
100 if (*__c == __str._M_delim || *__c == __str._M_escape) in _GLIBCXX_VISIBILITY()
102 __ostr << *__c; in _GLIBCXX_VISIBILITY()
122 for (auto __c : __str._M_string) in _GLIBCXX_VISIBILITY()
124 if (__c == __str._M_delim || __c == __str._M_escape) in _GLIBCXX_VISIBILITY()
126 __ostr << __c; in _GLIBCXX_VISIBILITY()
143 _CharT __c; in _GLIBCXX_VISIBILITY()
144 __is >> __c; in _GLIBCXX_VISIBILITY()
147 if (__c != __str._M_delim) in _GLIBCXX_VISIBILITY()
158 __is >> __c; in _GLIBCXX_VISIBILITY()
[all …]
H A Distream.tcc59 __int_type __c = __sb->sgetc(); in sentry()
62 while (!traits_type::eq_int_type(__c, __eof) in sentry()
64 traits_type::to_char_type(__c))) in sentry()
65 __c = __sb->snextc(); in sentry()
70 if (traits_type::eq_int_type(__c, __eof)) in sentry()
247 int_type __c = __eof; in get() local
255 __c = this->rdbuf()->sbumpc(); in get()
257 if (!traits_type::eq_int_type(__c, __eof)) in get()
274 return __c; in get()
280 get(char_type& __c) in get() argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dset_operations.h79 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, in _M_invoke()
82 while (__a != __b && __c != __d) in _M_invoke()
84 if (_M_comp(*__a, *__c)) in _M_invoke()
90 else if (_M_comp(*__c, *__a)) in _M_invoke()
92 *__r = *__c; in _M_invoke()
93 ++__c; in _M_invoke()
99 ++__c; in _M_invoke()
102 return std::copy(__c, __d, std::copy(__a, __b, __r)); in _M_invoke()
106 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const in __count()
110 while (__a != __b && __c != __d) in __count()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dset_operations.h79 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, in _M_invoke()
82 while (__a != __b && __c != __d) in _M_invoke()
84 if (_M_comp(*__a, *__c)) in _M_invoke()
90 else if (_M_comp(*__c, *__a)) in _M_invoke()
92 *__r = *__c; in _M_invoke()
93 ++__c; in _M_invoke()
99 ++__c; in _M_invoke()
102 return std::copy(__c, __d, std::copy(__a, __b, __r)); in _M_invoke()
106 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const in __count()
110 while (__a != __b && __c != __d) in __count()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ext/
H A D__hash28 size_t operator()(const char *__c) const _NOEXCEPT
30 return __do_string_hash(__c, __c + strlen(__c));
38 size_t operator()(char *__c) const _NOEXCEPT
40 return __do_string_hash<const char *>(__c, __c + strlen(__c));
48 size_t operator()(char __c) const _NOEXCEPT
50 return __c;
58 size_t operator()(signed char __c) const _NOEXCEPT
60 return __c;
68 size_t operator()(unsigned char __c) const _NOEXCEPT
70 return __c;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ext/
H A D__hash28 size_t operator()(const char *__c) const _NOEXCEPT
30 return __do_string_hash(__c, __c + strlen(__c));
38 size_t operator()(char *__c) const _NOEXCEPT
40 return __do_string_hash<const char *>(__c, __c + strlen(__c));
48 size_t operator()(char __c) const _NOEXCEPT
50 return __c;
58 size_t operator()(signed char __c) const _NOEXCEPT
60 return __c;
68 size_t operator()(unsigned char __c) const _NOEXCEPT
70 return __c;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dhypergeometric.tcc85 __conf_hyperg_series(_Tp __a, _Tp __c, _Tp __x) in __conf_hyperg_series() argument
96 / ((__c + _Tp(__i)) * _Tp(1 + __i)); in __conf_hyperg_series()
122 __conf_hyperg_luke(_Tp __a, _Tp __c, _Tp __xin) in __conf_hyperg_luke() argument
129 const _Tp __t0 = __a / __c; in __conf_hyperg_luke()
130 const _Tp __t1 = (__a + _Tp(1)) / (_Tp(2) * __c); in __conf_hyperg_luke()
131 const _Tp __t2 = (__a + _Tp(2)) / (_Tp(2) * (__c + _Tp(1))); in __conf_hyperg_luke()
142 + __t0 * __t1 * (__c / (__c + _Tp(1))) * __x * __x; in __conf_hyperg_luke()
148 _Tp __npcm1 = _Tp(__n - 1) + __c; in __conf_hyperg_luke()
150 _Tp __npcm2 = _Tp(__n - 2) + __c; in __conf_hyperg_luke()
159 * (_Tp(__n - 3) + __c) * __npcm2 * __npcm1); in __conf_hyperg_luke()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dhypergeometric.tcc85 __conf_hyperg_series(_Tp __a, _Tp __c, _Tp __x) in __conf_hyperg_series() argument
96 / ((__c + _Tp(__i)) * _Tp(1 + __i)); in __conf_hyperg_series()
122 __conf_hyperg_luke(_Tp __a, _Tp __c, _Tp __xin) in __conf_hyperg_luke() argument
129 const _Tp __t0 = __a / __c; in __conf_hyperg_luke()
130 const _Tp __t1 = (__a + _Tp(1)) / (_Tp(2) * __c); in __conf_hyperg_luke()
131 const _Tp __t2 = (__a + _Tp(2)) / (_Tp(2) * (__c + _Tp(1))); in __conf_hyperg_luke()
142 + __t0 * __t1 * (__c / (__c + _Tp(1))) * __x * __x; in __conf_hyperg_luke()
148 _Tp __npcm1 = _Tp(__n - 1) + __c; in __conf_hyperg_luke()
150 _Tp __npcm2 = _Tp(__n - 2) + __c; in __conf_hyperg_luke()
159 * (_Tp(__n - 3) + __c) * __npcm2 * __npcm1); in __conf_hyperg_luke()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dstring.h55 int __c, size_t __n)
61 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
71 extern void *memchr (void *__s, int __c, size_t __n)
73 extern const void *memchr (const void *__s, int __c, size_t __n)
78 memchr (void *__s, int __c, size_t __n) __THROW in memchr() argument
80 return __builtin_memchr (__s, __c, __n); in memchr()
84 memchr (const void *__s, int __c, size_t __n) __THROW in memchr() argument
86 return __builtin_memchr (__s, __c, __n); in memchr()
91 extern void *memchr (const void *__s, int __c, size_t __n)
99 extern "C++" void *rawmemchr (void *__s, int __c)
[all …]
H A Dctype.h93 is##type (int __c) __THROW \
95 return (*__ctype_b_loc ())[(int) (__c)] & (unsigned short int) _IS##type; \
122 extern int tolower (int __c) __THROW;
125 extern int toupper (int __c) __THROW;
135 extern int isctype (int __c, int __mask) __THROW;
142 extern int isascii (int __c) __THROW;
146 extern int toascii (int __c) __THROW;
162 int __c = (c); \
163 __res = __c < -128 || __c > 255 ? __c : (a)[__c]; \
207 __NTH (tolower (int __c)) in __isctype_f()
[all …]
H A Dstrings.h48 extern char *index (char *__s, int __c)
50 extern const char *index (const char *__s, int __c)
55 index (char *__s, int __c) __THROW in index() argument
57 return __builtin_index (__s, __c); in index()
61 index (const char *__s, int __c) __THROW in index() argument
63 return __builtin_index (__s, __c); in index()
68 extern char *index (const char *__s, int __c)
76 extern char *rindex (char *__s, int __c)
78 extern const char *rindex (const char *__s, int __c)
83 rindex (char *__s, int __c) __THROW in rindex() argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dstring.h55 int __c, size_t __n)
61 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
71 extern void *memchr (void *__s, int __c, size_t __n)
73 extern const void *memchr (const void *__s, int __c, size_t __n)
78 memchr (void *__s, int __c, size_t __n) __THROW in memchr() argument
80 return __builtin_memchr (__s, __c, __n); in memchr()
84 memchr (const void *__s, int __c, size_t __n) __THROW in memchr() argument
86 return __builtin_memchr (__s, __c, __n); in memchr()
91 extern void *memchr (const void *__s, int __c, size_t __n)
99 extern "C++" void *rawmemchr (void *__s, int __c)
[all …]
H A Dctype.h93 is##type (int __c) __THROW \
95 return (*__ctype_b_loc ())[(int) (__c)] & (unsigned short int) _IS##type; \
122 extern int tolower (int __c) __THROW;
125 extern int toupper (int __c) __THROW;
135 extern int isctype (int __c, int __mask) __THROW;
142 extern int isascii (int __c) __THROW;
146 extern int toascii (int __c) __THROW;
162 int __c = (c); \
163 __res = __c < -128 || __c > 255 ? __c : (a)[__c]; \
207 __NTH (tolower (int __c)) in __isctype_f()
[all …]
H A Dstrings.h48 extern char *index (char *__s, int __c)
50 extern const char *index (const char *__s, int __c)
55 index (char *__s, int __c) __THROW in index() argument
57 return __builtin_index (__s, __c); in index()
61 index (const char *__s, int __c) __THROW in index() argument
63 return __builtin_index (__s, __c); in index()
68 extern char *index (const char *__s, int __c)
76 extern char *rindex (char *__s, int __c)
78 extern const char *rindex (const char *__s, int __c)
83 rindex (char *__s, int __c) __THROW in rindex() argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcomplex274 complex(const complex<_Xp>& __c)
275 : __re_(__c.real()), __im_(__c.imag()) {}
290 template<class _Xp> _LIBCPP_INLINE_VISIBILITY complex& operator= (const complex<_Xp>& __c)
292 __re_ = __c.real();
293 __im_ = __c.imag();
296 template<class _Xp> _LIBCPP_INLINE_VISIBILITY complex& operator+=(const complex<_Xp>& __c)
298 __re_ += __c.real();
299 __im_ += __c.imag();
302 template<class _Xp> _LIBCPP_INLINE_VISIBILITY complex& operator-=(const complex<_Xp>& __c)
304 __re_ -= __c.real();
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcomplex274 complex(const complex<_Xp>& __c)
275 : __re_(__c.real()), __im_(__c.imag()) {}
290 template<class _Xp> _LIBCPP_INLINE_VISIBILITY complex& operator= (const complex<_Xp>& __c)
292 __re_ = __c.real();
293 __im_ = __c.imag();
296 template<class _Xp> _LIBCPP_INLINE_VISIBILITY complex& operator+=(const complex<_Xp>& __c)
298 __re_ += __c.real();
299 __im_ += __c.imag();
302 template<class _Xp> _LIBCPP_INLINE_VISIBILITY complex& operator-=(const complex<_Xp>& __c)
304 __re_ -= __c.real();
[all …]
/OK3568_Linux_fs/kernel/tools/arch/arm64/include/asm/
H A Dbarrier.h29 union { typeof(*p) __val; char __c[1]; } __u = \
36 : "r" (*(__u8_alias_t *)__u.__c) \
42 : "r" (*(__u16_alias_t *)__u.__c) \
48 : "r" (*(__u32_alias_t *)__u.__c) \
54 : "r" (*(__u64_alias_t *)__u.__c) \
66 union { typeof(*p) __val; char __c[1]; } __u = \
67 { .__c = { 0 } }; \
72 : "=r" (*(__u8_alias_t *)__u.__c) \
77 : "=r" (*(__u16_alias_t *)__u.__c) \
82 : "=r" (*(__u32_alias_t *)__u.__c) \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dstdio_sync_filebuf.h125 syncungetc(int_type __c); in _GLIBCXX_VISIBILITY()
128 syncputc(int_type __c); in _GLIBCXX_VISIBILITY()
133 int_type __c = this->syncgetc(); in _GLIBCXX_VISIBILITY() local
134 return this->syncungetc(__c); in _GLIBCXX_VISIBILITY()
146 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
152 if (traits_type::eq_int_type(__c, __eof)) // unget in _GLIBCXX_VISIBILITY()
160 __ret = this->syncungetc(__c); in _GLIBCXX_VISIBILITY()
171 overflow(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
174 if (traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
179 __ret = traits_type::not_eof(__c); in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dstdio_sync_filebuf.h125 syncungetc(int_type __c); in _GLIBCXX_VISIBILITY()
128 syncputc(int_type __c); in _GLIBCXX_VISIBILITY()
133 int_type __c = this->syncgetc(); in _GLIBCXX_VISIBILITY() local
134 return this->syncungetc(__c); in _GLIBCXX_VISIBILITY()
146 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
152 if (traits_type::eq_int_type(__c, __eof)) // unget in _GLIBCXX_VISIBILITY()
160 __ret = this->syncungetc(__c); in _GLIBCXX_VISIBILITY()
171 overflow(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
174 if (traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
179 __ret = traits_type::not_eof(__c); in _GLIBCXX_VISIBILITY()
[all …]

12345678910>>...14