Home
last modified time | relevance | path

Searched defs:old_value (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_util.cpp20 kmp_int8 old_value, new_value; in __kmp_test_then_or8() local
34 kmp_int8 old_value, new_value; in __kmp_test_then_and8() local
48 kmp_uint32 old_value, new_value; in __kmp_test_then_or32() local
63 kmp_uint32 old_value, new_value; in __kmp_test_then_and32() local
79 kmp_int64 old_value, new_value; in __kmp_test_then_add8() local
93 kmp_int64 old_value, new_value; in __kmp_test_then_add64() local
108 kmp_uint64 old_value, new_value; in __kmp_test_then_or64() local
123 kmp_uint64 old_value, new_value; in __kmp_test_then_and64() local
H A Dz_Linux_util.cpp311 kmp_int8 old_value, new_value; in __kmp_test_then_or8() local
325 kmp_int8 old_value, new_value; in __kmp_test_then_and8() local
339 kmp_uint32 old_value, new_value; in __kmp_test_then_or32() local
353 kmp_uint32 old_value, new_value; in __kmp_test_then_and32() local
368 kmp_int8 old_value, new_value; in __kmp_test_then_add8() local
382 kmp_int64 old_value, new_value; in __kmp_test_then_add64() local
397 kmp_uint64 old_value, new_value; in __kmp_test_then_or64() local
410 kmp_uint64 old_value, new_value; in __kmp_test_then_and64() local
1381 int old_value = KMP_ATOMIC_LD_RLX(&th->th.th_suspend_init_count); in __kmp_suspend_initialize_thread() local
/freebsd/lib/libc/tests/sys/
H A Dmlock_helper.c42 vm_max_wired_sysctl(u_long *old_value, u_long *new_value) in vm_max_wired_sysctl()
67 u_long old_value; in set_vm_max_wired() local
/freebsd/sys/contrib/ck/src/
H A Dck_ec.c46 uint32_t old_value, in ck_ec32_wait_slow()
65 uint64_t old_value, in ck_ec64_wait_slow()
316 old_value, unflagged, flagged) \ argument
386 uint32_t old_value, in ck_ec32_wait_pred_slow()
407 uint64_t old_value, in ck_ec64_wait_pred_slow()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h96 const T old_value = m_value; in SetValue() local
213 void Broadcast(T old_value, PredicateBroadcastType broadcast_type) { in Broadcast()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_frame.c553 Dwarf_Half old_value; in dwarf_set_frame_rule_table_size() local
564 Dwarf_Half old_value; in dwarf_set_frame_rule_initial_value() local
575 Dwarf_Half old_value; in dwarf_set_frame_cfa_value() local
586 Dwarf_Half old_value; in dwarf_set_frame_same_value() local
597 Dwarf_Half old_value; in dwarf_set_frame_undefined_value() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAtomic.cpp46 sys::cas_flag old_value) { in CompareAndSwap()
/freebsd/sys/ddb/
H A Ddb_write_cmd.c49 db_expr_t old_value; in db_write_cmd() local
/freebsd/sys/contrib/ck/include/
H A Dck_ec.h770 uint32_t old_value, in ck_ec32_wait()
791 uint32_t old_value, in ck_ec32_wait_pred()
909 uint64_t old_value, in ck_ec64_wait()
931 uint64_t old_value, in ck_ec64_wait_pred()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanTracer.h41 bool old_value = m_enabled; in EnableTracing() local
H A DThreadPlan.h399 bool old_value = m_is_controlling_plan; in SetIsControllingPlan() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp66 Value old_value(m_value); in UpdateValue() local
H A DValueObjectMemory.cpp166 Value old_value(m_value); in UpdateValue() local
H A DValueObjectDynamicValue.cpp216 Value old_value(m_value); in UpdateValue() local
H A DValueObjectVariable.cpp162 Value old_value(m_value); in UpdateValue() local
/freebsd/sys/kern/
H A Dsys_timerfd.c380 timerfd_curval(struct timerfd *tfd, struct itimerspec *old_value) in timerfd_curval()
509 const struct itimerspec *new_value, struct itimerspec *old_value) in kern_timerfd_settime()
592 struct itimerspec new_value, old_value; in sys_timerfd_settime() local
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_dirs_test.cc20 const char* old_value = getenv(name); in SetEnv() local
/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c118 int old_value = *(volatile int *)where; in latching_incr_int() local
147 int old_value = *(volatile int *)where; in latching_decr_int() local
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv.c265 HAL_BOOL old_value = ahp->ah_get_plcp_hdr == 0; in ar9300_set_rx_sel_evm() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h121 bool old_value = m_permissions[permission]; in SetPermission() local
/freebsd/sys/dev/ocs_fc/
H A Docs_ioctl.c916 uint32_t old_value; in ocs_sysctl_config_topology() local
946 uint32_t old_value; in ocs_sysctl_config_speed() local
/freebsd/contrib/ntp/sntp/unity/
H A Dunity_fixture.c276 void * old_value; member
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp340 uptr old_value = *tls_ptr; in AndroidTestTlsSlot() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h504 const bool old_value = m_batch_command_mode; in SetBatchCommandMode() local
/freebsd/sys/contrib/xen/
H A Dvm_event.h306 uint64_t old_value; member
328 uint64_t old_value; member

12