Home
last modified time | relevance | path

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

/dports/audio/carla/Carla-2.4.1/source/modules/water/memory/
H A DAtomic.h174 …static inline int32 castTo32Bit (Type value) noexcept { return castTo <int32, Type> (value); } in castTo32Bit() function
272 …__sync_bool_compare_and_swap ((volatile int32*) &value, castTo32Bit (valueToCompare), castTo32Bit in compareAndSetBool()
279 … __sync_val_compare_and_swap ((volatile int32*) &value, castTo32Bit (valueToCompare), castTo32Bit in compareAndSetValue()