HomeSort by relevance Sort by last modified time
    Searched refs:__CRT_INLINE (Results 1 - 25 of 32) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 123 __CRT_INLINE double __MINGW_ATTRIB_CONST creal (double _Complex _Z)
128 __CRT_INLINE double __MINGW_ATTRIB_CONST cimag (double _Complex _Z)
133 __CRT_INLINE double _Complex __MINGW_ATTRIB_CONST conj (double _Complex _Z)
138 __CRT_INLINE double __MINGW_ATTRIB_CONST carg (double _Complex _Z)
143 __CRT_INLINE double __MINGW_ATTRIB_CONST cabs (double _Complex _Z)
149 __CRT_INLINE float __MINGW_ATTRIB_CONST crealf (float _Complex _Z)
154 __CRT_INLINE float __MINGW_ATTRIB_CONST cimagf (float _Complex _Z)
159 __CRT_INLINE float _Complex __MINGW_ATTRIB_CONST conjf (float _Complex _Z)
164 __CRT_INLINE float __MINGW_ATTRIB_CONST cargf (float _Complex _Z)
169 __CRT_INLINE float __MINGW_ATTRIB_CONST cabsf (float _Complex _Z
    [all...]
wctype.h 149 __CRT_INLINE int __cdecl iswalpha(wint_t _C) {return (iswctype(_C,_ALPHA)); }
150 __CRT_INLINE int __cdecl iswupper(wint_t _C) {return (iswctype(_C,_UPPER)); }
151 __CRT_INLINE int __cdecl iswlower(wint_t _C) {return (iswctype(_C,_LOWER)); }
152 __CRT_INLINE int __cdecl iswdigit(wint_t _C) {return (iswctype(_C,_DIGIT)); }
153 __CRT_INLINE int __cdecl iswxdigit(wint_t _C) {return (iswctype(_C,_HEX)); }
154 __CRT_INLINE int __cdecl iswspace(wint_t _C) {return (iswctype(_C,_SPACE)); }
155 __CRT_INLINE int __cdecl iswpunct(wint_t _C) {return (iswctype(_C,_PUNCT)); }
156 __CRT_INLINE int __cdecl iswalnum(wint_t _C) {return (iswctype(_C,_ALPHA|_DIGIT)); }
157 __CRT_INLINE int __cdecl iswprint(wint_t _C) {return (iswctype(_C,_BLANK|_PUNCT|_ALPHA|_DIGIT)); }
158 __CRT_INLINE int __cdecl iswgraph(wint_t _C) {return (iswctype(_C,_PUNCT|_ALPHA|_DIGIT));
    [all...]
stralign.h 37 __CRT_INLINE PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source) { return wcscpy(Destination,Source); }
61 __CRT_INLINE LPUWSTR ua_CharUpperW(LPUWSTR String) {
80 __CRT_INLINE int ua_lstrcmpW(LPCUWSTR String1,LPCUWSTR String2) {
88 __CRT_INLINE int ua_lstrcmpiW(LPCUWSTR String1,LPCUWSTR String2) {
96 __CRT_INLINE int ua_lstrlenW(LPCUWSTR String) {
120 __CRT_INLINE PUWSTR_C ua_wcschr(PCUWSTR String,WCHAR Character) {
124 __CRT_INLINE PUWSTR_C ua_wcsrchr(PCUWSTR String,WCHAR Character) {
129 __CRT_INLINE PUWSTR ua_wcschr(PUWSTR String,WCHAR Character) {
133 __CRT_INLINE PUWSTR ua_wcsrchr(PUWSTR String,WCHAR Character) {
139 __CRT_INLINE PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source)
    [all...]
time.h 171 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime64(_Time); }
173 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime32(_Time); }
183 __CRT_INLINE errno_t __cdecl _wctime_s (wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) { return _wctime64_s (_Buffer,_SizeInWords,_Time); }
185 __CRT_INLINE errno_t __cdecl _wctime_s (wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) { return _wctime32_s (_Buffer,_SizeInWords,_Time); }
205 __CRT_INLINE double __cdecl difftime(time_t _Time1,time_t _Time2)
207 __CRT_INLINE char *__cdecl ctime(const time_t *_Time) { return _ctime64(_Time); }
208 __CRT_INLINE struct tm *__cdecl gmtime(const time_t *_Time) { return _gmtime64(_Time); }
209 __CRT_INLINE struct tm *__cdecl localtime(const time_t *_Time) { return _localtime64(_Time); }
210 __CRT_INLINE time_t __cdecl mktime(struct tm *_Tm) { return _mktime64(_Tm); }
211 __CRT_INLINE time_t __cdecl _mkgmtime(struct tm *_Tm) { return _mkgmtime64(_Tm);
    [all...]
msber.h 101 __CRT_INLINE int WINAPI ASN1DEREncGeneralizedTime(ASN1encoding_t enc,ASN1uint32_t tag,ASN1generalizedtime_t *val) { return ASN1CEREncGeneralizedTime(enc,tag,val); }
102 __CRT_INLINE int WINAPI ASN1DEREncUTCTime(ASN1encoding_t enc,ASN1uint32_t tag,ASN1utctime_t *val) { return ASN1CEREncUTCTime(enc,tag,val); }
103 __CRT_INLINE int WINAPI ASN1DEREncBeginBlk(ASN1encoding_t enc,ASN1blocktype_e eBlkType,void **ppBlk) { return ASN1CEREncBeginBlk(enc,eBlkType,ppBlk); }
104 __CRT_INLINE int WINAPI ASN1DEREncNewBlkElement(void *pBlk,ASN1encoding_t *enc2) { return ASN1CEREncNewBlkElement(pBlk,enc2); }
105 __CRT_INLINE int WINAPI ASN1DEREncFlushBlkElement(void *pBlk) { return ASN1CEREncFlushBlkElement(pBlk); }
106 __CRT_INLINE int WINAPI ASN1DEREncEndBlk(void *pBlk) { return ASN1CEREncEndBlk(pBlk); }
107 __CRT_INLINE int WINAPI ASN1DEREncCharString(ASN1encoding_t enc,ASN1uint32_t tag,ASN1uint32_t len,ASN1char_t *val) { return ASN1BEREncCharString(enc,tag,len,val); }
108 __CRT_INLINE int WINAPI ASN1DEREncChar16String(ASN1encoding_t enc,ASN1uint32_t tag,ASN1uint32_t len,ASN1char16_t *val) { return ASN1BEREncChar16String(enc,tag,len,val); }
109 __CRT_INLINE int WINAPI ASN1DEREncChar32String(ASN1encoding_t enc,ASN1uint32_t tag,ASN1uint32_t len,ASN1char32_t *val) { return ASN1BEREncChar32String(enc,tag,len,val); }
110 __CRT_INLINE int WINAPI ASN1DEREncBitString(ASN1encoding_t enc,ASN1uint32_t tag,ASN1uint32_t len,ASN1octet_t *v (…)
    [all...]
unistd.h 65 __CRT_INLINE int ftruncate(int __fd, off32_t __length)
76 __CRT_INLINE int ftruncate(int __fd, _off_t __length)
zmouse.h 35 __CRT_INLINE HWND HwndMSWheel (PUINT puiMsh_MsgMouseWheel, PUINT puiMsh_Msg3DSupport, PUINT puiMsh_MsgScrollLines, PBOOL pf3DSupport, PINT piScrollLines) {
wspiapi.h 69 __CRT_INLINE char * WINAPI
85 __CRT_INLINE WINBOOL WINAPI
104 __CRT_INLINE struct addrinfo * WINAPI
128 __CRT_INLINE int WINAPI
163 __CRT_INLINE int WINAPI
184 __CRT_INLINE void WINAPI
math.h 208 __CRT_INLINE float __cdecl fabsf (float x)
219 __CRT_INLINE long double __cdecl fabsl (long double x)
230 __CRT_INLINE double __cdecl fabs (double x)
412 __CRT_INLINE int __cdecl __fpclassifyl (long double x) {
438 __CRT_INLINE int __cdecl __fpclassify (double x) {
460 __CRT_INLINE int __cdecl __fpclassifyf (float x) {
525 __CRT_INLINE int __cdecl __isnan (double _x)
546 __CRT_INLINE int __cdecl __isnanf (float _x)
565 __CRT_INLINE int __cdecl __isnanl (long double _x)
611 __CRT_INLINE int __cdecl __signbit (double x)
    [all...]
assert.h 33 __CRT_INLINE __MINGW_ATTRIB_NORETURN void __cdecl _Exit(int status)
_mingw.h 87 # define __CRT_INLINE inline
89 # define __CRT_INLINE __inline
93 # define __CRT_INLINE extern inline __attribute__((__gnu_inline__))
95 # define __CRT_INLINE extern __inline__
ws2ipdef.h 125 #define WS2TCPIP_INLINE __CRT_INLINE
pathcch.h 114 __CRT_INLINE WINBOOL PathIsUNCEx (PWSTR path, PWSTR *pserver) {
118 __CRT_INLINE HRESULT PathCchSkipRoot (PWSTR path, PWSTR *prootend) {
122 __CRT_INLINE HRESULT PathCchFindExtension (PWSTR path, size_t n, PWSTR *pext) {
stdlib.h 313 __CRT_INLINE __MINGW_ATTRIB_NORETURN void __cdecl _Exit(int status)
650 __MINGW_EXTENSION __CRT_INLINE long long __cdecl llabs(long long _j) { return (_j >= 0 ? _j : -_j); }
666 /* __CRT_INLINE using non-ansi functions */
668 __MINGW_EXTENSION __CRT_INLINE long long __cdecl atoll (const char * _c) { return _atoi64 (_c); }
669 __MINGW_EXTENSION __CRT_INLINE char *__cdecl lltoa (long long _n, char * _c, int _i) { return _i64toa (_n, _c, _i); }
670 __MINGW_EXTENSION __CRT_INLINE char *__cdecl ulltoa (unsigned long long _n, char * _c, int _i) { return _ui64toa (_n, _c, _i); }
671 __MINGW_EXTENSION __CRT_INLINE long long __cdecl wtoll (const wchar_t * _w) { return _wtoi64 (_w); }
672 __MINGW_EXTENSION __CRT_INLINE wchar_t *__cdecl lltow (long long _n, wchar_t * _w, int _i) { return _i64tow (_n, _w, _i); }
673 __MINGW_EXTENSION __CRT_INLINE wchar_t *__cdecl ulltow (unsigned long long _n, wchar_t * _w, int _i) { return _ui64tow (_n, _w, _i); }
inttypes.h 281 __CRT_INLINE intmax_t __cdecl imaxabs (intmax_t j)
wchar.h 760 __CRT_INLINE wint_t __cdecl getwchar() {return (fgetwc(stdin)); }
761 __CRT_INLINE wint_t __cdecl putwchar(wchar_t _C) {return (fputwc(_C,stdout)); }
    [all...]
io.h 226 __CRT_INLINE intptr_t __cdecl _findfirst64i32(const char *_Filename,struct _finddata64i32_t *_FindData)
247 __CRT_INLINE int __cdecl _findnext64i32(intptr_t _FindHandle,struct _finddata64i32_t *_FindData)
string.h 107 __CRT_INLINE int __cdecl strncasecmp (const char *__sz1, const char *__sz2, size_t __sizeMaxCompare) { return _strnicmp (__sz1, __sz2, __sizeMaxCompare); }
108 __CRT_INLINE int __cdecl strcasecmp (const char *__sz1, const char *__sz2) { return _stricmp (__sz1, __sz2); }
process.h 45 __CRT_INLINE __MINGW_ATTRIB_NORETURN void __cdecl _Exit(int status)
stdio.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
time_s.h 39 __CRT_INLINE errno_t __cdecl _wctime_s (wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) { return _wctime64_s (_Buffer,_SizeInWords,_Time); }
46 __CRT_INLINE errno_t __cdecl localtime_s(struct tm *_Tm,const time_t *_Time) { return _localtime32_s(_Tm,_Time); }
47 __CRT_INLINE errno_t __cdecl gmtime_s(struct tm *_Tm, const time_t *_Time) { return _gmtime32_s(_Tm, _Time); }
50 __CRT_INLINE errno_t __cdecl localtime_s(struct tm *_Tm,const time_t *_Time) { return _localtime64_s(_Tm,_Time); }
51 __CRT_INLINE errno_t __cdecl gmtime_s(struct tm *_Tm, const time_t *_Time) { return _gmtime64_s(_Tm, _Time); }
wchar_s.h 151 __CRT_INLINE errno_t __cdecl _wctime_s(wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) { return _wctime64_s(_Buffer,_SizeInWords,_Time); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
utime.h 99 __CRT_INLINE int __cdecl _utime(const char *_Filename,struct _utimbuf *_Utimbuf) {
102 __CRT_INLINE int __cdecl _futime(int _Desc,struct _utimbuf *_Utimbuf) {
105 __CRT_INLINE int __cdecl _wutime(const wchar_t *_Filename,struct _utimbuf *_Utimbuf) {
115 __CRT_INLINE int __cdecl utime(const char *_Filename,struct utimbuf *_Utimbuf) {
timeb.h 107 __CRT_INLINE void __cdecl ftime(struct timeb *_Tmb) {
111 __CRT_INLINE void __cdecl ftime(struct timeb *_Tmb) {
stat.h 75 __CRT_INLINE int __cdecl _fstat64i32(int _FileDes,struct _stat64i32 *_Stat)
101 __CRT_INLINE int __cdecl _stat64i32(const char *_Name,struct _stat64i32 *_Stat)
180 __CRT_INLINE int __cdecl
195 __CRT_INLINE int __cdecl
210 __CRT_INLINE int __cdecl
235 __CRT_INLINE int __cdecl

Completed in 3551 milliseconds

1 2