HomeSort by relevance Sort by last modified time
    Searched refs:__MINGW_INTRIN_INLINE (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
interlockedapi.h 28 #if defined(__MINGW_INTRIN_INLINE) && (defined(__GNUC__) && (__MINGW_GNUC_PREREQ(4, 9) || (__MINGW_GNUC_PREREQ(4, 8) && __GNUC_PATCHLEVEL__ >= 2)))
29 __MINGW_INTRIN_INLINE LONG WINAPI InterlockedIncrement(LONG volatile *lpAddend) {
32 __MINGW_INTRIN_INLINE LONG WINAPI InterlockedDecrement(LONG volatile *lpAddend) {
35 __MINGW_INTRIN_INLINE LONG WINAPI InterlockedExchange(LONG volatile *Target, LONG Value) {
38 __MINGW_INTRIN_INLINE LONG WINAPI InterlockedExchangeAdd(LONG volatile *Addend, LONG Value) {
41 __MINGW_INTRIN_INLINE LONG WINAPI InterlockedCompareExchange(LONG volatile *Destination, LONG Exchange, LONG Comperand) {
44 __MINGW_INTRIN_INLINE LONGLONG WINAPI InterlockedCompareExchange64(LONGLONG volatile *Destination, LONGLONG Exchange, LONGLONG Comperand) {
_mingw.h 99 #if !defined(__MINGW_INTRIN_INLINE) && defined(__GNUC__)
100 #define __MINGW_INTRIN_INLINE extern __inline__ __attribute__((__always_inline__,__gnu_inline__))
537 #ifdef __MINGW_INTRIN_INLINE
540 __MINGW_INTRIN_INLINE void __cdecl __debugbreak(void)
stdlib.h 334 #ifdef __MINGW_INTRIN_INLINE
335 __MINGW_INTRIN_INLINE __int64 __cdecl _abs64(__int64 x) {
winbase.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
intrin-impl.h 59 /* However we do check for __MINGW_INTRIN_INLINE. In theory this means we
62 #ifdef __MINGW_INTRIN_INLINE
412 #define __INTRINSICS_USEINLINE __MINGW_INTRIN_INLINE
    [all...]

Completed in 207 milliseconds