Home
last modified time | relevance | path

Searched defs:__addend (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/parallel/
H A Dcompatibility.h95 __fetch_and_add_32(volatile int32_t* __ptr, int32_t __addend) in __fetch_and_add_32()
134 __fetch_and_add_64(volatile int64_t* __ptr, int64_t __addend) in __fetch_and_add_64()
186 __fetch_and_add(volatile _Tp* __ptr, _Tp __addend) in __fetch_and_add()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/parallel/
H A Dcompatibility.h56 __add_omp(volatile _Tp* __ptr, _Tp __addend) in __add_omp()
74 __fetch_and_add(volatile _Tp* __ptr, _Tp __addend) in __fetch_and_add()