Home
last modified time | relevance | path

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

123

/external/syslinux/com32/include/
Dctype.h39 __ctype_inline int isalnum(int __c) in isalnum()
44 __ctype_inline int isalpha(int __c) in isalpha()
49 __ctype_inline int isascii(int __c) in isascii()
54 __ctype_inline int isblank(int __c) in isblank()
59 __ctype_inline int iscntrl(int __c) in iscntrl()
64 __ctype_inline int isdigit(int __c) in isdigit()
69 __ctype_inline int isgraph(int __c) in isgraph()
75 __ctype_inline int islower(int __c) in islower()
80 __ctype_inline int isprint(int __c) in isprint()
85 __ctype_inline int ispunct(int __c) in ispunct()
[all …]
/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.h133 wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcschr(__s, __c);} in __libcpp_wcschr()
135 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr()
137 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr()
147 wchar_t* __libcpp_wcsrchr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcsrchr(__s, __c);} in __libcpp_wcsrchr()
149 const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} in wcsrchr()
151 wchar_t* wcsrchr( wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} in wcsrchr()
161 wchar_t* __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return (wchar_t*)wmemchr(__… in __libcpp_wmemchr()
163 const wchar_t* wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, _… in wmemchr()
165 …wchar_t* wmemchr( wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, __c, _… in wmemchr()
/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/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 …]
/external/compiler-rt/lib/builtins/
Ddivxc3.c22 __divxc3(long double __a, long double __b, long double __c, long double __d) in __divxc3()
Ddivdc3.c21 __divdc3(double __a, double __b, double __c, double __d) in __divdc3()
Ddivsc3.c21 __divsc3(float __a, float __b, float __c, float __d) in __divsc3()
Dmulsc3.c21 __mulsc3(float __a, float __b, float __c, float __d) in __mulsc3()
Dmulxc3.c23 __mulxc3(long double __a, long double __b, long double __c, long double __d) in __mulxc3()
Dmuldc3.c21 __muldc3(double __a, double __b, double __c, double __d) in __muldc3()
Ddivtc3.c21 __divtc3(long double __a, long double __b, long double __c, long double __d) in __divtc3()
/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/libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/
DCharT_pointer.pass.cpp41 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
Dios_base.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
Dbasic_ios.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
Dostream.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
Dstreambuf.pass.cpp44 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/
Dends.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
Dendl.pass.cpp40 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
Dstreambuf.pass.cpp44 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
/external/libcxx/test/std/input.output/iostream.format/ext.manip/
Dput_time.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
/external/libese/libese-sysdeps/
Ddarwin-sysdeps.c26 void *ese_memset(void *__s, int __c, uint64_t __n) { in ese_memset()
Dandroid-sysdeps.c25 void *ese_memset(void *__s, int __c, uint64_t __n) { in ese_memset()
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
Dget_streambuf.pass.cpp41 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()

123