/external/syslinux/com32/include/ |
D | ctype.h | 39 __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/ |
D | string.h | 74 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()
|
D | wchar.h | 133 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/ |
D | pr9614.c | 12 …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/ |
D | altivec.h | 297 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/ |
D | divxc3.c | 22 __divxc3(long double __a, long double __b, long double __c, long double __d) in __divxc3()
|
D | divdc3.c | 21 __divdc3(double __a, double __b, double __c, double __d) in __divdc3()
|
D | divsc3.c | 21 __divsc3(float __a, float __b, float __c, float __d) in __divsc3()
|
D | mulsc3.c | 21 __mulsc3(float __a, float __b, float __c, float __d) in __mulsc3()
|
D | mulxc3.c | 23 __mulxc3(long double __a, long double __b, long double __c, long double __d) in __mulxc3()
|
D | muldc3.c | 21 __muldc3(double __a, double __b, double __c, double __d) in __muldc3()
|
D | divtc3.c | 21 __divtc3(long double __a, long double __b, long double __c, long double __d) in __divtc3()
|
/external/libcxx/src/support/solaris/ |
D | xlocale.cpp | 19 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/ |
D | CharT_pointer.pass.cpp | 41 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/ |
D | ios_base.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
D | basic_ios.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
D | ostream.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
D | streambuf.pass.cpp | 44 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/ |
D | ends.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
D | endl.pass.cpp | 40 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/ |
D | streambuf.pass.cpp | 44 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
/external/libcxx/test/std/input.output/iostream.format/ext.manip/ |
D | put_time.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
/external/libese/libese-sysdeps/ |
D | darwin-sysdeps.c | 26 void *ese_memset(void *__s, int __c, uint64_t __n) { in ese_memset()
|
D | android-sysdeps.c | 25 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/ |
D | get_streambuf.pass.cpp | 41 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|