Home
last modified time | relevance | path

Searched defs:__s1 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dwchar.h157 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) { in __libcpp_wcspbrk()
161 wcspbrk(const wchar_t* __s1, const wchar_t* __s2) { in wcspbrk()
164 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD wchar_t* wcspbrk(wchar_t* __s1, const wchar… in wcspbrk()
178 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) { in __libcpp_wcsstr()
182 wcsstr(const wchar_t* __s1, const wchar_t* __s2) { in wcsstr()
185 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD wchar_t* wcsstr(wchar_t* __s1, const wchar_… in wcsstr()
H A Dstring.h80 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strpbrk(const char* __s1, const… in strpbrk()
83 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strpbrk(char* __s1, const char* __s2)… in strpbrk()
101 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strstr(const char* __s1, const … in strstr()
104 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strstr(char* __s1, const char* __s2) { in strstr()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dmmintrin.h1332 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) in _mm_set_pi16()