Home
last modified time | relevance | path

Searched defs:comparand (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/threading/
H A Dinterlocked.cs139 public static extern int CompareExchange(ref int location1, int value, int comparand); in CompareExchange()
144 … public static extern long CompareExchange(ref long location1, long value, long comparand); in CompareExchange()
149 … public static extern float CompareExchange(ref float location1, float value, float comparand); in CompareExchange()
154 …public static extern double CompareExchange(ref double location1, double value, double comparand);… in CompareExchange()
160 … public static extern Object CompareExchange(ref Object location1, Object value, Object comparand); in CompareExchange()
166 … public static extern IntPtr CompareExchange(ref IntPtr location1, IntPtr value, IntPtr comparand); in CompareExchange()
198 _CompareExchange(__makeref(location1), __makeref(value), comparand); in __makeref() field in System.Threading.Interlocked.__anon2
206 …tic extern void _CompareExchange(TypedReference location1, TypedReference value, Object comparand); in _CompareExchange()
213 …internal static extern int CompareExchange(ref int location1, int value, int comparand, ref bool s… in CompareExchange()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Threading/
H A DInterlocked.cs45 public extern static int CompareExchange(ref int location1, int value, int comparand); in CompareExchange()
49 …internal extern static int CompareExchange(ref int location1, int value, int comparand, ref bool s… in CompareExchange()
53 public extern static object CompareExchange(ref object location1, object value, object comparand); in CompareExchange()
56 public extern static float CompareExchange(ref float location1, float value, float comparand); in CompareExchange()
85 public extern static long CompareExchange(ref long location1, long value, long comparand); in CompareExchange()
89 public extern static IntPtr CompareExchange(ref IntPtr location1, IntPtr value, IntPtr comparand); in CompareExchange()
92 public extern static double CompareExchange(ref double location1, double value, double comparand); in CompareExchange()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/
H A DInterlocked.cs20 public static int CompareExchange(ref int location1, int value, int comparand) in CompareExchange()
28 public static long CompareExchange(ref long location1, long value, long comparand) in CompareExchange()
36 public static IntPtr CompareExchange(ref IntPtr location1, IntPtr value, IntPtr comparand) in CompareExchange()
44 public static float CompareExchange(ref float location1, float value, float comparand) in CompareExchange()
52 public static double CompareExchange(ref double location1, double value, double comparand) in CompareExchange()
67 public static object CompareExchange(ref object location1, object value, object comparand) in CompareExchange()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbb/ibm_aix51/
H A Datomic_support.c25 int32_t __TBB_machine_cas_32 (volatile void* ptr, int32_t value, int32_t comparand) { in __TBB_machine_cas_32()
32 int64_t __TBB_machine_cas_64 (volatile void* ptr, int64_t value, int64_t comparand) { in __TBB_machine_cas_64()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbb/ibm_aix51/
H A Datomic_support.c29 int32_t __TBB_machine_cas_32 (volatile void* ptr, int32_t value, int32_t comparand) { in __TBB_machine_cas_32()
36 int64_t __TBB_machine_cas_64 (volatile void* ptr, int64_t value, int64_t comparand) { in __TBB_machine_cas_64()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/ibm_aix51/
H A Datomic_support.c29 int32_t __TBB_machine_cas_32 (volatile void* ptr, int32_t value, int32_t comparand) { in __TBB_machine_cas_32()
36 int64_t __TBB_machine_cas_64 (volatile void* ptr, int64_t value, int64_t comparand) { in __TBB_machine_cas_64()
/dports/devel/tbb/oneTBB-2020.3/src/tbb/ibm_aix51/
H A Datomic_support.c25 int32_t __TBB_machine_cas_32 (volatile void* ptr, int32_t value, int32_t comparand) { in __TBB_machine_cas_32()
32 int64_t __TBB_machine_cas_64 (volatile void* ptr, int64_t value, int64_t comparand) { in __TBB_machine_cas_64()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbb/ibm_aix51/
H A Datomic_support.c25 int32_t __TBB_machine_cas_32 (volatile void* ptr, int32_t value, int32_t comparand) { in __TBB_machine_cas_32()
32 int64_t __TBB_machine_cas_64 (volatile void* ptr, int64_t value, int64_t comparand) { in __TBB_machine_cas_64()
/dports/graphics/netpbm/netpbm-10.91.01/lib/util/
H A Dnstring.h45 streq(const char * const comparand, in streq()
52 strneq(const char * const comparand, in strneq()
60 memeq(const void * const comparand, in memeq()
79 strcaseeq(const char * const comparand, in strcaseeq()
86 strncaseeq(const char * const comparand, in strncaseeq()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/env/
H A Dgcenv.interlocked.inl72 __forceinline T Interlocked::CompareExchange(T volatile *destination, T exchange, T comparand)
172 …forceinline T Interlocked::CompareExchangePointer(T volatile *destination, T exchange, T comparand)
186 … Interlocked::CompareExchangePointer(T volatile *destination, T exchange, std::nullptr_t comparand)
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/src/test/
H A Dtesttool.h57 #define FLOATEQUAL(comparand, comparator) \ argument
59 #define TESTFLOATEQUAL(comparand, comparator) \ argument
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/test/
H A Dtesttool.h64 #define FLOATEQUAL(comparand, comparator) \ argument
66 #define TESTFLOATEQUAL(comparand, comparator) \ argument
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/machine/
H A Dmac_ppc.h73 inline int32_t __TBB_machine_cmpswp4 (volatile void *ptr, int32_t value, int32_t comparand ) in __TBB_machine_cmpswp4()
99 inline int64_t __TBB_machine_cmpswp8 (volatile void *ptr, int64_t value, int64_t comparand ) in __TBB_machine_cmpswp8()
124 inline int64_t __TBB_machine_cmpswp8 (volatile void *ptr, int64_t value, int64_t comparand ) in __TBB_machine_cmpswp8()
H A Dwindows_intel64.h45 inline long __TBB_machine_cmpswp4 (volatile void *ptr, __int32 value, __int32 comparand ) { in __TBB_machine_cmpswp4()
55 inline __int64 __TBB_machine_cmpswp8 (volatile void *ptr, __int64 value, __int64 comparand ) { in __TBB_machine_cmpswp8()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/machine/
H A Dmac_ppc.h77 inline int32_t __TBB_machine_cmpswp4 (volatile void *ptr, int32_t value, int32_t comparand ) in __TBB_machine_cmpswp4()
103 inline int64_t __TBB_machine_cmpswp8 (volatile void *ptr, int64_t value, int64_t comparand ) in __TBB_machine_cmpswp8()
128 inline int64_t __TBB_machine_cmpswp8 (volatile void *ptr, int64_t value, int64_t comparand ) in __TBB_machine_cmpswp8()
H A Dwindows_intel64.h49 inline long __TBB_machine_cmpswp4 (volatile void *ptr, __int32 value, __int32 comparand ) { in __TBB_machine_cmpswp4()
59 inline __int64 __TBB_machine_cmpswp8 (volatile void *ptr, __int64 value, __int64 comparand ) { in __TBB_machine_cmpswp8()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/machine/
H A Dmac_ppc.h77 inline int32_t __TBB_machine_cmpswp4 (volatile void *ptr, int32_t value, int32_t comparand ) in __TBB_machine_cmpswp4()
103 inline int64_t __TBB_machine_cmpswp8 (volatile void *ptr, int64_t value, int64_t comparand ) in __TBB_machine_cmpswp8()
128 inline int64_t __TBB_machine_cmpswp8 (volatile void *ptr, int64_t value, int64_t comparand ) in __TBB_machine_cmpswp8()
H A Dxbox360_ppc.h49 inline __int32 __TBB_machine_cmpswp4(volatile void *ptr, __int32 value, __int32 comparand ) { … in __TBB_machine_cmpswp4()
56 inline __int64 __TBB_machine_cmpswp8(volatile void *ptr, __int64 value, __int64 comparand ) in __TBB_machine_cmpswp8()
/dports/devel/tbb/oneTBB-2020.3/include/tbb/machine/
H A Dmac_ppc.h73 inline int32_t __TBB_machine_cmpswp4 (volatile void *ptr, int32_t value, int32_t comparand ) in __TBB_machine_cmpswp4()
99 inline int64_t __TBB_machine_cmpswp8 (volatile void *ptr, int64_t value, int64_t comparand ) in __TBB_machine_cmpswp8()
124 inline int64_t __TBB_machine_cmpswp8 (volatile void *ptr, int64_t value, int64_t comparand ) in __TBB_machine_cmpswp8()
H A Dwindows_intel64.h45 inline long __TBB_machine_cmpswp4 (volatile void *ptr, __int32 value, __int32 comparand ) { in __TBB_machine_cmpswp4()
55 inline __int64 __TBB_machine_cmpswp8 (volatile void *ptr, __int64 value, __int64 comparand ) { in __TBB_machine_cmpswp8()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/machine/
H A Dmac_ppc.h73 inline int32_t __TBB_machine_cmpswp4 (volatile void *ptr, int32_t value, int32_t comparand ) in __TBB_machine_cmpswp4()
99 inline int64_t __TBB_machine_cmpswp8 (volatile void *ptr, int64_t value, int64_t comparand ) in __TBB_machine_cmpswp8()
124 inline int64_t __TBB_machine_cmpswp8 (volatile void *ptr, int64_t value, int64_t comparand ) in __TBB_machine_cmpswp8()
H A Dwindows_intel64.h45 inline long __TBB_machine_cmpswp4 (volatile void *ptr, __int32 value, __int32 comparand ) { in __TBB_machine_cmpswp4()
55 inline __int64 __TBB_machine_cmpswp8 (volatile void *ptr, __int64 value, __int64 comparand ) { in __TBB_machine_cmpswp8()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/util/include/
H A Dgirstring.h15 const char * const comparand) { in streq()
22 const void * const comparand, in memeq()
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/util/include/
H A Dgirstring.h15 const char * const comparand) { in streq()
22 const void * const comparand, in memeq()
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dgtest-628.cs6 public static object CompareExchangeImpl (TypedReference tr, object value, object comparand) in CompareExchangeImpl()

12345678910>>...13