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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
conio.h 96 __CRT_INLINE unsigned char __inbyte(unsigned short Port)
104 __CRT_INLINE unsigned short __inword(unsigned short Port)
112 __CRT_INLINE unsigned long __indword(unsigned short Port)
120 __CRT_INLINE void __outbyte(unsigned short Port,unsigned char Data)
126 __CRT_INLINE void __outword(unsigned short Port,unsigned short Data)
132 __CRT_INLINE void __outdword(unsigned short Port,unsigned long Data)
138 __CRT_INLINE void __inbytestring(unsigned short Port,unsigned char *Buffer,unsigned long Count)
146 __CRT_INLINE void __inwordstring(unsigned short Port,unsigned short *Buffer,unsigned long Count)
154 __CRT_INLINE void __indwordstring(unsigned short Port,unsigned long *Buffer,unsigned long Count)
163 __CRT_INLINE void __outbytestring(unsigned short Port,unsigned char *Buffer,unsigned long Count
    [all...]
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...]
time.h 156 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime64(_Time); }
158 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime32(_Time); }
226 __CRT_INLINE double __cdecl difftime(time_t _Time1,time_t _Time2)
228 __CRT_INLINE char *__cdecl ctime(const time_t *_Time) { return _ctime64(_Time); }
229 __CRT_INLINE struct tm *__cdecl gmtime(const time_t *_Time) { return _gmtime64(_Time); }
230 __CRT_INLINE struct tm *__cdecl localtime(const time_t *_Time) { return _localtime64(_Time); }
231 __CRT_INLINE time_t __cdecl mktime(struct tm *_Tm) { return _mktime64(_Tm); }
232 __CRT_INLINE time_t __cdecl _mkgmtime(struct tm *_Tm) { return _mkgmtime64(_Tm); }
233 __CRT_INLINE time_t __cdecl time(time_t *_Time) { return _time64(_Time); }
235 __CRT_INLINE double __cdecl difftime(time_t _Time1,time_t _Time2
    [all...]
stralign.h 34 __CRT_INLINE PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source) { return wcscpy(Destination,Source); }
56 __CRT_INLINE LPUWSTR ua_CharUpperW(LPUWSTR String) {
75 __CRT_INLINE int ua_lstrcmpW(LPCUWSTR String1,LPCUWSTR String2) {
83 __CRT_INLINE int ua_lstrcmpiW(LPCUWSTR String1,LPCUWSTR String2) {
91 __CRT_INLINE int ua_lstrlenW(LPCUWSTR String) {
115 __CRT_INLINE PUWSTR_C ua_wcschr(PCUWSTR String,WCHAR Character) {
119 __CRT_INLINE PUWSTR_C ua_wcsrchr(PCUWSTR String,WCHAR Character) {
124 __CRT_INLINE PUWSTR ua_wcschr(PUWSTR String,WCHAR Character) {
128 __CRT_INLINE PUWSTR ua_wcsrchr(PUWSTR String,WCHAR Character) {
134 __CRT_INLINE PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source)
    [all...]
math.h 163 __CRT_INLINE float __cdecl fabsf (float x)
174 __CRT_INLINE long double __cdecl fabsl (long double x)
181 __CRT_INLINE double __cdecl fabs (double x)
363 __CRT_INLINE int __cdecl __fpclassifyl (long double x) {
368 __CRT_INLINE int __cdecl __fpclassify (double x) {
390 __CRT_INLINE int __cdecl __fpclassifyf (float x) {
430 __CRT_INLINE int __cdecl __isnan (double _x)
451 __CRT_INLINE int __cdecl __isnanf (float _x)
470 __CRT_INLINE int __cdecl __isnanl (long double _x)
492 __CRT_INLINE int __cdecl __signbit (double x)
    [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 53 __CRT_INLINE int ftruncate(int __fd, off32_t __length)
64 __CRT_INLINE int ftruncate(int __fd, _off_t __length)
zmouse.h 36 __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
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__
winnt.h     [all...]
stdlib.h 313 __CRT_INLINE __MINGW_ATTRIB_NORETURN void __cdecl _Exit(int status)
632 __MINGW_EXTENSION __CRT_INLINE long long __cdecl llabs(long long _j) { return (_j >= 0 ? _j : -_j); }
648 /* __CRT_INLINE using non-ansi functions */
650 __MINGW_EXTENSION __CRT_INLINE long long __cdecl atoll (const char * _c) { return _atoi64 (_c); }
651 __MINGW_EXTENSION __CRT_INLINE char *__cdecl lltoa (long long _n, char * _c, int _i) { return _i64toa (_n, _c, _i); }
652 __MINGW_EXTENSION __CRT_INLINE char *__cdecl ulltoa (unsigned long long _n, char * _c, int _i) { return _ui64toa (_n, _c, _i); }
653 __MINGW_EXTENSION __CRT_INLINE long long __cdecl wtoll (const wchar_t * _w) { return _wtoi64 (_w); }
654 __MINGW_EXTENSION __CRT_INLINE wchar_t *__cdecl lltow (long long _n, wchar_t * _w, int _i) { return _i64tow (_n, _w, _i); }
655 __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 756 __CRT_INLINE wint_t __cdecl getwchar() {return (fgetwc(stdin)); }
757 __CRT_INLINE wint_t __cdecl putwchar(wchar_t _C) {return (fputwc(_C,stdout)); }
    [all...]
io.h 222 __CRT_INLINE intptr_t __cdecl _findfirst64i32(const char *_Filename,struct _finddata64i32_t *_FindData)
243 __CRT_INLINE int __cdecl _findnext64i32(intptr_t _FindHandle,struct _finddata64i32_t *_FindData)
string.h 102 __CRT_INLINE int __cdecl strncasecmp (const char *__sz1, const char *__sz2, size_t __sizeMaxCompare) { return _strnicmp (__sz1, __sz2, __sizeMaxCompare); }
103 __CRT_INLINE int __cdecl strcasecmp (const char *__sz1, const char *__sz2) { return _stricmp (__sz1, __sz2); }
process.h 43 __CRT_INLINE __MINGW_ATTRIB_NORETURN void __cdecl _Exit(int status)
winbase.h 862 __CRT_INLINE LONG InterlockedAnd_Inline(LONG volatile *Target,LONG Set) {
877 __CRT_INLINE LONG InterlockedOr_Inline(LONG volatile *Target,LONG Set) {
892 __CRT_INLINE LONG InterlockedXor_Inline(LONG volatile *Target,LONG Set) {
907 __CRT_INLINE LONGLONG InterlockedAnd64_Inline (LONGLONG volatile *Destination,LONGLONG Value) {
919 __CRT_INLINE LONGLONG InterlockedOr64_Inline (LONGLONG volatile *Destination,LONGLONG Value) {
931 __CRT_INLINE LONGLONG InterlockedXor64_Inline (LONGLONG volatile *Destination,LONGLONG Value) {
943 __CRT_INLINE BOOLEAN InterlockedBitTestAndSet_Inline(LONG *Base,LONG Bit) {
953 __CRT_INLINE BOOLEAN InterlockedBitTestAndReset_Inline(LONG *Base,LONG Bit) {
963 __CRT_INLINE BOOLEAN InterlockedBitTestAndComplement_Inline(LONG *Base,LONG Bit) {
    [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 145 __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)
170 __CRT_INLINE int __cdecl
185 __CRT_INLINE int __cdecl
200 __CRT_INLINE int __cdecl
225 __CRT_INLINE int __cdecl

Completed in 4730 milliseconds

1 2