/reactos/modules/rostests/winetests/winetest/ |
H A D | port.h | 384 extern inline long interlocked_cmpxchg( long *dest, long xchg, long compare ); 385 extern inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare ); 390 extern inline long interlocked_cmpxchg( long *dest, long xchg, long compare ) in interlocked_cmpxchg() argument 394 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" ); in interlocked_cmpxchg() 398 extern inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare ) in interlocked_cmpxchg_ptr() argument 402 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" ); in interlocked_cmpxchg_ptr() 432 extern long interlocked_cmpxchg( long *dest, long xchg, long compare ); 433 extern void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare );
|
/reactos/drivers/base/kdvm/ |
H A D | kdvbox_asm.S | 9 xchg eax, ecx 18 xchg rax, rcx
|
/reactos/boot/freeldr/bootsect/ |
H A D | fat.S | 368 xchg ax, cx 369 xchg ax, dx 372 xchg ax, cx 375 xchg cx, dx
|
H A D | isoboot.S | 266 xchg eax, dword ptr ds:[si+file_sector] 526 xchg cl, byte ptr ds:[ISOFlags] 535 xchg ax, di 542 xchg bx, si 605 xchg edx, eax // Directory length in edx
|
H A D | btrfs.S | 718 xchg si, di
|
/reactos/boot/freeldr/bootsect/pc98/ |
H A D | fat12fdd.S | 303 xchg ax, cx 304 xchg ax, dx 307 xchg ax, cx 310 xchg cx, dx
|
/reactos/sdk/lib/crt/math/i386/ |
H A D | aullrem_asm.s | 143 xchg ecx,eax // put partial product in ECX, get quotient in EAX
|
H A D | allrem_asm.s | 177 xchg ecx,eax // save product, get quotient in EAX
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | tools.cpp | 156 xchg eax,[ecx] in _XCHG_DD()
|
H A D | tools.h | 30 __asm xchg eax,[ebx] \
|
/reactos/sdk/include/xdk/x86/ |
H A D | ke.h | 60 __asm xchg [Barrier], eax in KeMemoryBarrier()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | sync.c | 78 BYTE xchg[3]; /* xchgl (%esp),%edx (param 2) */ member 91 thunk->xchg[0] = 0x87; /* xchgl (%esp),%edx */ in init_fastcall_thunk() 92 thunk->xchg[1] = 0x14; in init_fastcall_thunk() 93 thunk->xchg[2] = 0x24; in init_fastcall_thunk()
|
/reactos/sdk/include/vcruntime/mingw32/ |
H A D | intrin_x86.h | 705 __int64 xchg[2] = { ExchangeLow, ExchangeHigh }; in _InterlockedCompareExchange128() local 706 …mpare_and_swap((__uint128_t*)Destination, *((__uint128_t*)ComparandResult), *((__uint128_t*)xchg)); in _InterlockedCompareExchange128()
|
/reactos/sdk/include/reactos/ |
H A D | shlwapi_undoc.h | 38 PVOID WINAPI SHInterlockedCompareExchange(PVOID *dest, PVOID xchg, PVOID compare);
|
/reactos/dll/win32/shlwapi/ |
H A D | ordinal.c | 3501 PVOID WINAPI SHInterlockedCompareExchange( PVOID *dest, PVOID xchg, PVOID compare ) in SHInterlockedCompareExchange() argument 3503 return InterlockedCompareExchangePointer( dest, xchg, compare ); in SHInterlockedCompareExchange()
|
/reactos/sdk/include/xdk/ |
H A D | winnt_old.h | 4432 __asm { xchg Barrier, eax } in MemoryBarrier()
|