Home
last modified time | relevance | path

Searched defs:__c (Results 1 – 25 of 60) sorted by relevance

123

/external/cronet/buildtools/third_party/libc++/trunk/include/__support/xlocale/
D__posix_l_fallback.h30 inline _LIBCPP_HIDE_FROM_ABI_C int isalnum_l(int __c, locale_t) { return ::isalnum(__c); } in isalnum_l()
32 inline _LIBCPP_HIDE_FROM_ABI_C int isalpha_l(int __c, locale_t) { return ::isalpha(__c); } in isalpha_l()
34 inline _LIBCPP_HIDE_FROM_ABI_C int isblank_l(int __c, locale_t) { return ::isblank(__c); } in isblank_l()
36 inline _LIBCPP_HIDE_FROM_ABI_C int iscntrl_l(int __c, locale_t) { return ::iscntrl(__c); } in iscntrl_l()
38 inline _LIBCPP_HIDE_FROM_ABI_C int isdigit_l(int __c, locale_t) { return ::isdigit(__c); } in isdigit_l()
40 inline _LIBCPP_HIDE_FROM_ABI_C int isgraph_l(int __c, locale_t) { return ::isgraph(__c); } in isgraph_l()
42 inline _LIBCPP_HIDE_FROM_ABI_C int islower_l(int __c, locale_t) { return ::islower(__c); } in islower_l()
44 inline _LIBCPP_HIDE_FROM_ABI_C int isprint_l(int __c, locale_t) { return ::isprint(__c); } in isprint_l()
46 inline _LIBCPP_HIDE_FROM_ABI_C int ispunct_l(int __c, locale_t) { return ::ispunct(__c); } in ispunct_l()
48 inline _LIBCPP_HIDE_FROM_ABI_C int isspace_l(int __c, locale_t) { return ::isspace(__c); } in isspace_l()
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/include/__compare/
Dis_eq.h23 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_eq(partial_ordering __c) noexcept { return __c == 0;… in is_eq()
24 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_neq(partial_ordering __c) noexcept { return __c != 0… in is_neq()
25 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_lt(partial_ordering __c) noexcept { return __c < 0; } in is_lt()
26 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_lteq(partial_ordering __c) noexcept { return __c <= … in is_lteq()
27 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_gt(partial_ordering __c) noexcept { return __c > 0; } in is_gt()
28 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_gteq(partial_ordering __c) noexcept { return __c >= … in is_gteq()
/external/libcxx/include/
Dstring.h74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);} in __libcpp_strchr()
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} in strchr()
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} in strchr()
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);} in __libcpp_strrchr()
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} in strrchr()
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} in strrchr()
95 void* __libcpp_memchr(const void* __s, int __c, size_t __n) {return (void*)memchr(__s, __c, __n);} in __libcpp_memchr()
97 const void* memchr(const void* __s, int __c, size_t __n) {return __libcpp_memchr(__s, __c, __n);} in memchr()
99 void* memchr( void* __s, int __c, size_t __n) {return __libcpp_memchr(__s, __c, __n);} in memchr()
Dwchar.h137 wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcschr(__s, __c);} in __libcpp_wcschr()
139 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr()
141 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr()
151 wchar_t* __libcpp_wcsrchr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcsrchr(__s, __c);} in __libcpp_wcsrchr()
153 const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} in wcsrchr()
155 wchar_t* wcsrchr( wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} in wcsrchr()
165 wchar_t* __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return (wchar_t*)wmemchr(__… in __libcpp_wmemchr()
167 const wchar_t* wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, _… in wmemchr()
169 …wchar_t* wmemchr( wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, __c, _… in wmemchr()
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dwchar.h143 wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcschr(__s, __c);} in __libcpp_wcschr()
145 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr()
147 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr()
157 wchar_t* __libcpp_wcsrchr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcsrchr(__s, __c);} in __libcpp_wcsrchr()
159 const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} in wcsrchr()
161 wchar_t* wcsrchr( wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} in wcsrchr()
171 wchar_t* __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return (wchar_t*)wmemchr(__… in __libcpp_wmemchr()
173 const wchar_t* wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, _… in wmemchr()
175 …wchar_t* wmemchr( wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, __c, _… in wmemchr()
Dstring.h74 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strchr(const char* __s, int __c in strchr()
77 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strchr(char* __s, int __c) { in strchr()
88 …ne _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strrchr(const char* __s, int __c) { in strrchr()
91 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strrchr(char* __s, int __c) { in strrchr()
95 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const void* memchr(const void* __s, int __c in memchr()
98 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD void* memchr(void* __s, int __c, size_t __n… in memchr()
/external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/
Daccess.h96 begin(_Cp& __c) in begin()
104 begin(const _Cp& __c) in begin()
112 end(_Cp& __c) in end()
120 end(const _Cp& __c) in end()
Derase_if_container.h24 __libcpp_erase_if_container(_Container& __c, _Predicate& __pred) { in __libcpp_erase_if_container()
/external/cronet/buildtools/third_party/libc++/trunk/src/ryu/
Dd2fixed.cpp130 const uint32_t __c = __digits - 10000 * (__digits / 10000); in __append_n_digits() local
142 const uint32_t __c = (__digits % 100) << 1; in __append_n_digits() local
148 const uint32_t __c = __digits << 1; in __append_n_digits() local
159 const uint32_t __c = __digits - 10000 * (__digits / 10000); in __append_d_digits() local
171 const uint32_t __c = (__digits % 100) << 1; in __append_d_digits() local
177 const uint32_t __c = __digits << 1; in __append_d_digits() local
190 const uint32_t __c = (__digits % 100) << 1; in __append_c_digits() local
195 const char __c = static_cast<char>('0' + (__digits % 10)); in __append_c_digits() local
208 const uint32_t __c = __digits - 10000 * (__digits / 10000); in __append_nine_digits() local
400 const char __c = _Round[0]; in __d2fixed_buffered_n() local
[all …]
Dd2s.cpp522 const uint32_t __c = __output2 % 10000; in __to_chars() local
538 const uint32_t __c = __output2 - 10000 * (__output2 / 10000); in __to_chars() local
549 const uint32_t __c = (__output2 % 100) << 1; in __to_chars() local
554 const uint32_t __c = __output2 << 1; in __to_chars() local
598 const uint32_t __c = __output2 % 10000; in __to_chars() local
614 const uint32_t __c = __output2 - 10000 * (__output2 / 10000); in __to_chars() local
626 const uint32_t __c = (__output2 % 100) << 1; in __to_chars() local
632 const uint32_t __c = __output2 << 1; in __to_chars() local
659 const int32_t __c = _Scientific_exponent % 10; in __to_chars() local
Df2s.cpp561 const uint32_t __c = _Output - 10000 * (_Output / 10000); in __to_chars() local
572 const uint32_t __c = (_Output % 100) << 1; in __to_chars() local
577 const uint32_t __c = _Output << 1; in __to_chars() local
613 const uint32_t __c = _Output - 10000 * (_Output / 10000); in __to_chars() local
625 const uint32_t __c = (_Output % 100) << 1; in __to_chars() local
631 const uint32_t __c = _Output << 1; in __to_chars() local
/external/liburing/src/arch/aarch64/
Dsyscall.h43 #define __do_syscall3(__n, __a, __b, __c) ({ \ argument
52 #define __do_syscall4(__n, __a, __b, __c, __d) ({ \ argument
62 #define __do_syscall5(__n, __a, __b, __c, __d, __e) ({ \ argument
74 #define __do_syscall6(__n, __a, __b, __c, __d, __e, __f) ({ \ argument
/external/clang/lib/Headers/
Daltivec.h297 vector signed __int128 __c) { in vec_adde()
303 vector unsigned __int128 __c) { in vec_adde()
313 vector signed __int128 __c) { in vec_addec()
319 vector unsigned __int128 __c) { in vec_addec()
679 vector signed __int128 __c) { in vec_vaddeuqm()
685 vector unsigned __int128 __c) { in vec_vaddeuqm()
705 vector signed __int128 __c) { in vec_vaddecuq()
711 vector unsigned __int128 __c) { in vec_vaddecuq()
2947 vector signed short __a, vector signed short __b, vector signed short __c) { in vec_madd()
2953 vector unsigned short __c) { in vec_madd()
[all …]
Dvecintrin.h362 vector unsigned char __c) { in vec_perm()
369 vector unsigned char __c) { in vec_perm()
376 vector unsigned char __c) { in vec_perm()
383 vector unsigned char __c) { in vec_perm()
390 vector unsigned char __c) { in vec_perm()
397 vector unsigned char __c) { in vec_perm()
404 vector unsigned char __c) { in vec_perm()
411 vector unsigned char __c) { in vec_perm()
418 vector unsigned char __c) { in vec_perm()
425 vector unsigned char __c) { in vec_perm()
[all …]
/external/clang/test/CodeGen/
Dpr9614.c12 …always_inline__)) __attribute__ ((__gnu_inline__)) char * strrchr_foo (const char *__s, int __c) { in strrchr_foo()
21 extern inline __attribute__((__always_inline__, __gnu_inline__)) void *memchr(void *__s, int __c, _… in memchr()
/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dlexicographical_compare_three_way.h54 auto __c = __comp(*__first1, *__first2); variable
82 auto __c = __comp(*__first1, *__first2); variable
Dsort.h48 _Compare __c) { in __sort3()
87 _Compare __c) { in __sort4()
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dstd_stream.h122 int __c = getc(__file_); in __getchar() local
149 int __c = getc(__file_); in __getchar() local
179 __stdinbuf<_CharT>::pbackfail(int_type __c) in pbackfail()
262 __stdoutbuf<_CharT>::overflow(int_type __c) in overflow()
Ddebug.cpp129 __libcpp_db::__insert_ic(void* __i, const void* __c) in __insert_ic()
152 __libcpp_db::__insert_c(void* __c, __libcpp_db::_InsertConstruct *__fn) in __insert_c()
224 __libcpp_db::__invalidate_all(void* __c) in __invalidate_all()
308 __libcpp_db::__erase_c(void* __c) in __erase_c()
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/win32/
Dlocale_win32.h228 islower_l(int __c, _locale_t __loc) in islower_l()
234 isupper_l(int __c, _locale_t __loc) in isupper_l()
273 inline int isblank_l( int __c, locale_t /*loc*/ ) in isblank_l()
277 inline int iswblank_l( wint_t __c, locale_t /*loc*/ ) in iswblank_l()
/external/cronet/buildtools/third_party/libc++/trunk/src/support/solaris/
Dxlocale.cpp18 int isxdigit_l(int __c, locale_t __l) { in isxdigit_l()
22 int iswxdigit_l(wint_t __c, locale_t __l) { in iswxdigit_l()
/external/libcxx/src/support/solaris/
Dxlocale.cpp19 int isxdigit_l(int __c, locale_t __l) { in isxdigit_l()
23 int iswxdigit_l(wint_t __c, locale_t __l) { in iswxdigit_l()
/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dparser_std_format_spec.h395 _LIBCPP_HIDE_FROM_ABI constexpr bool __parse_alignment(_CharT __c) { in __parse_alignment()
796 _LIBCPP_HIDE_FROM_ABI constexpr int __column_width_3(uint32_t __c) noexcept { in __column_width_3()
818 _LIBCPP_HIDE_FROM_ABI constexpr int __column_width_4(uint32_t __c) noexcept { in __column_width_4()
833 _LIBCPP_HIDE_FROM_ABI constexpr int __column_width(uint32_t __c) noexcept { in __column_width()
897 _LIBCPP_HIDE_FROM_ABI constexpr bool __is_ascii(char32_t __c) { return __c < 0x80; } in __is_ascii()
/external/cronet/buildtools/third_party/libc++/trunk/include/__chrono/
Dyear_month_day.h115 if (auto __c = __lhs.year() <=> __rhs.year(); __c != 0) variable
117 if (auto __c = __lhs.month() <=> __rhs.month(); __c != 0) variable
/external/compiler-rt/lib/builtins/
Ddivxc3.c22 __divxc3(long double __a, long double __b, long double __c, long double __d) in __divxc3()

123