Searched defs:_S1 (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwchar.h973 __CRT_INLINE int __cdecl wmemcmp(const wchar_t *_S1,const wchar_t *_S2,size_t _N) { argument
974 if (_N == 0 || _S1 == _S2)
976 if ((_S1 && !(_S2)) || (_S2 && !(_S1)))
978 for ( ; 0 < _N; ++_S1, ++_S2, --_N)
979 if (*_S1 != *_S2)
980 return (*_S1 < *_S2 ? -1 : +1);
983 __CRT_INLINE wchar_t *__cdecl wmemcpy(wchar_t * __restrict__ _S1,const wchar_t * __restrict__ _S2,size_t _N) argument
985 return (wchar_t *) memcpy (_S1,_S2,_N*sizeof(wchar_t));
987 __CRT_INLINE wchar_t *__cdecl wmemmove(wchar_t *_S1,cons argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwchar.h973 __CRT_INLINE int __cdecl wmemcmp(const wchar_t *_S1,const wchar_t *_S2,size_t _N) { argument
974 if (_N == 0 || _S1 == _S2)
976 if ((_S1 && !(_S2)) || (_S2 && !(_S1)))
978 for ( ; 0 < _N; ++_S1, ++_S2, --_N)
979 if (*_S1 != *_S2)
980 return (*_S1 < *_S2 ? -1 : +1);
983 __CRT_INLINE wchar_t *__cdecl wmemcpy(wchar_t * __restrict__ _S1,const wchar_t * __restrict__ _S2,size_t _N) argument
985 return (wchar_t *) memcpy (_S1,_S2,_N*sizeof(wchar_t));
987 __CRT_INLINE wchar_t *__cdecl wmemmove(wchar_t *_S1,cons argument
[all...]

Completed in 61 milliseconds