Searched refs:old_value (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_util.cpp20 kmp_int8 old_value, new_value; local
22 old_value = TCR_1(*p);
23 new_value = old_value | d;
25 while (!__kmp_compare_and_store8(p, old_value, new_value)) {
27 old_value = TCR_1(*p);
28 new_value = old_value | d;
30 return old_value;
34 kmp_int8 old_value, new_value; local
36 old_value = TCR_1(*p);
37 new_value = old_value
48 kmp_uint32 old_value, new_value; local
63 kmp_uint32 old_value, new_value; local
78 kmp_int64 old_value, new_value; local
92 kmp_int64 old_value, new_value; local
106 kmp_uint64 old_value, new_value; local
121 kmp_uint64 old_value, new_value; local
[all...]
H A Dz_Linux_util.cpp337 kmp_int8 old_value, new_value; local
339 old_value = TCR_1(*p);
340 new_value = old_value | d;
342 while (!KMP_COMPARE_AND_STORE_REL8(p, old_value, new_value)) {
344 old_value = TCR_1(*p);
345 new_value = old_value | d;
347 return old_value;
351 kmp_int8 old_value, new_value; local
353 old_value = TCR_1(*p);
354 new_value = old_value
365 kmp_uint32 old_value, new_value; local
379 kmp_uint32 old_value, new_value; local
394 kmp_int8 old_value, new_value; local
408 kmp_int64 old_value, new_value; local
423 kmp_uint64 old_value, new_value; local
436 kmp_uint64 old_value, new_value; local
1387 int old_value = KMP_ATOMIC_LD_RLX(&th->th.th_suspend_init_count); local
[all...]
H A Dkmp_atomic.cpp775 TYPE old_value, new_value; \
776 old_value = *(TYPE volatile *)lhs; \
777 new_value = old_value OP rhs; \
779 (kmp_int##BITS *)lhs, *VOLATILE_CAST(kmp_int##BITS *) & old_value, \
783 old_value = *(TYPE volatile *)lhs; \
784 new_value = old_value OP rhs; \
801 struct _sss old_value, new_value; \
802 old_value.vvv = (kmp_int##BITS *)&old_value.cmp; \
804 *old_value
3338 kmp_int8 old_value, new_value; local
3385 kmp_int16 old_value, new_value; local
3434 kmp_int32 old_value, new_value; local
3484 kmp_int64 old_value, new_value; local
[all...]
/freebsd-11-stable/lib/libc/tests/sys/
H A Dmlock_helper.c45 vm_max_wired_sysctl(int *old_value, int *new_value) argument
50 if (old_value == NULL)
58 ATF_REQUIRE_MSG(sysctlbyname(VM_MAX_WIRED, old_value, &old_len,
62 if (old_value != NULL)
63 printf("Saved the old value (%d)\n", *old_value);
70 int old_value; local
79 vm_max_wired_sysctl(&old_value, NULL);
81 ATF_REQUIRE_MSG(fprintf(fp, "%d", old_value) > 0,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAtomic.cpp46 sys::cas_flag old_value) {
49 if (result == old_value)
53 return __sync_val_compare_and_swap(ptr, old_value, new_value);
55 return InterlockedCompareExchange(ptr, new_value, old_value);
44 CompareAndSwap(volatile sys::cas_flag* ptr, sys::cas_flag new_value, sys::cas_flag old_value) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanTracer.h41 bool old_value = m_enabled; local
43 if (old_value == false && value == true)
45 else if (old_value == true && value == false)
48 return old_value;
54 bool old_value = m_single_step; local
56 return old_value;
/freebsd-11-stable/sys/ddb/
H A Ddb_write_cmd.c50 db_expr_t old_value; local
74 old_value = db_get_value(addr, size, false);
76 db_printf("\t\t%#8lr\t=\t%#8lr\n", (long)old_value,(long)new_value);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAtomic.h38 cas_flag old_value);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c105 unsigned long int old_value = *(volatile unsigned long int *)where;
106 if ((old_value & BLOCK_REFCOUNT_MASK) == BLOCK_REFCOUNT_MASK) {
109 if (OSAtomicCompareAndSwapLong(old_value, old_value+1, (volatile long int *)where)) {
110 return old_value+1;
118 int old_value = *(volatile int *)where; local
119 if ((old_value & BLOCK_REFCOUNT_MASK) == BLOCK_REFCOUNT_MASK) {
122 if (OSAtomicCompareAndSwapInt(old_value, old_value+1, (volatile int *)where)) {
123 return old_value
147 int old_value = *(volatile int *)where; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h96 const T old_value = m_value; local
99 Broadcast(old_value, broadcast_type);
201 /// depending on the \a old_value and on the \a broadcast_type.
211 void Broadcast(T old_value, PredicateBroadcastType broadcast_type) { argument
214 ((broadcast_type == eBroadcastOnChange) && old_value != m_value);
216 printf("%s (old_value = 0x%8.8x, broadcast_type = %i) m_value = 0x%8.8x, "
218 __FUNCTION__, old_value, broadcast_type, m_value, broadcast);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp67 Value old_value(m_value);
78 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() ||
79 m_value.GetScalar() != old_value.GetScalar());
H A DValueObjectVariable.cpp157 Value old_value(m_value);
200 SetValueDidChange(value_type != old_value.GetValueType() ||
201 m_value.GetScalar() != old_value.GetScalar());
210 SetValueDidChange(value_type != old_value.GetValueType() ||
211 m_value.GetScalar() != old_value.GetScalar());
H A DValueObjectMemory.cpp160 Value old_value(m_value);
198 SetValueDidChange(value_type != old_value.GetValueType() ||
199 m_value.GetScalar() != old_value.GetScalar());
H A DValueObjectDynamicValue.cpp206 Value old_value(m_value);
258 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() ||
259 m_value.GetScalar() != old_value.GetScalar());
/freebsd-11-stable/contrib/apr/atomic/unix/
H A Dmutex64.c113 apr_uint64_t old_value; local
116 old_value = *mem;
121 return old_value;
H A Dmutex.c113 apr_uint32_t old_value; local
116 old_value = *mem;
121 return old_value;
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_frame.c553 Dwarf_Half old_value; local
555 old_value = dbg->dbg_frame_rule_table_size;
558 return (old_value);
564 Dwarf_Half old_value; local
566 old_value = dbg->dbg_frame_rule_initial_value;
569 return (old_value);
575 Dwarf_Half old_value; local
577 old_value = dbg->dbg_frame_cfa_value;
580 return (old_value);
586 Dwarf_Half old_value; local
597 Dwarf_Half old_value; local
[all...]
/freebsd-11-stable/sys/sys/
H A Dtimers.h104 struct itimerspec * old_value);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h121 bool old_value = m_permissions[permission]; local
124 return old_value;
/freebsd-11-stable/contrib/libreadline/
H A Dhistory.c373 HIST_ENTRY *temp, *old_value; local
379 old_value = the_history[which];
383 temp->timestamp = savestring (old_value->timestamp);
386 return (old_value);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv.c265 HAL_BOOL old_value = ahp->ah_get_plcp_hdr == 0; local
268 return old_value;
278 return old_value;
/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture.c276 void * old_value; member in struct:_PointerPair
294 pointer_store[pointer_index].old_value = *pointer;
305 pointer_store[pointer_index].old_value;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp112 TSAN_INTERCEPTOR(bool, f, t old_value, t new_value, t volatile *ptr) { \
113 SCOPED_TSAN_INTERCEPTOR(f, old_value, new_value, ptr); \
115 (volatile tsan_t *)ptr, (tsan_t *)&old_value, (tsan_t)new_value, \
119 TSAN_INTERCEPTOR(bool, f##Barrier, t old_value, t new_value, \
121 SCOPED_TSAN_INTERCEPTOR(f##Barrier, old_value, new_value, ptr); \
123 (volatile tsan_t *)ptr, (tsan_t *)&old_value, (tsan_t)new_value, \
/freebsd-11-stable/sys/xen/interface/
H A Dvm_event.h196 uint64_t old_value; member in struct:vm_event_write_ctrlreg
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.h286 const svn_string_t *old_value,

Completed in 168 milliseconds

123