Home
last modified time | relevance | path

Searched refs:__count (Results 1 – 25 of 1811) sorted by relevance

12345678910>>...73

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/perf/
H A Dhv-gpci-requests.h74 __count(0x8, 8, entitled_cycles)
77 __count(0x20, 8, cycles_donated)
92 __count(0x10, 8, cycles)
143 __count(0x20, 8, gx0_in_retries)
170 __count(0x10, 8, mc0_frames)
171 __count(0x18, 8, mc0_reads)
172 __count(0x20, 8, mc0_write)
174 __count(0x30, 8, mc1_frames)
175 __count(0x38, 8, mc1_reads)
176 __count(0x40, 8, mc1_writes)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/perf/
H A Dhv-gpci-requests.h74 __count(0x8, 8, entitled_cycles)
77 __count(0x20, 8, cycles_donated)
92 __count(0x10, 8, cycles)
143 __count(0x20, 8, gx0_in_retries)
170 __count(0x10, 8, mc0_frames)
171 __count(0x18, 8, mc0_reads)
172 __count(0x20, 8, mc0_write)
174 __count(0x30, 8, mc1_frames)
175 __count(0x38, 8, mc1_reads)
176 __count(0x40, 8, mc1_writes)
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/perf/
H A Dhv-gpci-requests.h74 __count(0x8, 8, entitled_cycles)
77 __count(0x20, 8, cycles_donated)
92 __count(0x10, 8, cycles)
143 __count(0x20, 8, gx0_in_retries)
170 __count(0x10, 8, mc0_frames)
171 __count(0x18, 8, mc0_reads)
172 __count(0x20, 8, mc0_write)
174 __count(0x30, 8, mc1_frames)
175 __count(0x38, 8, mc1_reads)
176 __count(0x40, 8, mc1_writes)
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/
H A Dmbtowc_r.c45 #define __state __count
89 state->__count = 0;
96 state->__count = 0;
104 state->__count = 1;
113 state->__count = 0;
136 state->__count = 2;
142 state->__count = 0;
181 state->__count = 3;
192 state->__count = 0;
234 state->__count = 4;
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/
H A Dmbtowc_r.c45 #define __state __count
89 state->__count = 0;
96 state->__count = 0;
104 state->__count = 1;
113 state->__count = 0;
136 state->__count = 2;
142 state->__count = 0;
181 state->__count = 3;
192 state->__count = 0;
234 state->__count = 4;
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Dio.h138 __asm__ __volatile__ ("cld ; rep ; insb":"=D" (__addr), "=c" (__count) in insb()
139 :"d" (__port), "0" (__addr), "1" (__count)); in insb()
145 __asm__ __volatile__ ("cld ; rep ; insw":"=D" (__addr), "=c" (__count) in insw()
146 :"d" (__port), "0" (__addr), "1" (__count)); in insw()
153 :"d" (__port), "0" (__addr), "1" (__count)); in insl()
158 unsigned long int __count) in outsb() argument
161 :"d" (__port), "0" (__addr), "1" (__count)); in outsb()
166 unsigned long int __count) in outsw() argument
169 :"d" (__port), "0" (__addr), "1" (__count)); in outsw()
174 unsigned long int __count) in outsl() argument
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Dio.h138 __asm__ __volatile__ ("cld ; rep ; insb":"=D" (__addr), "=c" (__count) in insb()
139 :"d" (__port), "0" (__addr), "1" (__count)); in insb()
145 __asm__ __volatile__ ("cld ; rep ; insw":"=D" (__addr), "=c" (__count) in insw()
146 :"d" (__port), "0" (__addr), "1" (__count)); in insw()
153 :"d" (__port), "0" (__addr), "1" (__count)); in insl()
158 unsigned long int __count) in outsb() argument
161 :"d" (__port), "0" (__addr), "1" (__count)); in outsb()
166 unsigned long int __count) in outsw() argument
169 :"d" (__port), "0" (__addr), "1" (__count)); in outsw()
174 unsigned long int __count) in outsl() argument
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/i386/
H A Dmmintrin.h494 _m_psllw (__m64 __m, __m64 __count) in _m_psllw() argument
506 _m_psllwi (__m64 __m, int __count) in _m_psllwi() argument
519 _m_pslld (__m64 __m, __m64 __count) in _m_pslld() argument
531 _m_pslldi (__m64 __m, int __count) in _m_pslldi() argument
544 _m_psllq (__m64 __m, __m64 __count) in _m_psllq() argument
556 _m_psllqi (__m64 __m, int __count) in _m_psllqi() argument
581 _m_psrawi (__m64 __m, int __count) in _m_psrawi() argument
606 _m_psradi (__m64 __m, int __count) in _m_psradi() argument
631 _m_psrlwi (__m64 __m, int __count) in _m_psrlwi() argument
656 _m_psrldi (__m64 __m, int __count) in _m_psrldi() argument
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/i386/
H A Dmmintrin.h494 _m_psllw (__m64 __m, __m64 __count) in _m_psllw() argument
506 _m_psllwi (__m64 __m, int __count) in _m_psllwi() argument
519 _m_pslld (__m64 __m, __m64 __count) in _m_pslld() argument
531 _m_pslldi (__m64 __m, int __count) in _m_pslldi() argument
544 _m_psllq (__m64 __m, __m64 __count) in _m_psllq() argument
556 _m_psllqi (__m64 __m, int __count) in _m_psllqi() argument
581 _m_psrawi (__m64 __m, int __count) in _m_psrawi() argument
606 _m_psradi (__m64 __m, int __count) in _m_psradi() argument
631 _m_psrlwi (__m64 __m, int __count) in _m_psrlwi() argument
656 _m_psrldi (__m64 __m, int __count) in _m_psrldi() argument
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/libsupc++/
H A Deh_atomics.h46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count) in __eh_atomic_inc() argument
56 __atomic_add_fetch (__count, 1, __ATOMIC_ACQ_REL); in __eh_atomic_inc()
58 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_inc()
59 __gnu_cxx::__atomic_add_dispatch (__count, 1); in __eh_atomic_inc()
60 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER (__count); in __eh_atomic_inc()
66 __eh_atomic_dec (_Atomic_word* __count) in __eh_atomic_dec() argument
69 return __atomic_sub_fetch (__count, 1, __ATOMIC_ACQ_REL) == 0; in __eh_atomic_dec()
71 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_dec()
72 if (__gnu_cxx::__exchange_and_add_dispatch (__count, -1) == 1) in __eh_atomic_dec()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/libsupc++/
H A Deh_atomics.h46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count) in __eh_atomic_inc() argument
56 __atomic_add_fetch (__count, 1, __ATOMIC_ACQ_REL); in __eh_atomic_inc()
58 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_inc()
59 __gnu_cxx::__atomic_add_dispatch (__count, 1); in __eh_atomic_inc()
60 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER (__count); in __eh_atomic_inc()
66 __eh_atomic_dec (_Atomic_word* __count) in __eh_atomic_dec() argument
69 return __atomic_sub_fetch (__count, 1, __ATOMIC_ACQ_REL) == 0; in __eh_atomic_dec()
71 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_dec()
72 if (__gnu_cxx::__exchange_and_add_dispatch (__count, -1) == 1) in __eh_atomic_dec()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Deh_atomics.h46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count) in __eh_atomic_inc() argument
56 __atomic_add_fetch (__count, 1, __ATOMIC_ACQ_REL); in __eh_atomic_inc()
58 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_inc()
59 __gnu_cxx::__atomic_add_dispatch (__count, 1); in __eh_atomic_inc()
60 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER (__count); in __eh_atomic_inc()
66 __eh_atomic_dec (_Atomic_word* __count) in __eh_atomic_dec() argument
69 return __atomic_sub_fetch (__count, 1, __ATOMIC_ACQ_REL) == 0; in __eh_atomic_dec()
71 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_dec()
72 if (__gnu_cxx::__exchange_and_add_dispatch (__count, -1) == 1) in __eh_atomic_dec()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/libsupc++/
H A Deh_atomics.h46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count) in __eh_atomic_inc() argument
56 __atomic_add_fetch (__count, 1, __ATOMIC_ACQ_REL); in __eh_atomic_inc()
58 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_inc()
59 __gnu_cxx::__atomic_add_dispatch (__count, 1); in __eh_atomic_inc()
60 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER (__count); in __eh_atomic_inc()
66 __eh_atomic_dec (_Atomic_word* __count) in __eh_atomic_dec() argument
69 return __atomic_sub_fetch (__count, 1, __ATOMIC_ACQ_REL) == 0; in __eh_atomic_dec()
71 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_dec()
72 if (__gnu_cxx::__exchange_and_add_dispatch (__count, -1) == 1) in __eh_atomic_dec()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/libsupc++/
H A Deh_atomics.h46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count) in __eh_atomic_inc() argument
56 __atomic_add_fetch (__count, 1, __ATOMIC_ACQ_REL); in __eh_atomic_inc()
58 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_inc()
59 __gnu_cxx::__atomic_add_dispatch (__count, 1); in __eh_atomic_inc()
60 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER (__count); in __eh_atomic_inc()
66 __eh_atomic_dec (_Atomic_word* __count) in __eh_atomic_dec() argument
69 return __atomic_sub_fetch (__count, 1, __ATOMIC_ACQ_REL) == 0; in __eh_atomic_dec()
71 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_dec()
72 if (__gnu_cxx::__exchange_and_add_dispatch (__count, -1) == 1) in __eh_atomic_dec()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/libsupc++/
H A Deh_atomics.h46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count) in __eh_atomic_inc() argument
56 __atomic_add_fetch (__count, 1, __ATOMIC_ACQ_REL); in __eh_atomic_inc()
58 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_inc()
59 __gnu_cxx::__atomic_add_dispatch (__count, 1); in __eh_atomic_inc()
60 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER (__count); in __eh_atomic_inc()
66 __eh_atomic_dec (_Atomic_word* __count) in __eh_atomic_dec() argument
69 return __atomic_sub_fetch (__count, 1, __ATOMIC_ACQ_REL) == 0; in __eh_atomic_dec()
71 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_dec()
72 if (__gnu_cxx::__exchange_and_add_dispatch (__count, -1) == 1) in __eh_atomic_dec()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Deh_atomics.h46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count) in __eh_atomic_inc() argument
56 __atomic_add_fetch (__count, 1, __ATOMIC_ACQ_REL); in __eh_atomic_inc()
58 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_inc()
59 __gnu_cxx::__atomic_add_dispatch (__count, 1); in __eh_atomic_inc()
60 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER (__count); in __eh_atomic_inc()
66 __eh_atomic_dec (_Atomic_word* __count) in __eh_atomic_dec() argument
69 return __atomic_sub_fetch (__count, 1, __ATOMIC_ACQ_REL) == 0; in __eh_atomic_dec()
71 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_dec()
72 if (__gnu_cxx::__exchange_and_add_dispatch (__count, -1) == 1) in __eh_atomic_dec()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/libsupc++/
H A Deh_atomics.h46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count) in __eh_atomic_inc() argument
56 __atomic_add_fetch (__count, 1, __ATOMIC_ACQ_REL); in __eh_atomic_inc()
58 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_inc()
59 __gnu_cxx::__atomic_add_dispatch (__count, 1); in __eh_atomic_inc()
60 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER (__count); in __eh_atomic_inc()
66 __eh_atomic_dec (_Atomic_word* __count) in __eh_atomic_dec() argument
69 return __atomic_sub_fetch (__count, 1, __ATOMIC_ACQ_REL) == 0; in __eh_atomic_dec()
71 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_dec()
72 if (__gnu_cxx::__exchange_and_add_dispatch (__count, -1) == 1) in __eh_atomic_dec()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Deh_atomics.h46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count) in __eh_atomic_inc() argument
56 __atomic_add_fetch (__count, 1, __ATOMIC_ACQ_REL); in __eh_atomic_inc()
58 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_inc()
59 __gnu_cxx::__atomic_add_dispatch (__count, 1); in __eh_atomic_inc()
60 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER (__count); in __eh_atomic_inc()
66 __eh_atomic_dec (_Atomic_word* __count) in __eh_atomic_dec() argument
69 return __atomic_sub_fetch (__count, 1, __ATOMIC_ACQ_REL) == 0; in __eh_atomic_dec()
71 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_dec()
72 if (__gnu_cxx::__exchange_and_add_dispatch (__count, -1) == 1) in __eh_atomic_dec()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/libsupc++/
H A Deh_atomics.h46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count) in __eh_atomic_inc() argument
56 __atomic_add_fetch (__count, 1, __ATOMIC_ACQ_REL); in __eh_atomic_inc()
58 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_inc()
59 __gnu_cxx::__atomic_add_dispatch (__count, 1); in __eh_atomic_inc()
60 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER (__count); in __eh_atomic_inc()
66 __eh_atomic_dec (_Atomic_word* __count) in __eh_atomic_dec() argument
69 return __atomic_sub_fetch (__count, 1, __ATOMIC_ACQ_REL) == 0; in __eh_atomic_dec()
71 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_dec()
72 if (__gnu_cxx::__exchange_and_add_dispatch (__count, -1) == 1) in __eh_atomic_dec()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/libsupc++/
H A Deh_atomics.h46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count) in __eh_atomic_inc() argument
56 __atomic_add_fetch (__count, 1, __ATOMIC_ACQ_REL); in __eh_atomic_inc()
58 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_inc()
59 __gnu_cxx::__atomic_add_dispatch (__count, 1); in __eh_atomic_inc()
60 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER (__count); in __eh_atomic_inc()
66 __eh_atomic_dec (_Atomic_word* __count) in __eh_atomic_dec() argument
69 return __atomic_sub_fetch (__count, 1, __ATOMIC_ACQ_REL) == 0; in __eh_atomic_dec()
71 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_dec()
72 if (__gnu_cxx::__exchange_and_add_dispatch (__count, -1) == 1) in __eh_atomic_dec()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Deh_atomics.h46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count) in __eh_atomic_inc() argument
56 __atomic_add_fetch (__count, 1, __ATOMIC_ACQ_REL); in __eh_atomic_inc()
58 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_inc()
59 __gnu_cxx::__atomic_add_dispatch (__count, 1); in __eh_atomic_inc()
60 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER (__count); in __eh_atomic_inc()
66 __eh_atomic_dec (_Atomic_word* __count) in __eh_atomic_dec() argument
69 return __atomic_sub_fetch (__count, 1, __ATOMIC_ACQ_REL) == 0; in __eh_atomic_dec()
71 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_dec()
72 if (__gnu_cxx::__exchange_and_add_dispatch (__count, -1) == 1) in __eh_atomic_dec()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/libsupc++/
H A Deh_atomics.h46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count) in __eh_atomic_inc() argument
56 __atomic_add_fetch (__count, 1, __ATOMIC_ACQ_REL); in __eh_atomic_inc()
58 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_inc()
59 __gnu_cxx::__atomic_add_dispatch (__count, 1); in __eh_atomic_inc()
60 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER (__count); in __eh_atomic_inc()
66 __eh_atomic_dec (_Atomic_word* __count) in __eh_atomic_dec() argument
69 return __atomic_sub_fetch (__count, 1, __ATOMIC_ACQ_REL) == 0; in __eh_atomic_dec()
71 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_dec()
72 if (__gnu_cxx::__exchange_and_add_dispatch (__count, -1) == 1) in __eh_atomic_dec()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/libsupc++/
H A Deh_atomics.h46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count) in __eh_atomic_inc() argument
56 __atomic_add_fetch (__count, 1, __ATOMIC_ACQ_REL); in __eh_atomic_inc()
58 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_inc()
59 __gnu_cxx::__atomic_add_dispatch (__count, 1); in __eh_atomic_inc()
60 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER (__count); in __eh_atomic_inc()
66 __eh_atomic_dec (_Atomic_word* __count) in __eh_atomic_dec() argument
69 return __atomic_sub_fetch (__count, 1, __ATOMIC_ACQ_REL) == 0; in __eh_atomic_dec()
71 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_dec()
72 if (__gnu_cxx::__exchange_and_add_dispatch (__count, -1) == 1) in __eh_atomic_dec()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/libsupc++/
H A Deh_atomics.h46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count) in __eh_atomic_inc() argument
56 __atomic_add_fetch (__count, 1, __ATOMIC_ACQ_REL); in __eh_atomic_inc()
58 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_inc()
59 __gnu_cxx::__atomic_add_dispatch (__count, 1); in __eh_atomic_inc()
60 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER (__count); in __eh_atomic_inc()
66 __eh_atomic_dec (_Atomic_word* __count) in __eh_atomic_dec() argument
69 return __atomic_sub_fetch (__count, 1, __ATOMIC_ACQ_REL) == 0; in __eh_atomic_dec()
71 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_dec()
72 if (__gnu_cxx::__exchange_and_add_dispatch (__count, -1) == 1) in __eh_atomic_dec()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/libsupc++/
H A Deh_atomics.h46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count) in __eh_atomic_inc() argument
56 __atomic_add_fetch (__count, 1, __ATOMIC_ACQ_REL); in __eh_atomic_inc()
58 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_inc()
59 __gnu_cxx::__atomic_add_dispatch (__count, 1); in __eh_atomic_inc()
60 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER (__count); in __eh_atomic_inc()
66 __eh_atomic_dec (_Atomic_word* __count) in __eh_atomic_dec() argument
69 return __atomic_sub_fetch (__count, 1, __ATOMIC_ACQ_REL) == 0; in __eh_atomic_dec()
71 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE (__count); in __eh_atomic_dec()
72 if (__gnu_cxx::__exchange_and_add_dispatch (__count, -1) == 1) in __eh_atomic_dec()
[all …]

12345678910>>...73