Searched defs:__s (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dstring.h73 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);} argument
75 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} argument
77 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} argument
87 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);} argument
89 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __ argument
91 strrchr( char* __s, int __c) argument
94 __libcpp_memchr(const void* __s, int __c, size_t __n) argument
96 memchr(const void* __s, int __c, size_t __n) argument
98 memchr( void* __s, int __c, size_t __n) argument
[all...]
H A Dwchar.h137 wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcschr(__s, __c);} argument
139 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} argument
141 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} argument
151 wchar_t* __libcpp_wcsrchr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcsrchr(__s, __c);} argument
153 const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __ argument
155 wcsrchr( wchar_t* __s, wchar_t __c) argument
165 __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) argument
167 wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) argument
169 wmemchr( wchar_t* __s, wchar_t __c, size_t __n) argument
[all...]
H A D__bsd_locale_fallbacks.h56 size_t __libcpp_wcrtomb_l(char *__s, wchar_t __wc, mbstate_t *__ps, locale_t __l) argument
71 size_t __libcpp_mbrtowc_l(wchar_t *__pwc, const char *__s, size_t __n, argument
86 size_t __libcpp_mbrlen_l(const char *__s, size_t __n, mbstate_t *__ps, locale_t __l) argument
108 int __libcpp_snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) { argument
118 int __libcpp_asprintf_l(char **__s, locale_t __l, const char *__format, ...) { argument
128 __libcpp_sscanf_l(const char *__s, locale_t __l, const char *__format, ...) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp194 __assoc_sub_state* __s = __state_; local
H A Dthread.cpp193 __thread_struct_imp::__make_ready_at_thread_exit(__assoc_sub_state* __s) argument
218 __thread_struct::__make_ready_at_thread_exit(__assoc_sub_state* __s) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Darm_cmse.h125 cmse_check_address_range(void *__pb, size_t __s, int __flags) { argument
H A D__clang_cuda_math.h293 __DEVICE_VOID__ void sincos(double __a, double *__s, double *__c) { argument
296 __DEVICE_VOID__ void sincosf(float __a, float *__s, float *__c) { argument
299 __DEVICE_VOID__ void sincospi(double __a, double *__s, double *__c) { argument
302 __DEVICE_VOID__ void sincospif(float __a, float *__s, float *__c) { argument
H A D__clang_cuda_device_functions.h518 __DEVICE__ void __sincosf(float __a, float *__s, float *__c) { argument
H A Davx512fintrin.h305 _mm512_set1_epi32(int __s) argument
[all...]

Completed in 195 milliseconds