Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDz_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
HDz_Linux_util.cpp327 kmp_int8 old_value, new_value; in __kmp_test_then_or8() local
341 kmp_int8 old_value, new_value; in __kmp_test_then_and8() local
355 kmp_uint32 old_value, new_value; in __kmp_test_then_or32() local
369 kmp_uint32 old_value, new_value; in __kmp_test_then_and32() local
384 kmp_int8 old_value, new_value; in __kmp_test_then_add8() local
398 kmp_int64 old_value, new_value; in __kmp_test_then_add64() local
413 kmp_uint64 old_value, new_value; in __kmp_test_then_or64() local
426 kmp_uint64 old_value, new_value; in __kmp_test_then_and64() local
1409 int old_value = KMP_ATOMIC_LD_RLX(&th->th.th_suspend_init_count); in __kmp_suspend_initialize_thread() local
/freebsd-14-stable/lib/libc/tests/sys/
HDmlock_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-14-stable/sys/contrib/ck/src/
HDck_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-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDPredicate.h96 const T old_value = m_value; in SetValue() local
213 void Broadcast(T old_value, PredicateBroadcastType broadcast_type) { in Broadcast()
/freebsd-14-stable/contrib/elftoolchain/libdwarf/
HDdwarf_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-14-stable/contrib/llvm-project/llvm/lib/Support/
HDAtomic.cpp46 sys::cas_flag old_value) { in CompareAndSwap()
/freebsd-14-stable/sys/ddb/
HDdb_write_cmd.c50 db_expr_t old_value; in db_write_cmd() local
/freebsd-14-stable/sys/contrib/ck/include/
HDck_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-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadPlanTracer.h41 bool old_value = m_enabled; in EnableTracing() local
HDThreadPlan.h399 bool old_value = m_is_controlling_plan; in SetIsControllingPlan() local
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectCast.cpp68 Value old_value(m_value); in UpdateValue() local
HDValueObjectMemory.cpp170 Value old_value(m_value); in UpdateValue() local
HDValueObjectDynamicValue.cpp219 Value old_value(m_value); in UpdateValue() local
HDValueObjectVariable.cpp166 Value old_value(m_value); in UpdateValue() local
/freebsd-14-stable/sys/kern/
HDsys_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-14-stable/contrib/googletest/googletest/test/
HDgtest_dirs_test.cc20 const char* old_value = getenv(name); in SetEnv() local
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
HDruntime.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-14-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_recv.c265 HAL_BOOL old_value = ahp->ah_get_plcp_hdr == 0; in ar9300_set_rx_sel_evm() local
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointName.h121 bool old_value = m_permissions[permission]; in SetPermission() local
/freebsd-14-stable/sys/dev/ocs_fc/
HDocs_ioctl.c916 uint32_t old_value; in ocs_sysctl_config_topology() local
946 uint32_t old_value; in ocs_sysctl_config_speed() local
/freebsd-14-stable/contrib/ntp/sntp/unity/
HDunity_fixture.c276 void * old_value; member
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_linux.cpp350 uptr old_value = *tls_ptr; in AndroidTestTlsSlot() local
/freebsd-14-stable/sys/contrib/xen/
HDvm_event.h306 uint64_t old_value; member
328 uint64_t old_value; member
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h518 const bool old_value = m_batch_command_mode; in SetBatchCommandMode() local

12