/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 | 137 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()
|
D | __bsd_locale_fallbacks.h | 57 size_t __libcpp_wcrtomb_l(char *__s, wchar_t __wc, mbstate_t *__ps, locale_t __l) in __libcpp_wcrtomb_l() 72 size_t __libcpp_mbrtowc_l(wchar_t *__pwc, const char *__s, size_t __n, in __libcpp_mbrtowc_l() 87 size_t __libcpp_mbrlen_l(const char *__s, size_t __n, mbstate_t *__ps, locale_t __l) in __libcpp_mbrlen_l() 109 int __libcpp_snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) { in __libcpp_snprintf_l() 119 int __libcpp_asprintf_l(char **__s, locale_t __l, const char *__format, ...) { in __libcpp_asprintf_l() 129 int __libcpp_sscanf_l(const char *__s, locale_t __l, const char *__format, ...) { in __libcpp_sscanf_l()
|
/external/tcpdump/ |
D | cpack.h | 49 #define cpack_int8(__s, __p) cpack_uint8((__s), (uint8_t*)(__p)) argument 50 #define cpack_int16(__s, __p) cpack_uint16((__s), (uint16_t*)(__p)) argument 51 #define cpack_int32(__s, __p) cpack_uint32((__s), (uint32_t*)(__p)) argument 52 #define cpack_int64(__s, __p) cpack_uint64((__s), (uint64_t*)(__p)) argument
|
/external/libcxx/src/support/solaris/ |
D | xlocale.cpp | 28 #define vsnprintf_l(__s, __n, __l, __format, __va) \ argument 31 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) in snprintf_l() 40 int asprintf_l(char **__s, locale_t __l, const char *__format, ...) { in asprintf_l() 49 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...) { in sscanf_l()
|
/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()
|
D | mips-constraint-regs.c | 13 int __s, __v = 17; in main() local
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 177 #define strftime_l( __s, __l, __f, __tm, __loc ) strftime( __s, __l, __f, __tm ) argument 181 #define sscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ ) argument 182 #define sprintf_l( __s, __l, __f, ... ) _sprintf_l( __s, __f, __l, __VA_ARGS__ ) argument 183 #define vsprintf_l( __s, __l, __f, ... ) _vsprintf_l( __s, __f, __l, __VA_ARGS__ ) argument 184 #define vsnprintf_l( __s, __n, __l, __f, ... ) _vsnprintf_l( __s, __n, __f, __l, __VA_ARGS__ ) argument
|
/external/libcxx/test/support/ |
D | constexpr_char_traits.hpp | 77 constexpr_char_traits<_CharT>::length(const char_type* __s) in length() 87 constexpr_char_traits<_CharT>::find(const char_type* __s, size_t __n, const char_type& __a) in find() 131 constexpr_char_traits<_CharT>::assign(char_type* __s, size_t __n, char_type __a) in assign()
|
/external/libcxx/src/ |
D | thread.cpp | 190 __thread_struct_imp::__make_ready_at_thread_exit(__assoc_sub_state* __s) in __make_ready_at_thread_exit() 215 __thread_struct::__make_ready_at_thread_exit(__assoc_sub_state* __s) in __make_ready_at_thread_exit()
|
D | future.cpp | 195 __assoc_sub_state* __s = __state_; in get() local
|
/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/blktrace/btt/ |
D | dip_rb.c | 29 __u64 __s, s = BIT_START(iop); in rb_insert() local
|
/external/clang/test/CodeGenCXX/ |
D | cxx0x-initializer-stdinitializerlist-pr12086.cpp | 19 constexpr initializer_list(const _E* __b, size_t __s) in initializer_list()
|
D | mangle-exprs.cpp | 13 initializer_list(const _E* __b, size_t __s) in initializer_list()
|
D | cxx0x-initializer-stdinitializerlist.cpp | 13 initializer_list(const _E* __b, size_t __s) in initializer_list()
|
/external/clang/test/Index/ |
D | annotate-tokens-cxx0x.cpp | 37 initializer_list(const _E* __b, size_t __s) in initializer_list()
|
/external/clang/test/Parser/ |
D | cxx0x-attributes.cpp | 14 initializer_list(const _E* __b, size_t __s) in initializer_list()
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-cxx.h | 89 initializer_list(const _E* __b, size_t __s) in initializer_list()
|
/external/libcxx/benchmarks/ |
D | unordered_set_operations.bench.cpp | 45 std::size_t hash_len_0_to_8(const char* __s) { in hash_len_0_to_8()
|
/external/clang/test/SemaCXX/ |
D | cxx0x-initializer-scalars.cpp | 16 initializer_list(const _E* __b, size_t __s) in initializer_list()
|
D | cxx0x-initializer-stdinitializerlist.cpp | 18 initializer_list(const _E* __b, size_t __s) in initializer_list()
|
/external/clang/test/CXX/drs/ |
D | dr15xx.cpp | 61 initializer_list(const _E* __b, size_t __s) in initializer_list()
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 214 size_t strftime_l(char *__s, size_t __size, const char *__fmt, in strftime_l()
|