Home
last modified time | relevance | path

Searched refs:addend (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/vcruntime/mingw32/
H A Dintrin_ppc.h237 long addend, y; \
240 addend = *value; \
241 y = _InterlockedCompareExchange(value, addend op modify, addend); \
243 while(y != addend); \
/reactos/sdk/lib/crt/startup/
H A Dpseudo-reloc.c60 DWORD addend; member
358 newval = (*((DWORD*) reloc_target)) + o->addend; in do_pseudo_reloc()
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dallocators.cpp92 inline long _STLP_atomic_add_gcc_x86(long volatile* p, long addend) { in _STLP_atomic_add_gcc_x86() argument
97 :"m" (*p), "1" (addend) in _STLP_atomic_add_gcc_x86()
99 return result + addend; in _STLP_atomic_add_gcc_x86()