Searched refs:addend (Results 1 – 3 of 3) sorted by relevance
237 long addend, y; \240 addend = *value; \241 y = _InterlockedCompareExchange(value, addend op modify, addend); \243 while(y != addend); \
60 DWORD addend; member358 newval = (*((DWORD*) reloc_target)) + o->addend; in do_pseudo_reloc()
92 inline long _STLP_atomic_add_gcc_x86(long volatile* p, long addend) { in _STLP_atomic_add_gcc_x86() argument97 :"m" (*p), "1" (addend) in _STLP_atomic_add_gcc_x86()99 return result + addend; in _STLP_atomic_add_gcc_x86()